home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l351 / 1.ddi / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1993-02-02  |  6.4 KB  |  204 lines

  1. @DefineProject
  2.         @Name ="286|DOS-Extender Lite"
  3.         @Version ="3.0"
  4.         @Subdir ="\\LITE286"
  5.         @OutDrive = Z
  6.         @Requires 1200000
  7. @EndProject
  8.  
  9. @DefineVars
  10.         @Qstring @Space = "1.2 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.  
  118. @File bin\lite286.exe        @Out bin\lite286.exe
  119. @File bin\user.dll        @Out bin\user.dll
  120. @File bin\keyboard.dll        @Out bin\keyboard.dll
  121. @File bin\kernel.dll        @Out bin\kernel.dll
  122. @File bin\gdi.dll        @Out bin\gdi.dll
  123. @File bin\win87em.dll        @Out bin\win87em.dll
  124. @File bin\doscalls.dll        @Out bin\doscalls.dll
  125. @File bin\int33.dll        @Out bin\int33.dll
  126. @File bin\kbdcalls.dll        @Out bin\kbdcalls.dll
  127. @File bin\moucalls.dll        @Out bin\moucalls.dll
  128. @File bin\viocalls.dll        @Out bin\viocalls.dll
  129. @File bin\gorun286.exe        @Out bin\gorun286.exe
  130. @File bin\bind286.exe        @Out bin\bind286.exe
  131. @File bin\tellprot.exe        @Out bin\tellprot.exe
  132. @File bin\tellme.exe        @Out bin\tellme.exe
  133. @File bin\cfig286.exe        @Out bin\cfig286.exe
  134. @File doc\liteinfo        @Out doc\liteinfo
  135. @File doc\lite286.doc        @Out doc\lite286.doc
  136. @File doc\order.frm        @Out doc\order.frm
  137. @File doc\intl.dlr        @Out doc\intl.dlr
  138. @File doc\license.doc        @Out doc\license.doc
  139. @File examples\big.c        @Out examples\big.c
  140. @File examples\dosmem.c        @Out examples\dosmem.c
  141. @File examples\fullscrn.c    @Out examples\fullscrn.c
  142. @File examples\fullscrn.h    @Out examples\fullscrn.h
  143. @File examples\keys.c        @Out examples\keys.c
  144. @File examples\memtest.c    @Out examples\memtest.c
  145. @File examples\memtest2.cpp    @Out examples\memtest2.cpp
  146. @File examples\vidtest.c    @Out examples\vidtest.c
  147. @File examples\hello.c        @Out examples\hello.c
  148. @File examples\makefile        @Out examples\makefile
  149. @File examples\examples.def    @Out examples\examples.def
  150. @File examples\keys2.c        @Out examples\keys2.c
  151. @File examples\big.exe        @Out examples\big.exe
  152. @File examples\dosmem.exe    @Out examples\dosmem.exe
  153. @File examples\keys.exe        @Out examples\keys.exe
  154. @File examples\hello.exe    @Out examples\hello.exe
  155. @File inc\phapi.h        @Out inc\phapi.h
  156. @File msvc\lib\msc8l.lib    @Out msvc\lib\msc8l.lib
  157. @File msvc\lib\graphp.obj    @Out msvc\lib\graphp.obj
  158. @File msvc\lib\extmods.lbc    @Out msvc\lib\extmods.lbc
  159. @File msvc\lib\insmods.lbc    @Out msvc\lib\insmods.lbc
  160. @File msvc\lib\mklib.bat    @Out msvc\lib\mklib.bat
  161. @File msvc\lib\mkall.bat    @Out msvc\lib\mkall.bat
  162. @File msvc\lib\remobjs.bat    @Out msvc\lib\remobjs.bat
  163. @File msvc\lib\fp7.lbc        @Out msvc\lib\fp7.lbc
  164. @File msvc\lib\fpa.lbc        @Out msvc\lib\fpa.lbc
  165. @File msvc\lib\fpe.lbc        @Out msvc\lib\fpe.lbc
  166. @File msvc\lib\example.def    @Out msvc\lib\example.def
  167. @File msvc\lib\wilsys.lib    @Out msvc\lib\wilsys.lib
  168. @File msvc\lib\apisim.lib    @Out msvc\lib\apisim.lib
  169. @File msvc\lib\fp7.obj        @Out msvc\lib\fp7.obj
  170. @File msvc\lib\fpe.obj        @Out msvc\lib\fpe.obj
  171. @File msvc\lib\fpa.obj        @Out msvc\lib\fpa.obj
  172. @File msvc\lib\msc8m.lib    @Out msvc\lib\msc8m.lib
  173. @File msvc\lib\msc8s.lib    @Out msvc\lib\msc8s.lib
  174. @File msvc\lib\msc8c.lib    @Out msvc\lib\msc8c.lib
  175. @File msvc\lib\phapi.lib    @Out msvc\lib\phapi.lib
  176. @File readme.lit        @Out doc\readme.lit
  177. @File readme.lit        @Out readme.lit
  178. @EndDisk
  179.  
  180.  
  181. @Finish
  182.  
  183. Congratulations!  You've just installed your FREE copy of 286|DOS-Extender
  184. Lite, a special trial version of Phar Lap Software's award-winning
  185. 286|DOS-Extender SDK -- the most widely used 16-bit DOS extender available.
  186. This package includes everything you need to get started building multi-
  187. megabyte Visual C++ applications.  With 286|DOS-Extender Lite, your
  188. programs can break the 640K DOS barrier, access up to 2 MB of memory, and
  189. run under DOS, DESQview and Windows.
  190.  
  191. @Name has been installed in @OutDrive:@Subdir.  You should
  192. continue with Step 2 of the installation process.  Step 2 uses
  193. MKLIB.BAT to create LLIBCEP.LIB.  More complete instructions can be
  194. found in @OutDrive:@Subdir\README.LIT.
  195.  
  196. Complete instrucions for using @Name can be found in
  197. @OutDrive:@Subdir\DOC\LITE286.DOC.
  198.  
  199. Thank you for using Phar Lap's 286|DOS-Extender Lite.
  200.  
  201. @EndFinish
  202.  
  203. /* end-of-file */
  204.