home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PX11TD.ZIP / INSTALL.DAT < prev    next >
Encoding:
Text File  |  1995-10-20  |  4.2 KB  |  168 lines

  1. ;---------------------------------------------------------------------
  2. ; Santronics Software Install System
  3. ; (c) copyright 1990-1995 by Santronics Software
  4. ; All Rights Reserved
  5. ;---------------------------------------------------------------------
  6. ; DO NOT CHANGE THIS INSTALL.DAT FILE!
  7. ;---------------------------------------------------------------------
  8. ;
  9. ; Title of your system
  10. ;
  11.  
  12. Title Platinum Xpress/Wildcat! V1.1TD
  13.  
  14. ;
  15. ; Menu Options
  16. ;
  17.  
  18. MENU 10 7 25 50 [ Pick Option ]
  19.  
  20. MENUITEM  ^Memo From the President of Santronics Software
  21.  Position   1
  22.  HELP       A short memo or letter from Hector Santos
  23.  COMMAND    READ MEMO.DOC
  24. END MENUITEM
  25.  
  26. MENUITEM  ^Read about the Installation
  27.  Position   2
  28.  HELP       Read some information before installing system
  29.  COMMAND    READ INSTALL.DOC
  30. END MENUITEM
  31.  
  32. MENUITEM  ^Install Platinum Xpress (TEST DRIVE)
  33.  Position   3
  34.  HELP       Select a drive (partition) and path to install Platinum Xpress
  35.  COMMAND    INSTALL
  36. END MENUITEM
  37.  
  38. MENUITEM  Read the Feature List
  39.  Position   4
  40.  HELP       Read about the features in Platinum Xpress!
  41.  COMMAND    READ FEATURES.DOC
  42. END MENUITEM
  43.  
  44. MENUITEM  Read the Order Form
  45.  Position   5
  46.  HELP       Read about the order form! $50 Discount offer! Don't Miss it!
  47.  COMMAND    EDIT ORDER.DOC
  48. END MENUITEM
  49.  
  50.  
  51. MENUITEM  Read about our ^Support Policy
  52.  Position   6
  53.  HELP       Read about the Santronics Software Support Policy
  54.  COMMAND    READ SUPPORT.DOC
  55. END MENUITEM
  56.  
  57. MENUITEM  Read the ^Addendum for last minute changes
  58.  Position   7
  59.  HELP       Read about the last minute changes in Documentation
  60.  COMMAND    READ ADDENDUM.DOC
  61. END MENUITEM
  62.  
  63. MENUITEM  Read about Joining ^FidoNet for the first time
  64.  Position   8
  65.  HELP       Read about Fidonet
  66.  COMMAND    READ JOINFIDO.DOC
  67. END MENUITEM
  68.  
  69. MENUITEM  Frequently Asked Questions about Platinum Xpress for ^Windows
  70.  Position   9
  71.  HELP       Read about Platinum Xpress for Windows
  72.  COMMAND    READ PXWINFO.DOC
  73. END MENUITEM
  74.  
  75. MENUITEM  ^Quit Install Program
  76.  Position   11
  77.  HELP       Exit Install Program and Return to DOS
  78.  COMMAND    QUIT
  79. END MENUITEM
  80.  
  81. ;
  82. ; Allow floppy Installation
  83. ;
  84.  
  85. AllowFloppy NO
  86.  
  87. ;
  88. ; Primary   Installation Minimum Hard Disk Space.
  89. ;
  90.  
  91. MinHardDisk 5000
  92. NoHardDisk  No Hard Drive was found with required Disk Space of %s.
  93.  
  94. ;
  95. ; Target Path.  DO NOT ADDED THE DRIVE TO IT.  INSTALL WILL DO THAT FOR YOU.
  96. ;
  97.  
  98. TargetPath  \PX
  99.  
  100. PromptForTarget  YES
  101.  
  102. ;
  103. ; Files to Uncompress.
  104. ; Format:
  105. ;   ZIPFILE LOCATION[/OutPath] FILENAME[/ZipMask] DISKNUMBER LABEL
  106. ;
  107. ; If LOCATION is the word STARTUP, the INSTALL will look in the same
  108. ; drive and directory as the INSTALL program.  This allows a user to
  109. ; type A:INSTALL from a hard disk location.
  110. ;
  111. ; To specify a ZIP output mask, provide a suffix to the FILENAME
  112. ; using a backward directory slash, ie., PCVISTA1.ZIP/HELP
  113.  
  114. ; To specify an outpath or target path, use a backward directory slash with
  115. ; the LOCATION variable ie, STARTUP/HELPFILE
  116. ;
  117. ; if the work TARGET is used (default) then that is where it is stored.
  118. ;
  119. ; To specify a recursive output directory BELOW the target path, simply
  120. ; do not put any directory information, ie., STARTUP/HELPFILE or
  121. ; STARTUP/TARGET\HELPFILE is the same thing.
  122. ;
  123. ; use the following for 3.5 single diskette installation
  124.  
  125. ZIPFILE  -1 STARTUP/SYSTEM PXSYS.ZIP       1 Diskette #1
  126. ZIPFILE  -1 STARTUP        PX.ZIP          1 Diskette #1
  127. ZIPFILE  -1 STARTUP        HUBS.ZIP        1 Diskette #1
  128. ZIPFILE  -1 STARTUP/EDIT   PXEDIT.ZIP      1 Diskette #1
  129.  
  130. ; Set the behavior of the decompressing
  131.  
  132. OverWrite        YES
  133. OverWriteIfNew   YES
  134.  
  135. ;
  136. ; Mininum Open Files, This is the number of FILES= in the config.sys
  137. ;
  138.  
  139. MinOpenFiles 50
  140.  
  141. ;
  142. ; Successful Installation Message
  143. ;
  144.  
  145. MSGSUCCESS1 SUCCESSFUL UNPACKING/INSTALLATION
  146. MSGSUCCESS2 Read ADDENDUM.DOC for latest information on Platinum Xpress
  147.  
  148. ;
  149. ; Critical Error Message
  150. ;   %e is the errorcode
  151. ;   %a is the address
  152. ;
  153.  
  154. MSGCRITICAL1 CRITICAL ERROR # %e AT %a
  155. MSGCRITICAL2 PLEASE INFORM SANTRONICS AND PROVIDE THIS ERROR NUMBER
  156.  
  157. ;
  158. ; Pre Operation (Before Unzip)
  159. ;
  160.  
  161. ; PREEXEC W 5 10 75 20 @STARTUPPATH@PREINST
  162.  
  163. ;
  164. ; Post Operation
  165. ;
  166.  
  167. POSTEXEC PXSETUP.EXE
  168.