rem   This is the configuration file used to install Terrace for Windows
rem   =====================================================================

rem --- set the color for background on the screen
SCREENCOLOR: BLUE, BLACK

rem --- the title that appears on the background
TITLE: "TERRACE", 100
rem --- the color for the title
TITLECOLOR: (0, 255, 255)

BEGINFIRSTSCREEN

   Congratulations! You are about to install Terrace onto your hard disk.

   Terrace is one of the best abstract strategy games ever invented.

   Terrace has won the following prestigious awards...

    GAMES MAGAZINE - "Best Abstract Strategy Game of the Year"
    MENSA SOCIETY - "Best Mind Game of the Year"
    INVENTEC Gold Medal - "Best Product of the Year"
    IDSA  Bronze Medal - "Design Excellence"
    GAMES 100 - "Best Abstract Strategy Game" for 1992 and 1993.	

   To Install Terrace 3MB of free disk space is required.

   Press Ok to continue installation. 

ENDFIRSTSCREEN


BEGINLASTSCREEN

   Installation of Terrace is now complete.

ENDLASTSCREEN

rem --- check to see if the end user has enough disk space to install
rem   - note that the user can install one of two file groups 
rem   - (all files or just the program files) thus we must
rem   - provide a different check for group one and group two
MINDISKSPACE: 2800000, 1

rem --- check that the end user has a powerful enough CPU 
MINCPUTYPE: 80386

rem --- set the default drive and directory for installation
DEFAULTDIR: c:\Tershare

WINITEM: "Games", "$DEFAULTDIR$\Terrace.exe", "Tershare"

rem --- Define the two installation groups that the end-user can select
rem   - for installation (all files or just program files).  Note that
rem   - the first two columns are used for the group number.  Also note,
rem   - you should leave a blank line at the top and bottom and leave a
rem   - couple of spaces at the left AND right to provide proper spacing 
rem   - around the window border.

rem The INSERTDISK command is not needed here since there is only one
rem disk in PC-INSTALL.
rem INSERTDISK: "System Disk"

rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
FILE: terrace.shr Overwrite=new

rem INSERTDISK: "Disk Two"
rem FILE: *.* Overwrite=new

rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
rem   - but PC-Install does not need to do this.  The line has been REMarked
rem   - so that you have an example of how it might be used.
RUNATEXIT: "Terrace.EXE"
