home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l352 / 1.img / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1992-06-04  |  6.5 KB  |  213 lines

  1. @DefineProject
  2.         @Name ="286|DOS-Extender Lite"
  3.         @Version ="2.5"
  4.         @Subdir ="\\LITE286"
  5.         @OutDrive = Z
  6.         @Requires 1000000
  7. @EndProject
  8.  
  9. @DefineVars
  10.         @Qstring @Space = "1 MB"
  11. @EndVars
  12.  
  13. @Display
  14.         @CLS
  15.  
  16.         This program installs @NAME 
  17.         on your computer system.
  18.   
  19.         You can specify the drive and directory where you want to
  20.         install @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.         Please specify the disk drive upon which you wish
  40.         to install @NAME. 
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.         @Name requires about @Space of free disk space.
  55.  
  56.         Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  57.         bar to the disk drive you wish to install to and then press the
  58.         [Enter] key.
  59. @EndOutDrive
  60.  
  61. @GetSubdir
  62.         @CLS
  63.         Please specify the directory name where @NAME
  64.         will be installed. By default, the name of this directory is:
  65.  
  66.                 @SUBDIR  
  67.  
  68.         The program locates it below the root directory of the disk
  69.         drive you selected.  If you have no preference, choose the
  70.         default by pressing the RETURN key.
  71.  
  72.         To change the directory name, backspace over the directory name
  73.         and type a new name.  Press the RETURN key when you have finished 
  74.         typing the name.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.         @PROMPT = "Which subdirectory ?"
  82. @EndSubdir
  83.  
  84. @IF (@EXISTS "@OutDrive:@SubDir\\BIN\\LITE286.EXE" == 1)
  85.         @GetOption
  86.         Apparently @NAME has already been installed in:
  87.                 @OutDrive:@SubDir
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.         Do you want to continue installing @NAME 
  96.         over the files in this directory?
  97.  
  98.         Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  99.         bar to the option you wish to select and then press the [Enter] key.
  100.         @Option 1 = "Yes"
  101.         @Option 2 = "No"
  102.         @EndOption
  103. @Endif
  104.  
  105. @Display
  106.    @If(2 [= @Option)
  107.         Aborting installation.
  108.       
  109.         @Abort
  110.    @Endif
  111. @EndDisplay
  112.  
  113. /* Disk Blocks Go Here */
  114. /* Define Disk Block Disk 1 */
  115. @DefineDisk
  116. @Label = "286|DOS-Extender Lite Disk 1"
  117. /* First, the regular BIN stuff */
  118. @File bin\cfig286.exe    @Out bin\cfig286.exe
  119. @File bin\doscalls.dll        @Out bin\doscalls.dll
  120. @File bin\gorun286.exe        @Out bin\gorun286.exe
  121. @File bin\int33.dll        @Out bin\int33.dll
  122. @File bin\kbdcalls.dll        @Out bin\kbdcalls.dll
  123. @File bin\lite286.exe        @Out bin\lite286.exe
  124. @File bin\moucalls.dll        @Out bin\moucalls.dll
  125. @File bin\pharlap.386        @Out bin\pharlap.386
  126. @File bin\tellme.exe        @Out bin\tellme.exe
  127. @File bin\tellprot.exe        @Out bin\tellprot.exe
  128. @File bin\viocalls.dll        @Out bin\viocalls.dll
  129.  
  130. /* Now, the BORLAND bin stuff */
  131. @File bin\bcc286.exe    @Out bin\bcc286.exe
  132. @File bin\kernel.dll    @Out bin\kernel.dll
  133. @File bin\keyboard.dll    @Out bin\keyboard.dll
  134. @File bin\user.dll        @Out bin\user.dll
  135.  
  136. /* And the BORLAND lib stuff */
  137. @File bc3\lib\c0dll.obj        @Out bc3\lib\c0dll.obj
  138. @File bc3\lib\c0pl.obj        @Out bc3\lib\c0pl.obj
  139. @File bc3\lib\c0pldll.obj    @Out bc3\lib\c0pldll.obj
  140. @File bc3\lib\c0rldll.obj    @Out bc3\lib\c0rldll.obj
  141. @File bc3\lib\dll30.def        @Out bc3\lib\dll30.def
  142. @File bc3\lib\dll30.lib        @Out bc3\lib\dll30.lib
  143. @File bc3\lib\emu286.lib    @Out bc3\lib\emu286.lib
  144. @File bc3\lib\extmods.lbc    @Out bc3\lib\extmods.lbc
  145. @File bc3\lib\fp286.lib        @Out bc3\lib\fp286.lib
  146. @File bc3\lib\fpdmy.obj        @Out bc3\lib\fpdmy.obj
  147. @File bc3\lib\gluebuff.asm    @Out bc3\lib\gluebuff.asm
  148. @File bc3\lib\grph30.lib    @Out bc3\lib\grph30.lib
  149. @File bc3\lib\insmods.lbc    @Out bc3\lib\insmods.lbc
  150. @File bc3\lib\mkgraph.bat    @Out bc3\lib\mkgraph.bat
  151. @File bc3\lib\mklib.bat        @Out bc3\lib\mklib.bat
  152. @File bc3\lib\phapi.lib        @Out bc3\lib\phapi.lib
  153. @File bc3\lib\remobjs.bat    @Out bc3\lib\remobjs.bat
  154. @File bc3\lib\tmpl.lib        @Out bc3\lib\tmpl.lib
  155.  
  156. /* The Lite version of phapi.h */
  157. @File inc\phapi.h        @Out inc\phapi.h
  158.  
  159. /* Example programs */
  160. @File examples\big.c        @Out examples\big.c
  161. @File examples\big.exe        @Out examples\big.exe
  162. @File examples\dosmem.c        @Out examples\dosmem.c
  163. @File examples\dosmem.exe    @Out examples\dosmem.exe
  164. @File examples\fullscrn.c    @Out examples\fullscrn.c
  165. @File examples\fullscrn.h    @Out examples\fullscrn.h
  166. @File examples\keys.c        @Out examples\keys.c
  167. @File examples\keys.exe        @Out examples\keys.exe
  168. @File examples\makeall.bat    @Out examples\makeall.bat
  169. @File examples\makefile        @Out examples\makefile
  170. @File examples\memtest.c    @Out examples\memtest.c
  171. @File examples\memtest.exe    @Out examples\memtest.exe
  172. @File examples\memtest2.cpp    @Out examples\memtest2.cpp
  173. @File examples\memtest2.exe    @Out examples\memtest2.exe
  174. @File examples\vidtest.c    @Out examples\vidtest.c
  175. @File examples\vidtest.exe    @Out examples\vidtest.exe
  176. @File examples\hello.c        @Out examples\hello.c
  177.  
  178. /* Random things with which to clutter a disk */
  179. @File doc\lite286.doc        @Out doc\lite286.doc
  180. @File doc\order.frm        @Out doc\order.frm
  181. @File doc\intl.dlr        @Out doc\intl.dlr
  182. @File doc\liteinfo        @Out doc\liteinfo
  183. @File doc\license.doc        @Out doc\license.doc
  184. @File readme.1st        @Out readme.1st
  185. @File readme.1st        @Out doc\readme.1st
  186.  
  187. @EndDisk
  188.  
  189.  
  190. @Finish
  191.  
  192. Congratulations!  You've just installed your FREE copy of 286|DOS-Extender
  193. Lite, a special Borland C++ version of Phar Lap Software's award-winning
  194. 286|DOS-Extender SDK -- the most widely used 16-bit DOS extender available.
  195. This package includes everything you need to get started building multi-
  196. megabyte Borland C++ applications.  With 286|DOS-Extender Lite, your
  197. programs can break the 640K DOS barrier, access up to 2 MB of memory, and
  198. run under DOS, DESQview and Windows.
  199.  
  200. @Name has been installed in @OutDrive:@Subdir.  You should
  201. continue with Step 2 of the installation process.  Step 2 uses
  202. MKLIB.BAT to create BCL286.LIB.  More complete instructions can be
  203. found in @OutDrive:@Subdir\README.1ST.
  204.  
  205. Complete instrucions for using @Name can be found in
  206. @OutDrive:@Subdir\DOC\LITE286.DOC.
  207.  
  208. Thank you for using Phar Lap's 286|DOS-Extender Lite.
  209.  
  210. @EndFinish
  211.  
  212. /* end-of-file */
  213.