home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / sx503r1.zip / INSTALL.DAT < prev    next >
Text File  |  1994-06-05  |  5KB  |  169 lines

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