home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 22 / CD_ASCQ_22_0695.iso / win / games / terrace / install.cfg next >
Text File  |  1995-03-18  |  3KB  |  74 lines

  1. rem   This is the configuration file used to install Terrace for Windows
  2. rem   =====================================================================
  3.  
  4. rem --- set the color for background on the screen
  5. SCREENCOLOR: BLUE, BLACK
  6.  
  7. rem --- the title that appears on the background
  8. TITLE: "TERRACE", 100
  9. rem --- the color for the title
  10. TITLECOLOR: (0, 255, 255)
  11.  
  12. BEGINFIRSTSCREEN
  13.  
  14.    Congratulations! You are about to install Terrace onto your hard disk.
  15.  
  16.    Terrace is one of the best abstract strategy games ever invented.
  17.  
  18.    Terrace has won the following prestigious awards...
  19.  
  20.     GAMES MAGAZINE - "Best Abstract Strategy Game of the Year"
  21.     MENSA SOCIETY - "Best Mind Game of the Year"
  22.     INVENTEC Gold Medal - "Best Product of the Year"
  23.     IDSA  Bronze Medal - "Design Excellence"
  24.     GAMES 100 - "Best Abstract Strategy Game" for 1992 and 1993.    
  25.  
  26.    To Install Terrace 3MB of free disk space is required.
  27.  
  28.    Press Ok to continue installation. 
  29.  
  30. ENDFIRSTSCREEN
  31.  
  32.  
  33. BEGINLASTSCREEN
  34.  
  35.    Installation of Terrace is now complete.
  36.  
  37. ENDLASTSCREEN
  38.  
  39. rem --- check to see if the end user has enough disk space to install
  40. rem   - note that the user can install one of two file groups 
  41. rem   - (all files or just the program files) thus we must
  42. rem   - provide a different check for group one and group two
  43. MINDISKSPACE: 2800000, 1
  44.  
  45. rem --- check that the end user has a powerful enough CPU 
  46. MINCPUTYPE: 80386
  47.  
  48. rem --- set the default drive and directory for installation
  49. DEFAULTDIR: c:\Tershare
  50.  
  51. WINITEM: "Games", "$DEFAULTDIR$\Terrace.exe", "Tershare"
  52.  
  53. rem --- Define the two installation groups that the end-user can select
  54. rem   - for installation (all files or just program files).  Note that
  55. rem   - the first two columns are used for the group number.  Also note,
  56. rem   - you should leave a blank line at the top and bottom and leave a
  57. rem   - couple of spaces at the left AND right to provide proper spacing 
  58. rem   - around the window border.
  59.  
  60. rem The INSERTDISK command is not needed here since there is only one
  61. rem disk in PC-INSTALL.
  62. rem INSERTDISK: "System Disk"
  63.  
  64. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  65. FILE: terrace.shr Overwrite=new
  66.  
  67. rem INSERTDISK: "Disk Two"
  68. rem FILE: *.* Overwrite=new
  69.  
  70. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  71. rem   - but PC-Install does not need to do this.  The line has been REMarked
  72. rem   - so that you have an example of how it might be used.
  73. RUNATEXIT: "Terrace.EXE"
  74.