home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / sxr302p.zip / INSTALL.DAT < prev    next >
Text File  |  1993-01-01  |  3KB  |  138 lines

  1. ;---------------------------------------------------------------------
  2. ;                  Santronics Software Install System
  3. ;              (c) copyright 1992 by Santronics Software
  4. ;                         All Rights Reserved
  5. ;---------------------------------------------------------------------
  6. ;
  7. ; Installation Script for Silver Xpress Version 3.02
  8. ;
  9. ; Title of your system
  10. ;
  11.  
  12. Title Silver Xpress
  13.  
  14. ;
  15. ; Menu Options
  16. ;
  17.  
  18. MENU 11 10 25 50 [ Pick Option ]
  19.  
  20. MENUITEM  ^Install Silver Xpress
  21.  Position   1
  22.  HELP       Select a driver and path to install Silver Xpress
  23.  COMMAND    INSTALL
  24. END MENUITEM
  25.  
  26. MENUITEM  ^Read about the Installation
  27.  Position   2
  28.  HELP       Read some information before installing system
  29.  COMMAND    READ README.302
  30. END MENUITEM
  31.  
  32. MENUITEM  Read the ^Feature list for Silver Xpress
  33.  Position   3
  34.  HELP       Read about features in Silver Xpress
  35.  COMMAND    READ FEATURES.TXT
  36. END MENUITEM
  37.  
  38. MENUITEM  Read whats ^New about Silver Xpress Version 3.02 since 3.01
  39.  Position   4
  40.  HELP       Read some information about new features in version 3.02
  41.  COMMAND    READ WHATSNEW.302
  42. END MENUITEM
  43.  
  44. MENUITEM  ^Purchasing Silver Xpress Version 3.02
  45.  Position   5
  46.  HELP       Read information about purchasing/ordering Silver Xpress.
  47.  COMMAND    READ ORDER.TXT
  48. END MENUITEM
  49.  
  50. MENUITEM  ^Quit Install Program
  51.  Position   7
  52.  HELP       Exit Silver Xpress Install Progam and Return to DOS
  53.  COMMAND    QUIT
  54. END MENUITEM
  55.  
  56.  
  57. ;
  58. ; Allow floppy Installation
  59. ;
  60.  
  61. AllowFloppy NO
  62.  
  63. ;
  64. ; Primary   Installation Minimum Hard Disk Space
  65. ;
  66.  
  67. MinHardDisk 1000
  68. NoHardDisk  No Hard Drive was found with required Disk Space of %s
  69.  
  70. ;
  71. ; Target Path. DO NOT ADDED THE DRIVE TO IT. INSTALL WILL DO THAT FOR YOU.
  72. ;
  73.  
  74. TargetPath  \XPRESS
  75.  
  76. PromptForTarget  YES
  77.  
  78. ;
  79. ; Files to Uncompress.
  80. ; Format:
  81. ;           ZIPFILE LOCATION[/OutPath] FILENAME[/ZipMask] DISKNUMBER LABEL
  82. ;
  83. ; If LOCATION is the word STARTUP, the INSTALL will look in the same
  84. ; drive and directory as the INSTALL program. This allows a user to
  85. ; type A:INSTALL from a hard disk location.
  86. ;
  87. ; To specify a ZIP output mask, provide a suffix to the FILENAME
  88. ; using a backward directory slash,  ie, PCVISTA1.ZIP/HELP
  89.  
  90. ; To specify an outpath or target path, use a backward directory slash with
  91. ; the LOCATION variable ie, STARTUP/HELPFILE
  92. ;
  93. ; if the work TARGET is used (default) then that is where it is stored.
  94. ;
  95. ; To specify a recursive output directory BELOW the target path, simply
  96. ; do not put any directory information, ie, STARTUP/HELPFILE or
  97. ; STARTUP/TARGET\HELPFILE is the same thing.
  98. ;
  99. ; use the following for 3.5 single diskette installation
  100.  
  101. ZIPFILE  STARTUP       SILVER.ZIP       1 Diskette #1
  102. ZIPFILE  STARTUP       SYSFILES.ZIP     1 Diskette #1
  103.  
  104. ;
  105. ; Mininum Open Files, This is the number of FILES= in the config.sys
  106. ;
  107.  
  108. MinOpenFiles 20
  109.  
  110. ;
  111. ; Successful Installation Message
  112. ;
  113.  
  114. MSGSUCCESS1 SUCCESSUL INSTALLATION. READ THE "WHATSNEW" FILE FOR THE
  115. MSGSUCCESS2 LATEST IN SILVER XPRESS, OR TYPE XPREAD TO BEGIN SILVER XPRESS!
  116.  
  117. ;
  118. ; Critical Error Message
  119. ;   %e is the errorcode
  120. ;   %a is the address
  121. ;
  122.  
  123. MSGCRITICAL1 CRITICAL ERROR # %e AT %a
  124. MSGCRITICAL2 PLEASE INFORM SANTRONICS AND PROVIDE THIS ERROR NUMBER
  125.  
  126. ;
  127. ; Pre Operation (Before Unzip)
  128. ;
  129.  
  130. PREEXEC W 2 5 78 20 @STARTUPPATH@PREINST
  131.  
  132. ;
  133. ; Post Program to run
  134. ;
  135.  
  136. ;PostExec XPREAD
  137.  
  138.