home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------------------------------------
- ; Santronics Software Install System
- ; (c) copyright 1990-1994 by Santronics Software
- ; All Rights Reserved
- ;---------------------------------------------------------------------
- ;
- ; Title of your system
- ;
-
- Title Silver Xpress Mail Door Version 5.4
-
- ;
- ; Menu Options
- ;
-
- MENU 11 7 25 50 [ Pick Option ]
-
- MENUITEM ^Install Silver Xpress Mail Door
- Position 1
- HELP Select a drive (partition) 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.NOW
- END MENUITEM
-
- MENUITEM Read about our ^Support Policy for Silver Xpress
- Position 3
- HELP Read about the Santronics Software Support Policy
- COMMAND READ SUPPORT.DOC
- END MENUITEM
-
- MENUITEM Read whats ^New about Silver Xpress Version 5.4
- Position 5
- HELP Read some information about new features in version 5.4
- COMMAND READ WHATSNEW.DOC
- END MENUITEM
-
- MENUITEM Read the ^Addendum for last minute changes
- Position 6
- HELP Read about the last minute changes in Documentation and Xpress
- COMMAND READ ADDENDUM.DOC
- END MENUITEM
-
- MENUITEM Read the ^History of changes since last official release
- Position 7
- HELP Read the history of changes, if any. Normally available for Updates
- COMMAND READ HISTORY.DOC
- END MENUITEM
-
- MENUITEM ^General Registation Information.
- Position 9
- HELP Read information about registration and purchasing Silver Xpress.
- COMMAND READ REGISTER.DOC
- END MENUITEM
-
- MENUITEM View and Print the current PRICES and ^DISCOUNTS!
- Position 10
- HELP Display the PRICE DISCOUNTS. You can print from here.
- COMMAND EDIT PRICES.DOC
- END MENUITEM
-
- MENUITEM View and Print ^Order Form
- Position 11
- HELP Display the order form, optionally fill out and/or print it
- COMMAND EDIT REGISTER.SYS
- END MENUITEM
-
- MENUITEM ^Quit Install Program
- Position 13
- 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/HELP XPHELP.ZIP 1 Diskette #1
- ZIPFILE STARTUP/MISC XPMISC.ZIP 1 Diskette #1
- ZIPFILE STARTUP/MISC XPRIP.ZIP 1 Diskette #1
- ZIPFILE STARTUP/BULL XPBULL.ZIP 1 Diskette #1
- ZIPFILE STARTUP XPSYS.ZIP 1 Diskette #1
- ZIPFILE STARTUP XPUTIL.ZIP 1 Diskette #1
- ZIPFILE STARTUP SAMPFORM.ZIP 1 Diskette #1
- ZIPFILE STARTUP XPEXE.ZIP 1 Diskette #1
-
- ; Set the behavior of the decompressing
-
- OverWrite YES
- OverWriteIfNew YES
-
- ;
- ; 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 5 10 75 20 @STARTUPPATH@PREINST
-
- ;
- ; Post Operation
- ;
-
- POSTEXEC W 5 10 75 20 @STARTUPPATH@POSTINST
-