home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l331 / 1.ddi / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1991-06-27  |  4.2 KB  |  168 lines

  1. @DefineProject
  2.         @Name           ="386|VMM"
  3.         @Version        ="4.0"
  4.         @Subdir         ="\\PHAR386"
  5.         @OutDrive       = Z
  6.         @Requires       150000 
  7. @EndProject
  8.  
  9. @DefineVars
  10.         @Qstring @Space         = "150 Kb"
  11. @EndVars
  12.  
  13. @Display
  14.         @CLS
  15.  
  16.         This program installs @NAME version @Version 
  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 to
  40.         install @NAME.  It should be the same disk as your
  41.         386|DOS-Extender SDK.
  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.  It should be the same directory into
  65.         which your 386|DOS-Extender SDK has already been installed.
  66.         By default, the name of this directory is:
  67.  
  68.                 @SUBDIR  
  69.  
  70.         The program locates it below the root directory of the disk
  71.         drive you selected.  If you have no preference, choose the
  72.         default by pressing the RETURN key.
  73.  
  74.         To change the directory name, backspace over the directory name
  75.         and type a new name.  Press the RETURN key when you have finished 
  76.         typing the name.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.         @PROMPT = "Which subdirectory ?"
  84. @EndSubdir
  85.  
  86. @IF (@EXISTS "@OutDrive:@SubDir\\BIN\\RUN386.EXE" != 1)
  87.         @GetOption
  88.         Apparently the 386|DOS-Extender SDK has not yet been
  89.         installed in:
  90.                 @OutDrive:@SubDir
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.         Are you sure you want to install @NAME in
  99.         this directory?
  100.  
  101.         Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  102.         bar to the option you wish to select and then press the [Enter] key.
  103.         @Option 1 = "Yes"
  104.         @Option 2 = "No"
  105.         @EndOption
  106. @Endif
  107.  
  108. @Display
  109.    @If(2 [= @Option)
  110.         Aborting installation.
  111.       
  112.         @Abort
  113.    @Endif
  114. @EndDisplay
  115.  
  116. @IF (@EXISTS "@OutDrive:@SubDir\\BIN\\VMMDRV.EXP" == 1)
  117.         @GetOption
  118.         Apparently @NAME has already been installed in:
  119.                 @OutDrive:@SubDir
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.         Do you want to continue installing @NAME 
  128.         over the files in this directory?
  129.  
  130.         Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  131.         bar to the option you wish to select and then press the [Enter] key.
  132.         @Option 1 = "Yes"
  133.         @Option 2 = "No"
  134.         @EndOption
  135. @Endif
  136.  
  137. @Display
  138.    @If(2 [= @Option)
  139.         Aborting installation.
  140.       
  141.         @Abort
  142.    @Endif
  143. @EndDisplay
  144.  
  145. /* Disk Blocks Go Here */
  146. /* Define Disk Block Disk 1 */
  147. @DefineDisk
  148. @Label = "386|VMM Disk 1"
  149. @File examples\386vmm\pfhndlr.asm    @Out examples\386vmm\pfhndlr.asm
  150. @File examples\386vmm\readlog.c    @Out examples\386vmm\readlog.c
  151. @File examples\386vmm\readlog.bat    @Out examples\386vmm\readlog.bat
  152. @File examples\386vmm\vm.c    @Out examples\386vmm\vm.c
  153. @File examples\386vmm\vm.bat    @Out examples\386vmm\vm.bat
  154. @File bin\vmmdrv.exp    @Out bin\vmmdrv.exp
  155. @EndDisk
  156.  
  157.  
  158. @Finish
  159.         @Name has been installed in @OutDrive:@Subdir 
  160.         in the following subdirectories:
  161.  
  162.         BIN\            Contains the 386|VMM driver
  163.         EXAMPLES\       Contains example code for 386|VMM
  164.  
  165. @EndFinish
  166.  
  167. /* end-of-file */
  168.