home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 5.ddi / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1991-02-11  |  7.5 KB  |  213 lines

  1. @DefineProject
  2.         @Name           ="386|DOS-Extender SDK"
  3.         @Version        ="3.0"
  4.         @Subdir         ="\\PHAR386"
  5.         @OutDrive       = Z
  6.         @Requires       2500000 
  7. @EndProject
  8.  
  9. @DefineVars
  10.         @Qstring @Space         = "2.5 MB"
  11. @EndVars
  12.  
  13. @Display
  14.         @CLS
  15.  
  16.         This program installs the @NAME version @Version 
  17.         on your computer system.
  18.   
  19.         You can specify the drive and directory where you want to
  20.         install the @NAME.  If the directory you choose
  21.         does not exist, it will be created for you.  
  22.  
  23.         Each screen of this program offers a choice and a default response.
  24.         Press the RETURN key to accept the default.  Otherwise type or 
  25.         select another response and then press the RETURN key.
  26.         If you make a mistake while typing, press the BACKSPACE key
  27.         and retype the entry.
  28.         
  29.         You can press the ESC key at any time to cancel installation     
  30.         and return to the operating system.
  31.  
  32. @PAUSE
  33. @EndDisplay
  34.  
  35. @GetOutDrive
  36.         @Suppress A
  37.         @Suppress B
  38.         @Cls
  39.  
  40.         On which disk drive do you wish to install the @Name:
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.         The @Name requires about @Space of free disk space.
  56.  
  57.         Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  58.         bar to the disk drive you wish to install to and then press the
  59.         [Enter] key.
  60. @EndOutDrive
  61.  
  62. @GetSubdir
  63.         @CLS
  64.         Please specify the directory name where the @NAME
  65.         will be installed.  By default, the name of this directory is:
  66.  
  67.                 @SUBDIR  
  68.  
  69.         The program locates it below the root directory of the disk
  70.         drive you selected.  If you have no preference, choose the
  71.         default by pressing the RETURN key.
  72.  
  73.         To change the directory name, backspace over the directory name
  74.         and type a new name.  Press the RETURN key when you have finished 
  75.         typing the name.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.         @PROMPT = "Which subdirectory ?"
  83. @EndSubdir
  84.  
  85. @IF (@Exists "@OutDrive:@SubDir")
  86.         @GetOption
  87.         Apparently there is already a directory called:
  88.                 @OutDrive:@SubDir
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.         Do you want to continue installing the @NAME 
  97.         over the files in this directory?
  98.  
  99.         Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  100.         bar to the option you wish to select and then press the [Enter] key.
  101.         @Option 1 = "Yes"
  102.         @Option 2 = "No"
  103.         @EndOption
  104. @Endif
  105.  
  106. @Display
  107.    @If(2 [= @Option)
  108.         Aborting installation.
  109.       
  110.         @Abort
  111.    @Endif
  112. @EndDisplay
  113.  
  114. /* Disk Blocks Go Here */
  115. /* Define Disk Block Disk 1 */
  116. @DefineDisk
  117. @Label = "386|DOS-Extender SDK Disk 1"
  118. @File bin\386asm.exe    @Out bin\386asm.exe
  119. @File bin\386asmr.exe    @Out bin\386asmr.exe
  120. @File bin\386debug.exe    @Out bin\386debug.exe
  121. @File bin\386debug.exp    @Out bin\386debug.exp
  122. @File bin\386lib.exe    @Out bin\386lib.exe
  123. @EndDisk
  124. /* Define Disk Block Disk 2 */
  125. @DefineDisk
  126. @Label = "386|DOS-Extender SDK Disk 2"
  127. @File bin\386link.exe    @Out bin\386link.exe
  128. @File bin\386linkr.exe    @Out bin\386linkr.exe
  129. @File bin\cfig386.exe    @Out bin\cfig386.exe
  130. @File bin\dbglib.rex    @Out bin\dbglib.rex
  131. @File bin\dxdebug.exe    @Out bin\dxdebug.exe
  132. @File bin\run386.exe    @Out bin\run386.exe
  133. @File bin\stub386.exe    @Out bin\stub386.exe
  134. @File bin\tellme.exe    @Out bin\tellme.exe
  135. @EndDisk
  136. /* Define Disk Block Disk 3 */
  137. @DefineDisk
  138. @Label = "386|DOS-Extender SDK Disk 3"
  139. @File docs\run386.doc    @Out docs\run386.doc
  140. @File docs\386debug.doc    @Out docs\386debug.doc
  141. @File docs\386asm.doc    @Out docs\386asm.doc
  142. @File examples\dosext\rmhello.asm    @Out examples\dosext\rmhello.asm
  143. @File examples\dosext\rmhello.bat    @Out examples\dosext\rmhello.bat
  144. @File examples\dosext\hello.bat    @Out examples\dosext\hello.bat
  145. @File examples\dosext\pecho.bat    @Out examples\dosext\pecho.bat
  146. @File examples\dosext\hello.asm    @Out examples\dosext\hello.asm
  147. @File examples\dosext\scrtest.bat    @Out examples\dosext\scrtest.bat
  148. @File examples\dosext\dosdemo.bat    @Out examples\dosext\dosdemo.bat
  149. @File examples\dosext\pecho.asm    @Out examples\dosext\pecho.asm
  150. @File examples\dosext\tail.bat    @Out examples\dosext\tail.bat
  151. @File examples\dosext\ptail2.bat    @Out examples\dosext\ptail2.bat
  152. @File examples\dosext\scrtest.asm    @Out examples\dosext\scrtest.asm
  153. @File examples\dosext\dosdemo.asm    @Out examples\dosext\dosdemo.asm
  154. @File examples\dosext\tail.asm    @Out examples\dosext\tail.asm
  155. @File examples\dosext\rtail2.asm    @Out examples\dosext\rtail2.asm
  156. @File examples\dosext\ptail2.asm    @Out examples\dosext\ptail2.asm
  157. @File examples\graphics\read.me    @Out examples\graphics\read.me
  158. @File examples\graphics\gserver.h    @Out examples\graphics\gserver.h
  159. @File examples\graphics\blddemo.bat    @Out examples\graphics\blddemo.bat
  160. @File examples\graphics\gdemo.mak    @Out examples\graphics\gdemo.mak
  161. @File examples\graphics\gserver.mak    @Out examples\graphics\gserver.mak
  162. @File examples\graphics\gserver.drv    @Out examples\graphics\gserver.drv
  163. @File examples\graphics\gdemo.c    @Out examples\graphics\gdemo.c
  164. @File examples\graphics\gglue.c    @Out examples\graphics\gglue.c
  165. @File examples\graphics\prot.asm    @Out examples\graphics\prot.asm
  166. @File examples\graphics\gserver.c    @Out examples\graphics\gserver.c
  167. @File examples\graphics\real.asm    @Out examples\graphics\real.asm
  168. @File examples\graphics\gdemo_rb.exp    @Out examples\graphics\gdemo_rb.exp
  169. @File examples\graphics\gdemo_cb.exp    @Out examples\graphics\gdemo_cb.exp
  170. @File examples\inthndlr\ctrlc.asm    @Out examples\inthndlr\ctrlc.asm
  171. @File examples\inthndlr\serio.bat    @Out examples\inthndlr\serio.bat
  172. @File examples\inthndlr\criterr.asm    @Out examples\inthndlr\criterr.asm
  173. @File examples\inthndlr\err387.bat    @Out examples\inthndlr\err387.bat
  174. @File examples\inthndlr\ichain.bat    @Out examples\inthndlr\ichain.bat
  175. @File examples\inthndlr\criterr.bat    @Out examples\inthndlr\criterr.bat
  176. @File examples\inthndlr\ctrlc.bat    @Out examples\inthndlr\ctrlc.bat
  177. @File examples\inthndlr\ichain.asm    @Out examples\inthndlr\ichain.asm
  178. @File examples\inthndlr\err387.asm    @Out examples\inthndlr\err387.asm
  179. @File examples\inthndlr\serio.asm    @Out examples\inthndlr\serio.asm
  180. @File examples\loader\read.me    @Out examples\loader\read.me
  181. @File examples\loader\load.bat    @Out examples\loader\load.bat
  182. @File examples\loader\load2.asm    @Out examples\loader\load2.asm
  183. @File examples\loader\load.c    @Out examples\loader\load.c
  184. @File examples\loader\farhello.asm    @Out examples\loader\farhello.asm
  185. @File includes\pltypes.h    @Out includes\pltypes.h
  186. @File includes\pharlap.h    @Out includes\pharlap.h
  187. @File includes\dosx.ah    @Out includes\dosx.ah
  188. @File includes\plexp.h    @Out includes\plexp.h
  189. @File includes\hw386.ah    @Out includes\hw386.ah
  190. @File includes\hw386.h    @Out includes\hw386.h
  191. @File includes\pl386.pro    @Out includes\pl386.pro
  192. @File libs\dosx32.lib    @Out libs\dosx32.lib
  193. @File libs\dos32.lib    @Out libs\dos32.lib
  194. @EndDisk
  195.  
  196.  
  197. @Finish
  198.         The @Name has been installed in @OutDrive:@Subdir 
  199.         with the following subdirectories:
  200.  
  201.         BIN\            Contains all executable programs
  202.         INCLUDES\       Contains C and Assembly include files
  203.         LIBS\           Contains C callable libraries for 386|DOS-Extender
  204.              and MS-DOS system calls
  205.         EXAMPLES\       Contains example code for 386|DOS-Extender SDK
  206.         DOCS\           Contains product release notes in ASCII format
  207.  
  208.         You should add the following directory to your PATH:
  209.                 @OutDrive:@Subdir\BIN
  210. @EndFinish
  211.  
  212. /* end-of-file */
  213.