home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l321 / 5.ddi / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1991-07-19  |  3.2 KB  |  153 lines

  1. @DefineProject
  2.     @Name = "NDP-Fortran-386"
  3.     @Version = "3.2.0"
  4.     @Subdir = "\\NDP386"
  5.     @OutDrive = Z
  6. @EndProject
  7.  
  8. @Display
  9.     @Cls
  10.  
  11.     This program will install: @Name version @Version
  12.     on your PC and verify the integrity of the distribution disks.  
  13.  
  14.     You may press the [Esc] key at any time to abort the installation.
  15.  
  16.     This installation will ask you several questions about your computer
  17.     hardware and then give you the option of installing only selected
  18.     parts of @Name.
  19.  
  20.     NOTE: A full installation of @Name will require 
  21.     2.46 MBytes of free disk space.
  22.  
  23.     Should you have any questions during the installation, call
  24.     MicroWay Technical Support at (508) 746 - 7341 for assistance.
  25.  
  26.     @Pause
  27.        @If (@CPU < 386)
  28.         @Cls
  29.         This system has an 80@CPU microprocessor.
  30.         @Name can only execute on systems with a 386
  31.         or 486 processor.
  32.  
  33.         Do you wish to continue ?
  34.  
  35.         @Pause
  36.         @Endif 
  37.        @If ((@OSMajor * 100) + @OSMinor < 320)
  38.         @Cls
  39.         @Name required DOS 3.2 or later.
  40.         You seem to be using version @OSMajor.@OSMinor.
  41.  
  42.         Do you wish to continue ?
  43.  
  44.         @Pause
  45.         @Endif
  46. @EndDisplay
  47.  
  48. @GetOutDrive
  49.     @Cls
  50.     On which disk drive do you wish to install @Name?
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.     Use the [Up Arrow], [Down Arrow], [Pg Up], and [Pg Dn] keys to
  65.     move the highlighted selection bar to the disk drive where you
  66.     wish to install @Name and then press [Enter].
  67.  
  68.  
  69. @EndOutDrive
  70.  
  71. @Display
  72.  
  73.     @If (@DiskFree @Outdrive < 2455552)
  74.  
  75.        WARNING !!! WARNING !!! WARNING !!! WARNING !!!
  76.  
  77.        The selected disk drive to install @Name only has
  78.               @DiskFree @OutDrive bytes.  
  79.        A full installation of @Name requires 2455552 free bytes.  
  80.  
  81.        Do you wish to continue ?
  82.  
  83.        @Pause
  84.     @Endif
  85. @Enddisplay
  86.  
  87. @GetSubdir
  88.     @Cls
  89.     Now you need to specify the disk destination subdirectory.  The
  90.     subdirectory is the location on your disk where @Name
  91.     will be installed. 
  92.  
  93.     You can either accept the default destination subdirectory
  94.     @Subdir by pressing [Enter] or change it by pressing [Esc]
  95.     and entering the new subdirectory.  If you choose to change
  96.     the subdirectory, remember not to include the disk drive 
  97.     letter.
  98.  
  99.  
  100.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  101. @EndSubdir
  102.  
  103. @DefineDisk
  104.     @Label = "Disk #1"
  105.  
  106.     @BeginLib NDP.001
  107.         @File DOS.FH @Size 11280 @Out INC\DOS.FH
  108.         @File ERRNO.FH @Size 3095 @Out INC\ERRNO.FH
  109.         @File GREX.FH @Size 4942 @Out INC\GREX.FH
  110.         @File NDPF386.EXE @Size 873952 @Out BIN\NDPF386.EXE
  111.         @File NDPF386.EXP @Size 728508 @Out BIN\NDPF386.EXP
  112.         @File MF386.EXE @Size 53232 @Out BIN\MF386.EXE
  113.     @EndLib
  114. @EndDisk
  115.  
  116.  
  117. @DefineDisk
  118.     @Label = "Disk #2"
  119.  
  120.     @BeginLib NDP.002
  121.         @File MF386.EXE @Size 1 @AppendTo BIN\MF386.EXE
  122.         @File NDPF386.LTL @Size 770172 @Out BIN\NDPF386.LTL
  123.     @EndLib
  124.  
  125.     @BeginLib PATCH.001
  126.         @File HI.F @Size 43 @Out SRC\HI.F
  127.     @EndLib
  128.  
  129. @EndDisk
  130.  
  131. @SetAutoexec
  132.     @AskOverwrite
  133.     @Path = "@OutDrive:\\@Subdir\\bin;"
  134. @EndAutoexec
  135.  
  136. @Finish
  137.     @ChDrive @OutDrive
  138.     @ChDir "@SubDir"
  139.  
  140.     Installation of @Name is now finished.
  141.  
  142.     @Pause
  143. @EndFinish
  144. /*
  145. ** This Installation Utility, Install.dat(tm) was provided by:
  146. **    Knowledge Dynamics Corporation
  147. **    Highway Contract 4 - Box 185-H
  148. **    Canyon Lake, Texas 78133-3508 (USA)
  149. **    (512) - 964 - 3994
  150. **
  151. ** but Modified by MicroWay, Inc.
  152. */
  153.