home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1991-02-11 | 7.5 KB | 213 lines |
- @DefineProject
- @Name ="386|DOS-Extender SDK"
- @Version ="3.0"
- @Subdir ="\\PHAR386"
- @OutDrive = Z
- @Requires 2500000
- @EndProject
-
- @DefineVars
- @Qstring @Space = "2.5 MB"
- @EndVars
-
- @Display
- @CLS
-
- This program installs the @NAME version @Version
- on your computer system.
-
- You can specify the drive and directory where you want to
- install the @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
-
- On which disk drive do you wish to install the @Name:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The @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 the @NAME
- will be 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")
- @GetOption
- Apparently there is already a directory called:
- @OutDrive:@SubDir
-
-
-
-
-
-
-
- Do you want to continue installing the @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|DOS-Extender SDK Disk 1"
- @File bin\386asm.exe @Out bin\386asm.exe
- @File bin\386asmr.exe @Out bin\386asmr.exe
- @File bin\386debug.exe @Out bin\386debug.exe
- @File bin\386debug.exp @Out bin\386debug.exp
- @File bin\386lib.exe @Out bin\386lib.exe
- @EndDisk
- /* Define Disk Block Disk 2 */
- @DefineDisk
- @Label = "386|DOS-Extender SDK Disk 2"
- @File bin\386link.exe @Out bin\386link.exe
- @File bin\386linkr.exe @Out bin\386linkr.exe
- @File bin\cfig386.exe @Out bin\cfig386.exe
- @File bin\dbglib.rex @Out bin\dbglib.rex
- @File bin\dxdebug.exe @Out bin\dxdebug.exe
- @File bin\run386.exe @Out bin\run386.exe
- @File bin\stub386.exe @Out bin\stub386.exe
- @File bin\tellme.exe @Out bin\tellme.exe
- @EndDisk
- /* Define Disk Block Disk 3 */
- @DefineDisk
- @Label = "386|DOS-Extender SDK Disk 3"
- @File docs\run386.doc @Out docs\run386.doc
- @File docs\386debug.doc @Out docs\386debug.doc
- @File docs\386asm.doc @Out docs\386asm.doc
- @File examples\dosext\rmhello.asm @Out examples\dosext\rmhello.asm
- @File examples\dosext\rmhello.bat @Out examples\dosext\rmhello.bat
- @File examples\dosext\hello.bat @Out examples\dosext\hello.bat
- @File examples\dosext\pecho.bat @Out examples\dosext\pecho.bat
- @File examples\dosext\hello.asm @Out examples\dosext\hello.asm
- @File examples\dosext\scrtest.bat @Out examples\dosext\scrtest.bat
- @File examples\dosext\dosdemo.bat @Out examples\dosext\dosdemo.bat
- @File examples\dosext\pecho.asm @Out examples\dosext\pecho.asm
- @File examples\dosext\tail.bat @Out examples\dosext\tail.bat
- @File examples\dosext\ptail2.bat @Out examples\dosext\ptail2.bat
- @File examples\dosext\scrtest.asm @Out examples\dosext\scrtest.asm
- @File examples\dosext\dosdemo.asm @Out examples\dosext\dosdemo.asm
- @File examples\dosext\tail.asm @Out examples\dosext\tail.asm
- @File examples\dosext\rtail2.asm @Out examples\dosext\rtail2.asm
- @File examples\dosext\ptail2.asm @Out examples\dosext\ptail2.asm
- @File examples\graphics\read.me @Out examples\graphics\read.me
- @File examples\graphics\gserver.h @Out examples\graphics\gserver.h
- @File examples\graphics\blddemo.bat @Out examples\graphics\blddemo.bat
- @File examples\graphics\gdemo.mak @Out examples\graphics\gdemo.mak
- @File examples\graphics\gserver.mak @Out examples\graphics\gserver.mak
- @File examples\graphics\gserver.drv @Out examples\graphics\gserver.drv
- @File examples\graphics\gdemo.c @Out examples\graphics\gdemo.c
- @File examples\graphics\gglue.c @Out examples\graphics\gglue.c
- @File examples\graphics\prot.asm @Out examples\graphics\prot.asm
- @File examples\graphics\gserver.c @Out examples\graphics\gserver.c
- @File examples\graphics\real.asm @Out examples\graphics\real.asm
- @File examples\graphics\gdemo_rb.exp @Out examples\graphics\gdemo_rb.exp
- @File examples\graphics\gdemo_cb.exp @Out examples\graphics\gdemo_cb.exp
- @File examples\inthndlr\ctrlc.asm @Out examples\inthndlr\ctrlc.asm
- @File examples\inthndlr\serio.bat @Out examples\inthndlr\serio.bat
- @File examples\inthndlr\criterr.asm @Out examples\inthndlr\criterr.asm
- @File examples\inthndlr\err387.bat @Out examples\inthndlr\err387.bat
- @File examples\inthndlr\ichain.bat @Out examples\inthndlr\ichain.bat
- @File examples\inthndlr\criterr.bat @Out examples\inthndlr\criterr.bat
- @File examples\inthndlr\ctrlc.bat @Out examples\inthndlr\ctrlc.bat
- @File examples\inthndlr\ichain.asm @Out examples\inthndlr\ichain.asm
- @File examples\inthndlr\err387.asm @Out examples\inthndlr\err387.asm
- @File examples\inthndlr\serio.asm @Out examples\inthndlr\serio.asm
- @File examples\loader\read.me @Out examples\loader\read.me
- @File examples\loader\load.bat @Out examples\loader\load.bat
- @File examples\loader\load2.asm @Out examples\loader\load2.asm
- @File examples\loader\load.c @Out examples\loader\load.c
- @File examples\loader\farhello.asm @Out examples\loader\farhello.asm
- @File includes\pltypes.h @Out includes\pltypes.h
- @File includes\pharlap.h @Out includes\pharlap.h
- @File includes\dosx.ah @Out includes\dosx.ah
- @File includes\plexp.h @Out includes\plexp.h
- @File includes\hw386.ah @Out includes\hw386.ah
- @File includes\hw386.h @Out includes\hw386.h
- @File includes\pl386.pro @Out includes\pl386.pro
- @File libs\dosx32.lib @Out libs\dosx32.lib
- @File libs\dos32.lib @Out libs\dos32.lib
- @EndDisk
-
-
- @Finish
- The @Name has been installed in @OutDrive:@Subdir
- with the following subdirectories:
-
- BIN\ Contains all executable programs
- INCLUDES\ Contains C and Assembly include files
- LIBS\ Contains C callable libraries for 386|DOS-Extender
- and MS-DOS system calls
- EXAMPLES\ Contains example code for 386|DOS-Extender SDK
- DOCS\ Contains product release notes in ASCII format
-
- You should add the following directory to your PATH:
- @OutDrive:@Subdir\BIN
- @EndFinish
-
- /* end-of-file */
-