home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / INSTALL.DAT < prev    next >
Text File  |  1994-01-31  |  4KB  |  158 lines

  1. ;---------------------------------------------------------------------
  2. ;                  Santronics Software Install System
  3. ;              (c) copyright 1993 by Santronics Software
  4. ;                         All Rights Reserved
  5. ;---------------------------------------------------------------------
  6. ;
  7. ; Title of your system
  8. ;
  9.  
  10. Title Silver Xpress Version 5.01
  11.  
  12. ;
  13. ; Menu Options
  14. ;
  15.  
  16. MENU 11 10 25 50 [ Pick Option ]
  17.  
  18. MENUITEM  ^Install Silver Xpress
  19.  Position   1
  20.  HELP       Select a driver and path to install Silver Xpress
  21.  COMMAND    INSTALL
  22. END MENUITEM
  23.  
  24. MENUITEM  ^Read about the Installation
  25.  Position   2
  26.  HELP       Read some information before installing system
  27.  COMMAND    READ README.501
  28. END MENUITEM
  29.  
  30. MENUITEM  Read whats ^New about Silver Xpress Version 5.01
  31.  Position   3
  32.  HELP       Read some information about new features in version 5.01
  33.  COMMAND    READ WHATSNEW.501
  34. END MENUITEM
  35.  
  36. MENUITEM  Read the ^Addendum for last minute changes
  37.  Position   4
  38.  HELP       Read about the last minute changes in Documentation and Xpress
  39.  COMMAND    READ ADDENDUM.DOC
  40. END MENUITEM
  41.  
  42. MENUITEM  Read the ^History of changes since last official release
  43.  Position   5
  44.  HELP       Read the history of changes, if any. Normally available for Updates
  45.  COMMAND    READ HISTORY.501
  46. END MENUITEM
  47.  
  48. MENUITEM  ^Information about Purchasing Silver Xpress Version 5.01
  49.  Position   6
  50.  HELP       Read information about purchasing/ordering Silver Xpress.
  51.  COMMAND    READ REGISTER.DOC
  52. END MENUITEM
  53.  
  54. MENUITEM  View and Print the current ^PRICES and DISCOUNTS!
  55.  Position   7
  56.  HELP       Display the PRICE DISCOUNTS. You can print from here.
  57.  COMMAND    READ PRICES.DOC
  58. END MENUITEM
  59.  
  60. MENUITEM  View and Print ^Order Form
  61.  Position   8
  62.  HELP       Display the order form and optionally print it
  63.  COMMAND    READ REGISTER.SYS
  64. END MENUITEM
  65.  
  66. MENUITEM  ^Quit Install Program
  67.  Position   9
  68.  HELP       Exit Silver Xpress Install Progam and Return to DOS
  69.  COMMAND    QUIT
  70. END MENUITEM
  71.  
  72. ;
  73. ; Allow floppy Installation
  74. ;
  75.  
  76. AllowFloppy NO
  77.  
  78. ;
  79. ; Primary   Installation Minimum Hard Disk Space
  80. ;
  81.  
  82. MinHardDisk 2000
  83. NoHardDisk  No Hard Drive was found with required Disk Space of %s
  84.  
  85. ;
  86. ; Target Path. DO NOT ADDED THE DRIVE TO IT. INSTALL WILL DO THAT FOR YOU.
  87. ;
  88.  
  89. TargetPath  \XPRESS
  90.  
  91. PromptForTarget  YES
  92.  
  93. ;
  94. ; Files to Uncompress.
  95. ; Format:
  96. ;   ZIPFILE LOCATION[/OutPath] FILENAME[/ZipMask] DISKNUMBER LABEL
  97. ;
  98. ; If LOCATION is the word STARTUP, the INSTALL will look in the same
  99. ; drive and directory as the INSTALL program. This allows a user to
  100. ; type A:INSTALL from a hard disk location.
  101. ;
  102. ; To specify a ZIP output mask, provide a suffix to the FILENAME
  103. ; using a backward directory slash,  ie, PCVISTA1.ZIP/HELP
  104.  
  105. ; To specify an outpath or target path, use a backward directory slash with
  106. ; the LOCATION variable ie, STARTUP/HELPFILE
  107. ;
  108. ; if the work TARGET is used (default) then that is where it is stored.
  109. ;
  110. ; To specify a recursive output directory BELOW the target path, simply
  111. ; do not put any directory information, ie, STARTUP/HELPFILE or
  112. ; STARTUP/TARGET\HELPFILE is the same thing.
  113. ;
  114. ; use the following for 3.5 single diskette installation
  115.  
  116. ZIPFILE  STARTUP       XPEXE.ZIP       1 Diskette #1
  117. ZIPFILE  STARTUP       XPSYS.ZIP       1 Diskette #1
  118. ZIPFILE  STARTUP       XPUTIL.ZIP      1 Diskette #1
  119. ZIPFILE  STARTUP       SAMPFORM.ZIP    1 Diskette #1
  120. ZIPFILE  STARTUP/BULL  XPBULL.ZIP      1 Diskette #1
  121. ZIPFILE  STARTUP/HELP  XPHELP.ZIP      1 Diskette #1
  122. ZIPFILE  STARTUP/MISC  XPMISC.ZIP      1 Diskette #1
  123. ZIPFILE  STARTUP/MISC  XPRIP.ZIP       1 Diskette #1
  124.  
  125. ;
  126. ; Mininum Open Files, This is the number of FILES= in the config.sys
  127. ;
  128.  
  129. MinOpenFiles 20
  130.  
  131. ;
  132. ; Successful Installation Message
  133. ;
  134.  
  135. MSGSUCCESS1 SUCCESSFUL UNPACKING/INSTALLATION
  136. MSGSUCCESS2 Read ADDENDUM.DOC for latest information on Silver Xpress
  137.  
  138. ;
  139. ; Critical Error Message
  140. ;   %e is the errorcode
  141. ;   %a is the address
  142. ;
  143.  
  144. MSGCRITICAL1 CRITICAL ERROR # %e AT %a
  145. MSGCRITICAL2 PLEASE INFORM SANTRONICS AND PROVIDE THIS ERROR NUMBER
  146.  
  147. ;
  148. ; Pre Operation (Before Unzip)
  149. ;
  150.  
  151. PREEXEC W 2 5 79 20 @STARTUPPATH@PREINST
  152.  
  153. ;
  154. ; Post Operation
  155. ;
  156.  
  157. POSTEXEC W 2 5 79 20 @STARTUPPATH@POSTINST
  158.