home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-06-27 | 4.2 KB | 168 lines |
- @DefineProject
- @Name ="386|VMM"
- @Version ="4.0"
- @Subdir ="\\PHAR386"
- @OutDrive = Z
- @Requires 150000
- @EndProject
-
- @DefineVars
- @Qstring @Space = "150 Kb"
- @EndVars
-
- @Display
- @CLS
-
- This program installs @NAME version @Version
- on your computer system.
-
- You can specify the drive and directory where you want to
- install @NAME. If the directory you choose
- does not exist, it will be created for you.
-
- Each screen of this program offers a choice and a default response.
- Press the RETURN key to accept the default. Otherwise type or
- select another response and then press the RETURN key.
- If you make a mistake while typing, press the BACKSPACE key
- and retype the entry.
-
- You can press the ESC key at any time to cancel installation
- and return to the operating system.
-
- @PAUSE
- @EndDisplay
-
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
- Please specify the disk drive upon which you wish to
- install @NAME. It should be the same disk as your
- 386|DOS-Extender SDK.
-
-
-
-
-
-
-
-
-
-
-
-
- @Name requires about @Space of free disk space.
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the disk drive you wish to install to and then press the
- [Enter] key.
- @EndOutDrive
-
- @GetSubdir
- @CLS
- Please specify the directory name where @NAME
- will be installed. It should be the same directory into
- which your 386|DOS-Extender SDK has already been installed.
- By default, the name of this directory is:
-
- @SUBDIR
-
- The program locates it below the root directory of the disk
- drive you selected. If you have no preference, choose the
- default by pressing the RETURN key.
-
- To change the directory name, backspace over the directory name
- and type a new name. Press the RETURN key when you have finished
- typing the name.
-
-
-
-
-
-
- @PROMPT = "Which subdirectory ?"
- @EndSubdir
-
- @IF (@EXISTS "@OutDrive:@SubDir\\BIN\\RUN386.EXE" != 1)
- @GetOption
- Apparently the 386|DOS-Extender SDK has not yet been
- installed in:
- @OutDrive:@SubDir
-
-
-
-
-
-
-
- Are you sure you want to install @NAME in
- this directory?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the option you wish to select and then press the [Enter] key.
- @Option 1 = "Yes"
- @Option 2 = "No"
- @EndOption
- @Endif
-
- @Display
- @If(2 [= @Option)
- Aborting installation.
-
- @Abort
- @Endif
- @EndDisplay
-
- @IF (@EXISTS "@OutDrive:@SubDir\\BIN\\VMMDRV.EXP" == 1)
- @GetOption
- Apparently @NAME has already been installed in:
- @OutDrive:@SubDir
-
-
-
-
-
-
-
- Do you want to continue installing @NAME
- over the files in this directory?
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the option you wish to select and then press the [Enter] key.
- @Option 1 = "Yes"
- @Option 2 = "No"
- @EndOption
- @Endif
-
- @Display
- @If(2 [= @Option)
- Aborting installation.
-
- @Abort
- @Endif
- @EndDisplay
-
- /* Disk Blocks Go Here */
- /* Define Disk Block Disk 1 */
- @DefineDisk
- @Label = "386|VMM Disk 1"
- @File examples\386vmm\pfhndlr.asm @Out examples\386vmm\pfhndlr.asm
- @File examples\386vmm\readlog.c @Out examples\386vmm\readlog.c
- @File examples\386vmm\readlog.bat @Out examples\386vmm\readlog.bat
- @File examples\386vmm\vm.c @Out examples\386vmm\vm.c
- @File examples\386vmm\vm.bat @Out examples\386vmm\vm.bat
- @File bin\vmmdrv.exp @Out bin\vmmdrv.exp
- @EndDisk
-
-
- @Finish
- @Name has been installed in @OutDrive:@Subdir
- in the following subdirectories:
-
- BIN\ Contains the 386|VMM driver
- EXAMPLES\ Contains example code for 386|VMM
-
- @EndFinish
-
- /* end-of-file */
-