home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-07-30 | 8.4 KB | 305 lines |
- @DefineProject
- @Name = "NDP-Libraries-386|486"
- @Version = "3.2.0"
- @Subdir = "\\NDP486"
- @OutDrive = Z
- @EndProject
-
- @Display
- @Cls
-
- This program will install: @Name version @Version
- on your PC and verify the integrity of the distribution disks.
-
- You may press the [Esc] key at any time to abort the installation.
-
- This installation will ask you several questions about your computer
- hardware and then give you the option of installing only selected
- parts of @Name.
-
- NOTE: A full installation of @Name will require
- 3.48 MBytes of free disk space.
-
- Should you have any questions during the installation, call
- MicroWay Technical Support at (508) 746 - 7341 for assistance.
-
- @Pause
- @If (@CPU < 386)
- @Cls
- This system has an 80@CPU microprocessor.
- NDP FORTRAN can only execute on systems with a 386
- or 486 processor.
-
- Do you wish to continue ?
-
- @Pause
- @Endif
- @If ((@OSMajor * 100) + @OSMinor < 320)
- @Cls
- @Name required DOS 3.2 or later.
- You seem to be using version @OSMajor.@OSMinor.
-
- Do you wish to continue ?
-
- @Pause
- @Endif
- @EndDisplay
-
- @GetGroups
- @CheckBox
- @Cls
-
- @Name version @Version
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Down Arrow] and [Up Arrow] keys to move the highlighted
- selection bar to the portion you wish to include. The press the
- [Spacebar] to toggle the response.
-
- Enter "T" to tag all options as "YES".
-
- After making your selections, press [Enter] to continue.
-
- @Set F = "Are you installing for FORTRAN ?"
- @Set C = "Are you installing for C ?"
- @Set P = "Are you installing for Pascal ?"
- @Set A = "The 386 Libraries ?"
- @Set B = "The 486 Libraries (only good with a 486 compiler) ?"
- @Set D = "The 287 Libraries ?"
- @Set I = "The Intel 387/487 Libraries ?"
- @Set W = "The Weitek 1167/3167 Libraries ?"
- @Set L = "Will you be using the Phar Lap tool set ?"
- @EndGroups
-
- @GetOutDrive
- @Cls
- On which disk drive do you wish to install @Name?
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], and [Pg Dn] keys to
- move the highlighted selection bar to the disk drive where you
- wish to install @Name and then press [Enter].
-
-
- @EndOutDrive
-
- @Display
-
- @If (@DiskFree @Outdrive < 3475456)
-
- WARNING !!! WARNING !!! WARNING !!! WARNING !!!
-
- The selected disk drive to install @Name only has
- @DiskFree @OutDrive bytes.
- A full installation of @Name requires 3475456 free bytes.
- It is still possible to install @Name
- should you choose to install selective parts.
-
- Do you wish to continue ?
-
- @Pause
- @Endif
- @Enddisplay
-
- @GetSubdir
- @Cls
- Now you need to specify the disk destination subdirectory. The
- subdirectory is the location on your disk where @Name
- will be installed.
-
- For example, if you installed your compiler in \ndp486, just
- press return to continue.
-
- NOTE: If you are using a 386 compiler, the default subdirectory
- is wrong for the libraries: change it from \ndp486 to \ndp386.
-
- If you choose a different directory to install your libraries,
- this install utility will append \lib to that directory.
- For example, if you want to install your libraries in \ndp\lib,
- just enter \ndp.
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
- @DefineDisk
- @Label = "Disk #1"
-
- @BeginLib NDP.001
- @If ('W' [= @Group && 'A' [= @Group)
- @File LIBC3W.LIB @Size 125379 @Out LIB\LIBC3W.LIB
- @Endif
- @If ('W' [= @Group && 'A' [= @Group && 'L' [= @Group)
- @File LIBC3WH.LIB @Size 126967 @Out LIB\LIBC3WH.LIB
- @Endif
- @If ('W' [= @Group && 'B' [= @Group)
- @File LIBC4W.LIB @Size 135919 @Out LIB\LIBC4W.LIB
- @Endif
- @If ('W' [= @Group && 'B' [= @Group && 'L' [= @Group)
- @File LIBC4WH.LIB @Size 137216 @Out LIB\LIBC4WH.LIB
- @Endif
- @If ('A' [= @Group)
- @File LIBC3.LIB @Size 125230 @Out LIB\LIBC3.LIB
- @Endif
- @If ('A' [= @Group && 'L' [= @Group)
- @File LIBC3H.LIB @Size 126464 @Out LIB\LIBC3H.LIB
- @Endif
- @If ('B' [= @Group)
- @File LIBC4.LIB @Size 135833 @Out LIB\LIBC4.LIB
- @Endif
- @If ('B' [= @Group && 'L' [= @Group)
- @File LIBC4H.LIB @Size 137216 @Out LIB\LIBC4H.LIB
- @Endif
- @If ('F' [= @Group && 'W' [= @Group && 'A' [= @Group)
- @File LIBF3W.LIB @Size 129704 @Out LIB\LIBF3W.LIB
- @Endif
- @If ('F' [= @Group && 'W' [= @Group && 'A' [= @Group && 'L' [= @Group)
- @File LIBF3WH.LIB @Size 131072 @Out LIB\LIBF3WH.LIB
- @Endif
- @If ('F' [= @Group && 'W' [= @Group && 'A' [= @Group)
- @File LIBF4W.LIB @Size 141754 @Out LIB\LIBF4W.LIB
- @Endif
- @If ('F' [= @Group && 'W' [= @Group && 'B' [= @Group && 'L' [= @Group)
- @File LIBF4WH.LIB @Size 142848 @Out LIB\LIBF4WH.LIB
- @Endif
- @If ('F' [= @Group && 'A' [= @Group)
- @File LIBF3.LIB @Size 130893 @Out LIB\LIBF3.LIB
- @Endif
- @If ('F' [= @Group && 'A' [= @Group && 'L' [= @Group)
- @File LIBF3H.LIB @Size 132096 @Out LIB\LIBF3H.LIB
- @Endif
- @If ('F' [= @Group && 'B' [= @Group)
- @File LIBF4.LIB @Size 143950 @Out LIB\LIBF4.LIB
- @Endif
- @EndLib
- @EndDisk
-
-
- @DefineDisk
- @Label = "Disk #2"
-
- @BeginLib NDP.002
- @If ('F' [= @Group && 'B' [= @Group)
- @File LIBF4.LIB @Size 1 @AppendTo LIB\LIBF4.LIB
- @Endif
- @If ('F' [= @Group && 'B' [= @Group && 'L' [= @Group)
- @File LIBF4H.LIB @Size 145408 @Out LIB\LIBF4H.LIB
- @Endif
- @If ('A' [= @Group)
- @File LIBG3.LIB @Size 195997 @Out LIB\LIBG3.LIB
- @Endif
- @If ('A' [= @Group && 'L' [= @Group)
- @File LIBG3H.LIB @Size 199680 @Out LIB\LIBG3H.LIB
- @Endif
- @If ('B' [= @Group)
- @File LIBG4.LIB @Size 201271 @Out LIB\LIBG4.LIB
- @Endif
- @File PROF.OBJ @Size 10711 @Out LIB\PROF.OBJ
- @File PROFDUMY.OBJ @Size 759 @Out LIB\PROFDUMY.OBJ
- @File PROPTS.OBJ @Size 7848 @Out LIB\PROPTS.OBJ
- @File __CO0.OBJ @Size 140 @Out LIB\__CO0.OBJ
- @If ('W' [= @Group)
- @File __CO1167.OBJ @Size 143 @Out LIB\__CO1167.OBJ
- @Endif
- @If ('A' [= @Group || 'B' [= @Group)
- @File __CO387.OBJ @Size 142 @Out LIB\__CO387.OBJ
- @Endif
-
- @If ('B' [= @Group && 'L' [= @Group)
- @File LIBG4H.LIB @Size 204800 @Out LIB\LIBG4H.LIB
- @Endif
- @If ('W' [= @Group && 'A' [= @Group)
- @File LIBM3W.LIB @Size 47218 @Out LIB\LIBM3W.LIB
- @Endif
- @If ('W' [= @Group && 'A' [= @Group && 'L' [= @Group)
- @File LIBM3WH.LIB @Size 48128 @Out LIB\LIBM3WH.LIB
- @Endif
- @If ('D' [= @Group)
- @File __CO287.OBJ @Size 142 @Out LIB\__CO287.OBJ
- @File LIBM2.LIB @Size 24760 @Out LIB\LIBM2.LIB
- @File LIBM2H.LIB @Size 25088 @Out LIB\LIBM2H.LIB
- @Endif
- @If ('A' [= @Group)
- @File LIBM3.LIB @Size 26142 @Out LIB\LIBM3.LIB
- @Endif
- @If ('A' [= @Group && 'L' [= @Group)
- @File LIBM3H.LIB @Size 26624 @Out LIB\LIBM3H.LIB
- @Endif
- @If ('B' [= @Group && 'W' [= @Group)
- @File LIBM4W.LIB @Size 48219 @Out LIB\LIBM4W.LIB
- @Endif
- @If ('B' [= @Group && 'W' [= @Group && 'L' [= @Group)
- @File LIBM4WH.LIB @Size 48640 @Out LIB\LIBM4WH.LIB
- @Endif
- @If ('B' [= @Group)
- @File LIBM4.LIB @Size 29138 @Out LIB\LIBM4.LIB
- @Endif
- @If ('B' [= @Group && 'L' [= @Group)
- @File LIBM4H.LIB @Size 29696 @Out LIB\LIBM4H.LIB
- @Endif
- @If ('P' [= @Group && 'A' [= @Group && 'W' [= @Group)
- @File LIBP3W.LIB @Size 12231 @Out LIB\LIBP3W.LIB
- @Endif
- @If ('P' [= @Group && 'A' [= @Group && 'W' [= @Group && 'L' [= @Group)
- @File LIBP3WH.LIB @Size 12288 @Out LIB\LIBP3WH.LIB
- @Endif
- @If ('P' [= @Group && 'A' [= @Group)
- @File LIBP3.LIB @Size 12269 @Out LIB\LIBP3.LIB
- @Endif
- @If ('P' [= @Group && 'A' [= @Group && 'L' [= @Group)
- @File LIBP3H.LIB @Size 12288 @Out LIB\LIBP3H.LIB
- @Endif
- @If ('P' [= @Group && 'B' [= @Group && 'W' [= @Group)
- @File LIBP4W.LIB @Size 13063 @Out LIB\LIBP4W.LIB
- @Endif
- @If ('P' [= @Group && 'B' [= @Group && 'W' [= @Group && 'L' [= @Group)
- @File LIBP4WH.LIB @Size 13312 @Out LIB\LIBP4WH.LIB
- @Endif
- @If ('P' [= @Group && 'B' [= @Group)
- @File LIBP4.LIB @Size 13097 @Out LIB\LIBP4.LIB
- @Endif
- @If ('P' [= @Group && 'B' [= @Group && 'L' [= @Group)
- @File LIBP4H.LIB @Size 13312 @Out LIB\LIBP4H.LIB
- @Endif
- @File DOS386.OBJ @Size 10990 @Out LIB\DOS386.OBJ
- @EndLib
- @EndDisk
-
-
- @Finish
- @ChDrive @OutDrive
- @ChDir "@SubDir"
-
- Installation of @Name is now finished.
-
- @Pause
- @EndFinish
- /*
- ** This Installation Utility, Install.dat(tm) was provided by:
- ** Knowledge Dynamics Corporation
- ** Highway Contract 4 - Box 185-H
- ** Canyon Lake, Texas 78133-3508 (USA)
- ** (512) - 964 - 3994
- ** but Modified by MicroWay, Inc.
- */
-