home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-07-30 | 4.4 KB | 177 lines |
- @DefineProject
- @Name = "NDP-C-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.40 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 < 2394112)
-
- WARNING !!! WARNING !!! WARNING !!! WARNING !!!
-
- The selected disk drive to install @Name only has
- @DiskFree @OutDrive bytes.
- A full installation of @Name requires 2394112 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 STAT.H @Size 1064 @Out INC\SYS\STAT.H
- @File TIMES.H @Size 409 @Out INC\SYS\TIMES.H
- @File TYPES.H @Size 497 @Out INC\SYS\TYPES.H
- @File VM.H @Size 893 @Out INC\SYS\VM.H
- @File ASSERT.H @Size 1385 @Out INC\ASSERT.H
- @File BIOS.H @Size 1846 @Out INC\BIOS.H
- @File CTYPE.H @Size 3027 @Out INC\CTYPE.H
- @File DOS.H @Size 23097 @Out INC\DOS.H
- @File ERRNO.H @Size 1438 @Out INC\ERRNO.H
- @File EXTERR.H @Size 4140 @Out INC\EXTERR.H
- @File FLOAT.H @Size 1811 @Out INC\FLOAT.H
- @File GREX.H @Size 18538 @Out INC\GREX.H
- @File LIMITS.H @Size 1060 @Out INC\LIMITS.H
- @File LOCALE.H @Size 1784 @Out INC\LOCALE.H
- @File MALLOC.H @Size 1263 @Out INC\MALLOC.H
- @File MATH.H @Size 4193 @Out INC\MATH.H
- @File MEMORY.H @Size 724 @Out INC\MEMORY.H
- @File SETJMP.H @Size 1094 @Out INC\SETJMP.H
- @File SIGNAL.H @Size 2185 @Out INC\SIGNAL.H
- @File STDARG.H @Size 961 @Out INC\STDARG.H
- @File STDDEF.H @Size 806 @Out INC\STDDEF.H
- @File STDIO.H @Size 9583 @Out INC\STDIO.H
- @File STDLIB.H @Size 2609 @Out INC\STDLIB.H
- @File STRING.H @Size 2268 @Out INC\STRING.H
- @File TIME.H @Size 3282 @Out INC\TIME.H
- @File VARARGS.H @Size 736 @Out INC\VARARGS.H
- @File MC386.EXE @Size 44609 @Out BIN\MC386.EXE
- @File NDPC386.EXE @Size 825516 @Out BIN\NDPC386.EXE
- @File NDPC386.EXP @Size 680072 @Out BIN\NDPC386.EXP
- @File NDPC386.LTL @Size 716584 @Out BIN\NDPC386.LTL
- @EndLib
- @EndDisk
-
-
- @DefineDisk
- @Label = "Disk #2"
-
- @BeginLib NDP.002
- @File NDPC386.LTL @Size 1 @AppendTo BIN\NDPC386.LTL
- @EndLib
- @BeginLib PATCH.001
- @File DOS.H @Size 23176 @Out INC\DOS.H
- @File GREX.H @Size 208000 @Out INC\GREX.H
- @File STDIO.H @Size 8913 @Out INC\STDIO.H
- @File HI.C @Size 58 @Out SRC\HI.C
- @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.
- */
-