home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
gfx
/
superview-3.1.lha
/
SuperView-3.1
/
Install_SuperView.script
< prev
next >
Wrap
Text File
|
1994-06-06
|
854b
|
39 lines
; $VER: Install_SuperView.script V3.1 (5.6.94)
; © 1993-94 by Andreas R. Kleinert.
; This is the Installer Script for SuperView
(copyfiles
(prompt "Installing SuperView now. Libraries have to be installed separately.")
(help @copyfiles-help)
(source ":SuperView")
(set svcomdir
(askdir
(prompt "Select path to install SuperView to")
(help @askdir-help)
(newpath)
(default "SYS:SuperView")
)
)
(dest svcomdir)
(all)
(confirm)
)
(copyfiles
(prompt "Installing Catalog-Files für OS V2.1+ Code localization.")
(help @copyfiles-help)
(source ":SuperView/locale/catalogs")
(set svcomdir
(askdir
(prompt "Select path to install Catalogs to")
(help @askdir-help)
(newpath)
(default "SYS:locale/Catalogs")
)
)
(dest svcomdir)
(all)
(confirm)
)