home *** CD-ROM | disk | FTP | other *** search
- ; $VER: Install_F1GP-SaveEd V1.0 (14.6.1997) Mario Sarno
-
- (complete 0)
-
- (if (NOT (askbool
- (prompt "F1GP-SaveEd Hard Disk Installer\n\n"
- "This program will install F1GP-SaveEd to your Hard Disk.\n\n"
- "IMPORTANT : Make sure you have booted from your hard drive, "
- "before continuing with this installation!\n\n"
- "Do you want to continue ?"
- )
- (default 0)
- (help "")
- ))
- (exit (quiet))
- )
-
- (set #destdir
- (askdir
- (prompt "Select a drawer in which to install the program\n(no separate drawer is created)")
- (help @askdir-help)
- (default @default-dest)
- )
- )
-
- (set @default-dest #destdir)
-
- (copyfiles
- (source "")
- (dest @default-dest)
- (pattern "#?F1GP-SaveEd#?")
- (help @copyfiles-help)
- )
-
- (complete 50)
-
- (copyfiles
- (source "")
- (dest @default-dest)
- (pattern "#?History#?")
- (help @copyfiles-help)
- )
-
- (complete 100)
-