home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1993-12-13 | 3.0 KB | 130 lines |
- /*
- * INSTALL.DAT
- *
- * Project: Silverball Demo II
- * Version: 1.00
- *
- */
-
- @DefineProject
- @Name = "Silverball Demo II"
- @Version = "1.00"
-
- @Subdir = "\\DEMO"
- @OutDrive = C
- @EndProject
-
- @Display
- @Cls
-
- This program will install:
- @Name version @Version
- on your computer system and verify the integrity of the
- distribution disk. You may press the [Esc] key at any time to
- abort the installation.
-
- INSTALL will ask you several questions about your computer
- hardware.
-
- Each question has a default answer. If the default answer is
- correct, press the ENTER key in response to the question.
- Otherwise, type the answer and then press the ENTER key.
-
- If you make a mistake while typing, press the BACKSPACE key
- and then retype the answer.
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
- @Cls
-
- On which disk drive do you wish to install @Name?
-
-
-
-
-
-
-
-
-
-
-
-
-
- @EndOutDrive
-
- @GetSubdir
- @Cls
- Now you need to specify the disk destination subdirectory.
- The subdirectory is the location on your disk where the
- @Name system will be installed.
- If you don't know what a "subdirectory" is, you probably
- need not worry about it, and should press ENTER.
-
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
-
- @DefineDisk
- @Label = "Disk #1"
- @BeginLib SILVER.001
- @File README.DOC @Size 1954
- @File SF1.PIN @Size 77811
- @File SETUP.EXE @Size 11490
- @File SF3.PIN @Size 85935
- @File SF4.PIN @Size 48700
- @File SF6.PIN @Size 79788
- @File SB.INF @Size 4174
- @File PIN7.DAT @Size 42504
- @File PIN4.EXE @Size 221751
- @File PIN6.DAT @Size 40189
- @File PIN7.EXE @Size 243770
- @File PIN4.DAT @Size 49909
- @File PIN6.EXE @Size 236557
- @File PIN1.EXE @Size 299249
- @File PIN1.DAT @Size 38602
- @File LPR.INF @Size 5101
- @File LOADER.INF @Size 1171
- @File INTRO.PIN @Size 121490
- @File ORDER.FRM @Size 1002
- @File GUS.INF @Size 3397
- @File CONFIG.PIN @Size 110
- @File SF7.PIN @Size 99116
- @File SILVER.EXE @Size 37106
- @File SONG0.PSM @Size 98644
- @File SONG1.PSM @Size 55412
- @File SONG4.PSM @Size 146468
- @File SONG6.PSM @Size 45892
- @File SONG7.PSM @Size 109684
- @File SF0.PIN @Size 62965
- @EndLib
- @EndDisk
-
-
- @Finish
- @ChDrive @OutDrive
- @ChDir "@SubDir"
-
- Installation of @Name is now finished.
-
- The installation program used to install @Name,
- INSTALL, is licensed software provided by Knowledge
- Dynamics Corp, P. O. Box 1558, Canyon Lake, Texas 78130-1558
- (USA). INSTALL is Copyright (c) 1987-1992 by Knowledge
- Dynamics Corp which reserves all copyright protection
- worldwide. INSTALL is provided to you for the exclusive
- purpose of installing @Name.
- MicroLeague Interactive Software is exclusively responsible
- for the support of @Name,
- including support during the installation phase.
- In no event will Knowledge Dynamics Corp provide any
- technical support for @Name.
-
- @Pause
- @EndFinish
-
- /* end-of-file */
-