home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01140 / install.dat < prev    next >
Text File  |  1993-12-13  |  3KB  |  130 lines

  1. /*
  2.  * INSTALL.DAT
  3.  *
  4.  * Project: Silverball Demo II
  5.  * Version: 1.00
  6.  *
  7.  */
  8.  
  9. @DefineProject
  10.     @Name = "Silverball Demo II"
  11.     @Version = "1.00"
  12.     
  13.     @Subdir = "\\DEMO"
  14.     @OutDrive = C
  15. @EndProject
  16.  
  17. @Display
  18.     @Cls
  19.  
  20.     This program will install:
  21.     @Name version @Version
  22.     on your computer system and verify the integrity of the
  23.     distribution disk.  You may press the [Esc] key at any time to
  24.     abort the installation.
  25.  
  26.     INSTALL will ask you several questions about your computer
  27.     hardware.
  28.  
  29.     Each question has a default answer.  If the default answer is
  30.     correct, press the ENTER key in response to the question.
  31.     Otherwise, type the answer and then press the ENTER key.
  32.  
  33.     If you make a mistake while typing, press the BACKSPACE key
  34.     and then retype the answer.
  35.  
  36.     @Pause
  37. @EndDisplay
  38.  
  39. @GetOutDrive
  40.     @Cls
  41.  
  42.     On which disk drive do you wish to install @Name?
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. @EndOutDrive
  57.  
  58. @GetSubdir
  59.     @Cls
  60.     Now you need to specify the disk destination subdirectory.
  61.     The subdirectory is the location on your disk where the
  62.     @Name system will be installed.
  63.     If you don't know what a "subdirectory" is, you probably
  64.     need not worry about it, and should press ENTER.
  65.  
  66.  
  67.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  68. @EndSubdir
  69.  
  70.  
  71. @DefineDisk
  72.     @Label = "Disk #1"
  73.     @BeginLib SILVER.001
  74.         @File README.DOC @Size 1954
  75.         @File SF1.PIN @Size 77811
  76.         @File SETUP.EXE @Size 11490
  77.         @File SF3.PIN @Size 85935
  78.         @File SF4.PIN @Size 48700
  79.         @File SF6.PIN @Size 79788
  80.         @File SB.INF @Size 4174
  81.         @File PIN7.DAT @Size 42504
  82.         @File PIN4.EXE @Size 221751
  83.         @File PIN6.DAT @Size 40189
  84.         @File PIN7.EXE @Size 243770
  85.         @File PIN4.DAT @Size 49909
  86.         @File PIN6.EXE @Size 236557
  87.         @File PIN1.EXE @Size 299249
  88.         @File PIN1.DAT @Size 38602
  89.         @File LPR.INF @Size 5101
  90.         @File LOADER.INF @Size 1171
  91.         @File INTRO.PIN @Size 121490
  92.         @File ORDER.FRM @Size 1002
  93.         @File GUS.INF @Size 3397
  94.         @File CONFIG.PIN @Size 110
  95.         @File SF7.PIN @Size 99116
  96.         @File SILVER.EXE @Size 37106
  97.         @File SONG0.PSM @Size 98644
  98.         @File SONG1.PSM @Size 55412
  99.         @File SONG4.PSM @Size 146468
  100.         @File SONG6.PSM @Size 45892
  101.         @File SONG7.PSM @Size 109684
  102.         @File SF0.PIN @Size 62965
  103.     @EndLib
  104. @EndDisk
  105.  
  106.  
  107. @Finish
  108.     @ChDrive @OutDrive
  109.     @ChDir "@SubDir"
  110.  
  111.     Installation of @Name is now finished.
  112.  
  113.     The installation program used to install @Name,
  114.     INSTALL, is licensed software provided by Knowledge
  115.     Dynamics Corp, P. O. Box 1558, Canyon Lake, Texas 78130-1558
  116.     (USA).  INSTALL is Copyright (c) 1987-1992 by Knowledge
  117.     Dynamics Corp which reserves all copyright protection
  118.     worldwide.  INSTALL is provided to you for the exclusive
  119.     purpose of installing @Name.
  120.     MicroLeague Interactive Software is exclusively responsible
  121.     for the support of @Name,
  122.     including support during the installation phase.
  123.     In no event will Knowledge Dynamics Corp provide any
  124.     technical support for @Name.
  125.  
  126.     @Pause
  127. @EndFinish
  128.  
  129. /* end-of-file */
  130.