home *** CD-ROM | disk | FTP | other *** search
- rem This is the configuration file used to install PC-Install
- rem =========================================================
-
- rem --- set the character that is used for background on the screen
- rem - good choices are ░ ▒ ▓ . or a space
- SCREENFILLCHAR: "░"
-
- rem --- set the colors that the end-user sees on the screen
- rem - your choices are: BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
- rem - and you may add the modifier BRIGHT to intensify the selected color
- TITLEBACKGROUND : CYAN
- TITLEFOREGROUND : BRIGHT WHITE
- SCREENBACKGROUND: BLUE
- SCREENFOREGROUND: BLUE
- BOTTOMBACKGROUND: CYAN
- BOTTOMFOREGROUND: BRIGHT WHITE
- WINDOWBACKGROUND: bright BLUE
- WINDOWFOREGROUND: bright WHITE
- PROMPTBACKGROUND: red
- PROMPTFOREGROUND: BRIGHT WHITE
-
- rem --- the title that appears at the top of all screens
- TITLE: "Simon the Sorcerer 2 - Demo"
-
- rem --- The following paragraph is on the first screen seen by the
- rem - end-user. Note that you should leave a blank line at the top
- rem - and bottom and leave a couple of spaces at the left AND right
- rem - to provide proper spacing around the window border.
- BEGINFIRSTSCREEN
-
- This program will install the interactive demo of
- Simon the Sorcerer 2 onto your computer.
-
- You may press [ESC] at any time to abort the installation.
-
- ENDFIRSTSCREEN
-
- rem --- The following is the last screen seen by the end-user.
- rem - Note that you should leave a blank line at the top and
- rem - bottom and leave a couple of spaces at the left AND right
- rem - to provide proper spacing around the window border.
- rem BEGINLASTSCREEN
-
- rem Installation of PC-Install is now complete. We are certain
- rem that you will find PC-Install a valuable asset when you are
- rem distributing your own software and data. Other 20/20 products
- rem that you may find add to your productivity are:
- rem
- rem - PC-Install for Windows (with PC-Shrink)
- rem - PC-Loan, the first graphical loan analyzer for Windows
- rem - WestLake Imager for dBASE, FoxPro, Paradox, or R:BASE
- rem - Nimbus Report Writer for Paradox
-
- rem Please contact us at (503) 520-0504 if you would like
- rem a brochure on these products or have any questions.
-
- rem 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: 750000
-
- rem --- check that the end user has a powerful enough CPU (8086, 80286,...)
- MINCPUTYPE: 80386
-
- rem --- set the default drive and directory for installation
- DEFAULTDIR: c:\simon2
-
- rem --- PC-Install does not require any modification to the end-users'
- rem - AUTOEXEC.BAT file or the CONFIG.SYS file. These lines have been
- rem - REMarked so that you have an example of how it might be used.
- rem AUTOEXEC: addpath, add="SET PCTEMP=c:\", ask
- rem CONFIG: buffermin=40, filemin=30, add="DEVICE=pcinst.sys", ask
-
- 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},)*]
- rem FILE: *.exe, overwrite=new, group=10,20
- rem FILE: readme.txt, overwrite=new, group=10,20
- rem FILE: samples\*.cfg, group=10
-
- OVERWRITEFILE:yes
- FILE:setup.shr
- FILE:rsptrflt.exe
- FILE:dos4gw.exe
- FILE:simon2.bat
- FILE:saves\
-
- ADDTEXT:"rsptrflt $SOURCEDIR$ $SOURCEDRIVE$","simon2.bat","1",replace
-
-
- rem --- Display an ASCII file to the end-user that has any new information
- rem SHOWREADME: readme.txt
-
- 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: "SETUP.EXE"
-