home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------------------------------------
- ; Santronics Software Install System
- ; (c) copyright 1992 by Santronics Software
- ; All Rights Reserved
- ;---------------------------------------------------------------------
- ;
- ; Title of your system
- ;
-
- Title Silver Xpress
-
- ;
- ; Menu Options
- ;
-
- MENU 11 10 25 50 [ Pick Option ]
-
- MENUITEM ^Install Silver Xpress
- Position 1
- HELP Select a driver and path to install Silver Xpress
- COMMAND INSTALL
- END MENUITEM
-
- MENUITEM ^Read about the Installation
- Position 2
- HELP Read some information before installing system
- COMMAND READ README.400
- END MENUITEM
-
- MENUITEM Read whats ^New about Silver Xpress Version 4.00
- Position 3
- HELP Read some information about new features in version 4.00
- COMMAND READ WHATSNEW.400
- END MENUITEM
-
- MENUITEM Read the ^Addendum for last minute changes
- Position 4
- HELP Read about the last minute changes in Documentation and Xpress
- COMMAND READ ADDENDUM.DOC
- END MENUITEM
-
- MENUITEM ^Purchasing Silver Xpress Version 4.00
- Position 5
- HELP Read information about purchasing/ordering Silver Xpress.
- COMMAND READ ORDER.DOC
- END MENUITEM
-
- MENUITEM ^Quit Install Program
- Position 7
- HELP Exit Silver Xpress Install Progam and Return to DOS
- COMMAND QUIT
- END MENUITEM
-
- ;
- ; Allow floppy Installation
- ;
-
- AllowFloppy NO
-
- ;
- ; Primary Installation Minimum Hard Disk Space
- ;
-
- MinHardDisk 2000
- NoHardDisk No Hard Drive was found with required Disk Space of %s
-
- ;
- ; Target Path. DO NOT ADDED THE DRIVE TO IT. INSTALL WILL DO THAT FOR YOU.
- ;
-
- TargetPath \xpress
-
- PromptForTarget YES
-
- ;
- ; Files to Uncompress.
- ; Format:
- ; ZIPFILE LOCATION[/OutPath] FILENAME[/ZipMask] DISKNUMBER LABEL
- ;
- ; If LOCATION is the word STARTUP, the INSTALL will look in the same
- ; drive and directory as the INSTALL program. This allows a user to
- ; type A:INSTALL from a hard disk location.
- ;
- ; To specify a ZIP output mask, provide a suffix to the FILENAME
- ; using a backward directory slash, ie, PCVISTA1.ZIP/HELP
-
- ; To specify an outpath or target path, use a backward directory slash with
- ; the LOCATION variable ie, STARTUP/HELPFILE
- ;
- ; if the work TARGET is used (default) then that is where it is stored.
- ;
- ; To specify a recursive output directory BELOW the target path, simply
- ; do not put any directory information, ie, STARTUP/HELPFILE or
- ; STARTUP/TARGET\HELPFILE is the same thing.
- ;
- ; use the following for 3.5 single diskette installation
-
- ZIPFILE STARTUP XPEXE.ZIP 1 Diskette #1
- ZIPFILE STARTUP/BULL XPBULL.ZIP 1 Diskette #1
- ZIPFILE STARTUP/HELP XPHELP.ZIP 1 Diskette #1
- ZIPFILE STARTUP/MISC XPMISC.ZIP 1 Diskette #1
- ZIPFILE STARTUP XPUTIL.ZIP 1 Diskette #1
- ZIPFILE STARTUP SAMPFORM.ZIP 1 Diskette #1
-
-
- ;
- ; Mininum Open Files, This is the number of FILES= in the config.sys
- ;
-
- MinOpenFiles 20
-
- ;
- ; Successful Installation Message
- ;
-
- MSGSUCCESS1 SUCCESSFUL UNPACKING/INSTALLATION
- MSGSUCCESS2 Read ADDENDUM.DOC for latest information on Silver Xpress
-
- ;
- ; Critical Error Message
- ; %e is the errorcode
- ; %a is the address
- ;
-
- MSGCRITICAL1 CRITICAL ERROR # %e AT %a
- MSGCRITICAL2 PLEASE INFORM SANTRONICS AND PROVIDE THIS ERROR NUMBER
-
- ;
- ; Pre Operation (Before Unzip)
- ;
-
- PREEXEC W 2 5 78 20 @STARTUPPATH@PREINST
-
- ;
- ; Post Operation
- ;
-
- POSTEXEC W 2 5 75 20 @STARTUPPATH@POSTINST
-