home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-07-19 | 3.2 KB | 153 lines |
- @DefineProject
- @Name = "NDP-Fortran-386"
- @Version = "3.2.0"
- @Subdir = "\\NDP386"
- @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
- 2.46 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.
- @Name 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
-
- @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 < 2455552)
-
- WARNING !!! WARNING !!! WARNING !!! WARNING !!!
-
- The selected disk drive to install @Name only has
- @DiskFree @OutDrive bytes.
- A full installation of @Name requires 2455552 free bytes.
-
- 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.
-
- You can either accept the default destination subdirectory
- @Subdir by pressing [Enter] or change it by pressing [Esc]
- and entering the new subdirectory. If you choose to change
- the subdirectory, remember not to include the disk drive
- letter.
-
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
- @DefineDisk
- @Label = "Disk #1"
-
- @BeginLib NDP.001
- @File DOS.FH @Size 11280 @Out INC\DOS.FH
- @File ERRNO.FH @Size 3095 @Out INC\ERRNO.FH
- @File GREX.FH @Size 4942 @Out INC\GREX.FH
- @File NDPF386.EXE @Size 873952 @Out BIN\NDPF386.EXE
- @File NDPF386.EXP @Size 728508 @Out BIN\NDPF386.EXP
- @File MF386.EXE @Size 53232 @Out BIN\MF386.EXE
- @EndLib
- @EndDisk
-
-
- @DefineDisk
- @Label = "Disk #2"
-
- @BeginLib NDP.002
- @File MF386.EXE @Size 1 @AppendTo BIN\MF386.EXE
- @File NDPF386.LTL @Size 770172 @Out BIN\NDPF386.LTL
- @EndLib
-
- @BeginLib PATCH.001
- @File HI.F @Size 43 @Out SRC\HI.F
- @EndLib
-
- @EndDisk
-
- @SetAutoexec
- @AskOverwrite
- @Path = "@OutDrive:\\@Subdir\\bin;"
- @EndAutoexec
-
- @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.
- */
-