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

  1. @DefineProject
  2.     @Name = "NDP-Libraries-386|486"
  3.     @Version = "3.2.0"
  4.     @Subdir = "\\NDP486"
  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.     3.48 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.         NDP FORTRAN 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. @GetGroups
  49.    @CheckBox
  50.    @Cls
  51.  
  52.         @Name version @Version
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.     Use the [Down Arrow] and [Up Arrow] keys to move the highlighted
  66.     selection bar to the portion you wish to include. The press the
  67.     [Spacebar] to toggle the response.
  68.  
  69.     Enter "T" to tag all options as "YES".
  70.  
  71.     After making your selections, press [Enter] to continue.
  72.  
  73.     @Set F = "Are you installing for FORTRAN ?"
  74.     @Set C = "Are you installing for C ?"
  75.     @Set P = "Are you installing for Pascal ?"
  76.     @Set A = "The 386 Libraries ?"
  77.     @Set B = "The 486 Libraries (only good with a 486 compiler) ?"
  78.     @Set D = "The 287 Libraries ?"
  79.     @Set I = "The Intel 387/487 Libraries ?"
  80.     @Set W = "The Weitek 1167/3167 Libraries ?"
  81.     @Set L = "Will you be using the Phar Lap tool set ?"
  82. @EndGroups
  83.  
  84. @GetOutDrive
  85.     @Cls
  86.     On which disk drive do you wish to install @Name?
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.     Use the [Up Arrow], [Down Arrow], [Pg Up], and [Pg Dn] keys to
  101.     move the highlighted selection bar to the disk drive where you
  102.     wish to install @Name and then press [Enter].
  103.  
  104.  
  105. @EndOutDrive
  106.  
  107. @Display
  108.  
  109.     @If (@DiskFree @Outdrive < 3475456)
  110.  
  111.        WARNING !!! WARNING !!! WARNING !!! WARNING !!!
  112.  
  113.        The selected disk drive to install @Name only has
  114.               @DiskFree @OutDrive bytes.  
  115.        A full installation of @Name requires 3475456 free bytes.  
  116.        It is still possible to install @Name 
  117.        should you choose to install selective parts.
  118.  
  119.        Do you wish to continue ?
  120.  
  121.        @Pause
  122.     @Endif
  123. @Enddisplay
  124.  
  125. @GetSubdir
  126.     @Cls
  127.     Now you need to specify the disk destination subdirectory.  The
  128.     subdirectory is the location on your disk where @Name
  129.     will be installed.
  130.  
  131.     For example, if you installed your compiler in \ndp486, just
  132.     press return to continue.
  133.  
  134.     NOTE: If you are using a 386 compiler, the default subdirectory
  135.     is wrong for the libraries: change it from \ndp486 to \ndp386.
  136.  
  137.     If you choose a different directory to install your libraries,
  138.     this install utility will append \lib to that directory.
  139.     For example, if you want to install your libraries in \ndp\lib,
  140.     just enter \ndp.
  141.  
  142.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  143. @EndSubdir
  144.  
  145. @DefineDisk
  146.     @Label = "Disk #1"
  147.  
  148.     @BeginLib NDP.001
  149.        @If ('W' [= @Group && 'A' [= @Group)
  150.         @File LIBC3W.LIB @Size 125379 @Out LIB\LIBC3W.LIB
  151.        @Endif
  152.        @If ('W' [= @Group && 'A' [= @Group && 'L' [= @Group)
  153.         @File LIBC3WH.LIB @Size 126967 @Out LIB\LIBC3WH.LIB
  154.        @Endif
  155.        @If ('W' [= @Group && 'B' [= @Group)
  156.         @File LIBC4W.LIB @Size 135919 @Out LIB\LIBC4W.LIB
  157.        @Endif
  158.        @If ('W' [= @Group && 'B' [= @Group && 'L' [= @Group)
  159.         @File LIBC4WH.LIB @Size 137216 @Out LIB\LIBC4WH.LIB
  160.        @Endif
  161.        @If ('A' [= @Group)
  162.         @File LIBC3.LIB @Size 125230 @Out LIB\LIBC3.LIB
  163.        @Endif
  164.        @If ('A' [= @Group && 'L' [= @Group)
  165.         @File LIBC3H.LIB @Size 126464 @Out LIB\LIBC3H.LIB
  166.        @Endif
  167.        @If ('B' [= @Group)
  168.         @File LIBC4.LIB @Size 135833 @Out LIB\LIBC4.LIB
  169.        @Endif
  170.        @If ('B' [= @Group && 'L' [= @Group)
  171.         @File LIBC4H.LIB @Size 137216 @Out LIB\LIBC4H.LIB
  172.        @Endif
  173.        @If ('F' [= @Group && 'W' [= @Group && 'A' [= @Group)
  174.         @File LIBF3W.LIB @Size 129704 @Out LIB\LIBF3W.LIB
  175.        @Endif
  176.        @If ('F' [= @Group && 'W' [= @Group && 'A' [= @Group && 'L' [= @Group)
  177.         @File LIBF3WH.LIB @Size 131072 @Out LIB\LIBF3WH.LIB
  178.        @Endif
  179.        @If ('F' [= @Group && 'W' [= @Group && 'A' [= @Group)
  180.         @File LIBF4W.LIB @Size 141754 @Out LIB\LIBF4W.LIB
  181.        @Endif
  182.        @If ('F' [= @Group && 'W' [= @Group && 'B' [= @Group && 'L' [= @Group)
  183.         @File LIBF4WH.LIB @Size 142848 @Out LIB\LIBF4WH.LIB
  184.        @Endif
  185.        @If ('F' [= @Group && 'A' [= @Group)
  186.         @File LIBF3.LIB @Size 130893 @Out LIB\LIBF3.LIB
  187.        @Endif
  188.        @If ('F' [= @Group && 'A' [= @Group && 'L' [= @Group)
  189.         @File LIBF3H.LIB @Size 132096 @Out LIB\LIBF3H.LIB
  190.        @Endif
  191.        @If ('F' [= @Group && 'B' [= @Group)
  192.         @File LIBF4.LIB @Size 143950 @Out LIB\LIBF4.LIB
  193.        @Endif
  194.     @EndLib
  195. @EndDisk
  196.  
  197.  
  198. @DefineDisk
  199.     @Label = "Disk #2"
  200.  
  201.     @BeginLib NDP.002
  202.        @If ('F' [= @Group && 'B' [= @Group)
  203.         @File LIBF4.LIB @Size 1 @AppendTo LIB\LIBF4.LIB
  204.        @Endif
  205.        @If ('F' [= @Group && 'B' [= @Group && 'L' [= @Group)
  206.         @File LIBF4H.LIB @Size 145408 @Out LIB\LIBF4H.LIB
  207.        @Endif
  208.        @If ('A' [= @Group)
  209.         @File LIBG3.LIB @Size 195997 @Out LIB\LIBG3.LIB
  210.        @Endif
  211.        @If ('A' [= @Group && 'L' [= @Group)
  212.         @File LIBG3H.LIB @Size 199680 @Out LIB\LIBG3H.LIB
  213.        @Endif
  214.        @If ('B' [= @Group)
  215.         @File LIBG4.LIB @Size 201271 @Out LIB\LIBG4.LIB
  216.        @Endif
  217.         @File PROF.OBJ @Size 10711 @Out LIB\PROF.OBJ
  218.         @File PROFDUMY.OBJ @Size 759 @Out LIB\PROFDUMY.OBJ
  219.         @File PROPTS.OBJ @Size 7848 @Out LIB\PROPTS.OBJ
  220.         @File __CO0.OBJ @Size 140 @Out LIB\__CO0.OBJ
  221.        @If ('W' [= @Group)
  222.         @File __CO1167.OBJ @Size 143 @Out LIB\__CO1167.OBJ
  223.        @Endif
  224.        @If ('A' [= @Group || 'B' [= @Group)
  225.         @File __CO387.OBJ @Size 142 @Out LIB\__CO387.OBJ
  226.        @Endif
  227.  
  228.        @If ('B' [= @Group && 'L' [= @Group)
  229.         @File LIBG4H.LIB @Size 204800 @Out LIB\LIBG4H.LIB
  230.        @Endif
  231.        @If ('W' [= @Group && 'A' [= @Group)
  232.         @File LIBM3W.LIB @Size 47218 @Out LIB\LIBM3W.LIB
  233.        @Endif
  234.        @If ('W' [= @Group && 'A' [= @Group && 'L' [= @Group)
  235.         @File LIBM3WH.LIB @Size 48128 @Out LIB\LIBM3WH.LIB
  236.        @Endif
  237.        @If ('D' [= @Group)
  238.         @File __CO287.OBJ @Size 142 @Out LIB\__CO287.OBJ
  239.         @File LIBM2.LIB @Size 24760 @Out LIB\LIBM2.LIB
  240.         @File LIBM2H.LIB @Size 25088 @Out LIB\LIBM2H.LIB
  241.        @Endif
  242.        @If ('A' [= @Group)
  243.         @File LIBM3.LIB @Size 26142 @Out LIB\LIBM3.LIB
  244.        @Endif
  245.        @If ('A' [= @Group && 'L' [= @Group)
  246.         @File LIBM3H.LIB @Size 26624 @Out LIB\LIBM3H.LIB
  247.        @Endif
  248.        @If ('B' [= @Group && 'W' [= @Group)
  249.         @File LIBM4W.LIB @Size 48219 @Out LIB\LIBM4W.LIB
  250.        @Endif
  251.        @If ('B' [= @Group && 'W' [= @Group && 'L' [= @Group)
  252.         @File LIBM4WH.LIB @Size 48640 @Out LIB\LIBM4WH.LIB
  253.        @Endif
  254.        @If ('B' [= @Group)
  255.         @File LIBM4.LIB @Size 29138 @Out LIB\LIBM4.LIB
  256.        @Endif
  257.        @If ('B' [= @Group && 'L' [= @Group)
  258.         @File LIBM4H.LIB @Size 29696 @Out LIB\LIBM4H.LIB
  259.        @Endif
  260.        @If ('P' [= @Group && 'A' [= @Group && 'W' [= @Group)
  261.         @File LIBP3W.LIB @Size 12231 @Out LIB\LIBP3W.LIB
  262.        @Endif
  263.        @If ('P' [= @Group && 'A' [= @Group && 'W' [= @Group && 'L' [= @Group)
  264.         @File LIBP3WH.LIB @Size 12288 @Out LIB\LIBP3WH.LIB
  265.        @Endif
  266.        @If ('P' [= @Group && 'A' [= @Group)
  267.         @File LIBP3.LIB @Size 12269 @Out LIB\LIBP3.LIB
  268.        @Endif
  269.        @If ('P' [= @Group && 'A' [= @Group && 'L' [= @Group)
  270.         @File LIBP3H.LIB @Size 12288 @Out LIB\LIBP3H.LIB
  271.        @Endif
  272.        @If ('P' [= @Group && 'B' [= @Group && 'W' [= @Group)
  273.         @File LIBP4W.LIB @Size 13063 @Out LIB\LIBP4W.LIB
  274.        @Endif
  275.        @If ('P' [= @Group && 'B' [= @Group && 'W' [= @Group && 'L' [= @Group)
  276.         @File LIBP4WH.LIB @Size 13312 @Out LIB\LIBP4WH.LIB
  277.        @Endif
  278.        @If ('P' [= @Group && 'B' [= @Group)
  279.         @File LIBP4.LIB @Size 13097 @Out LIB\LIBP4.LIB
  280.        @Endif
  281.        @If ('P' [= @Group && 'B' [= @Group && 'L' [= @Group)
  282.         @File LIBP4H.LIB @Size 13312 @Out LIB\LIBP4H.LIB
  283.        @Endif
  284.         @File DOS386.OBJ @Size 10990 @Out LIB\DOS386.OBJ
  285.     @EndLib
  286. @EndDisk
  287.  
  288.  
  289. @Finish
  290.     @ChDrive @OutDrive
  291.     @ChDir "@SubDir"
  292.  
  293.     Installation of @Name is now finished.
  294.  
  295.     @Pause
  296. @EndFinish
  297. /*
  298. ** This Installation Utility, Install.dat(tm) was provided by:
  299. **    Knowledge Dynamics Corporation
  300. **    Highway Contract 4 - Box 185-H
  301. **    Canyon Lake, Texas 78133-3508 (USA)
  302. **    (512) - 964 - 3994
  303. ** but Modified by MicroWay, Inc.
  304. */
  305.