home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l321 / 2.ddi / INSTALL.DAT < prev    next >
Encoding:
Text File  |  1991-07-19  |  3.1 KB  |  144 lines

  1.  
  2. @DefineProject
  3.     @Name = "NDP-Tools-386|486"
  4.     @Version = "3.2.0"
  5.     @Subdir = "\\NDP386"
  6.     @OutDrive = Z
  7. @EndProject
  8.  
  9. @Display
  10.     @Cls
  11.  
  12.     This program will install: @Name version @Version
  13.     on your PC and verify the integrity of the distribution disks.  
  14.  
  15.     You may press the [Esc] key at any time to abort the installation.
  16.  
  17.     This installation will ask you several questions about your computer
  18.     hardware and installation directories.
  19.  
  20.     NOTE: A full installation of @Name will require 1.17 MBytes
  21.     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 requires 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.  
  51.     On which disk drive do you wish to install @Name?
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. @EndOutDrive
  66.  
  67. @Display
  68.  
  69.     @If (@DiskFree @Outdrive < 1165312)
  70.  
  71.        WARNING !!! WARNING !!! WARNING !!! WARNING !!!
  72.  
  73.        The selected disk drive to install @Name only has
  74.               @DiskFree @OutDrive bytes.  
  75.        A full installation of @Name requires 1165312 free bytes.  
  76.  
  77.        Do you wish to continue ?
  78.  
  79.        @Pause
  80.     @Endif
  81. @Enddisplay
  82.  
  83. @GetSubdir
  84.     @Cls
  85.     Now you need to specify the disk destination subdirectory.  The
  86.     subdirectory is the location on your disk where @Name
  87.     will be installed.
  88.  
  89.     For example, if you installed your compiler in \ndp386, just
  90.     press return to continue.
  91.  
  92.     If you choose a different directory to install your tools,
  93.     this install utility will append \tools to that directory.
  94.     For example, if you want to install your tools in \ndp\tools,
  95.     just enter \ndp.
  96.  
  97.     If you are installing for a 486 compiler, you may want to change
  98.     the default from \ndp386 to \ndp486.
  99.  
  100.     NOTE: Your path should include the tools directory.
  101.  
  102.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  103. @EndSubdir
  104.  
  105.  
  106. @DefineDisk
  107.     @Label = "Disk #1"
  108.  
  109.     @BeginLib NDP.001
  110.         @File NDPLIB.EXE @Size 222321 @Out TOOLS\NDPLIB.EXE
  111.         @File NDPLINK.EXE @Size 264476 @Out TOOLS\NDPLINK.EXE
  112.         @File NDPRUN.EXE @Size 234928 @Out TOOLS\NDPRUN.EXE
  113.         @File TEST11.EXE @Size 1239 @Out TOOLS\TEST11.EXE
  114.         @File WEITEK11.EXE @Size 883 @Out TOOLS\WEITEK11.EXE
  115.         @File LOM.EXE @Size 22391 @Out TOOLS\LOM.EXE
  116.         @File PLI.EXE @Size 168686 @Out TOOLS\PLI.EXE
  117.         @File NDPRUNVM.EXE @Size 239439 @Out TOOLS\NDPRUNVM.EXE
  118.     @EndLib
  119. @EndDisk
  120.  
  121. @SetAutoexec
  122.     @AskOverwrite
  123.     @Path = "@OutDrive:\\@Subdir\\tools;"
  124. @EndAutoexec
  125.  
  126. @Finish
  127.     @ChDrive @OutDrive
  128.     @ChDir "@SubDir"
  129.  
  130.     Installation of @Name is now finished.
  131.  
  132.     @Pause
  133. @EndFinish
  134.  
  135. /*
  136. ** This Installation Utility, Install.dat(tm) was provided by:
  137. **    Knowledge Dynamics Corporation
  138. **    Highway Contract 4 - Box 185-H
  139. **    Canyon Lake, Texas 78133-3508 (USA)
  140. **    (512) - 964 - 3994
  141. **
  142. ** but Modified by MicroWay, Inc.
  143. */
  144.