home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 3
/
cd.iso
/
wingames
/
castle
/
install.cfg
< prev
next >
Wrap
Text File
|
1995-05-26
|
1KB
|
36 lines
rem This is the configuration file used to install PC-Install for Windows
rem =====================================================================
rem --- set the color for background on the screen
SCREENCOLOR: BLUE, BLACK
rem --- the title that appears on the background
TITLE: "PC-Install", 100
rem --- the color for the title
TITLECOLOR: (0, 255, 255)
MINDISKSPACE: 50000
rem --- chekc that the end user has a powerful enough CPU
MINCPUTYPE: 80386
rem --- set the default drive and directory for installation
DEFAULTDIR: c:\castle
rem ---
WINITEM: "Castle of the Winds", "$DEFAULTDIR$\castle1.exe", "Castle of the Winds"
WINITEM: "Castle of the Winds", "NOTEPAD.EXE $DEFAULTDIR$\CASTLE.DOC", "Documentation"
WINITEM: "Castle of the Winds", "WINHELP.EXE $DEFAULTDIR$\CASTLE1.HLP", "Castle of the Winds Help"
WINITEM: "Castle of the Winds", "NOTEPAD.EXE $DEFAULTDIR$\ORDER.DOC", "Order Form"
WINITEM: "Castle of the Winds", "NOTEPAD.EXE $DEFAULTDIR$\CHANGES.DOC", "Last Minute Info"
WINITEM: "Castle of the Winds", "NOTEPAD.EXE $DEFAULTDIR$\README.TXT", "Read Me"
rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
FILE: *.*
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: "NOTEPAD.EXE CASTLE.DOC"