home *** CD-ROM | disk | FTP | other *** search
-
- @DefineProject
- @Name = "NDP-Tools-386|486"
- @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 installation directories.
-
- NOTE: A full installation of @Name will require 1.17 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 requires 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?
-
-
-
-
-
-
-
-
-
-
-
-
-
- @EndOutDrive
-
- @Display
-
- @If (@DiskFree @Outdrive < 1165312)
-
- WARNING !!! WARNING !!! WARNING !!! WARNING !!!
-
- The selected disk drive to install @Name only has
- @DiskFree @OutDrive bytes.
- A full installation of @Name requires 1165312 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.
-
- For example, if you installed your compiler in \ndp386, just
- press return to continue.
-
- If you choose a different directory to install your tools,
- this install utility will append \tools to that directory.
- For example, if you want to install your tools in \ndp\tools,
- just enter \ndp.
-
- If you are installing for a 486 compiler, you may want to change
- the default from \ndp386 to \ndp486.
-
- NOTE: Your path should include the tools directory.
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
-
- @DefineDisk
- @Label = "Disk #1"
-
- @BeginLib NDP.001
- @File NDPLIB.EXE @Size 222321 @Out TOOLS\NDPLIB.EXE
- @File NDPLINK.EXE @Size 264476 @Out TOOLS\NDPLINK.EXE
- @File NDPRUN.EXE @Size 234928 @Out TOOLS\NDPRUN.EXE
- @File TEST11.EXE @Size 1239 @Out TOOLS\TEST11.EXE
- @File WEITEK11.EXE @Size 883 @Out TOOLS\WEITEK11.EXE
- @File LOM.EXE @Size 22391 @Out TOOLS\LOM.EXE
- @File PLI.EXE @Size 168686 @Out TOOLS\PLI.EXE
- @File NDPRUNVM.EXE @Size 239439 @Out TOOLS\NDPRUNVM.EXE
- @EndLib
- @EndDisk
-
- @SetAutoexec
- @AskOverwrite
- @Path = "@OutDrive:\\@Subdir\\tools;"
- @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.
- */
-