home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000 Best Games for Windows
/
1000BestGamesForWindows.iso
/
sharewarefin
/
GLDMKY.ZIP
/
SETUP.CFG
< prev
next >
Wrap
Text File
|
1995-03-02
|
2KB
|
69 lines
rem --- set the color for background on the screen
SCREENCOLOR: Blue, Blue
rem --- display the bitmap logo
SCREENGRAPHIC: Monk.sbs, bottomright
rem --- the title that appears on the background
TITLE: "Gold Monkey 2.1", 64, italic, bold
rem --- the color for the title
TITLECOLOR: yellow
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 installation program will setup Gold Monkey onto your
hard disk.
You must have the file 'VBRUN300.DLL' for Gold Monkey to work!
Check your WINDOWS\SYSTEM directory to see if it is there.
If not, it is available from many download sources.
This setup program will place the Gold Monkey program icon in
your 'GAMES' Program Manager group.
ENDFIRSTSCREEN
rem --- check to see if the end user has enough disk space to install
MINDISKSPACE: 90000
rem --- check that the end user has a powerful enough CPU
MINCPUTYPE: 80386
rem --- set the default drive and directory for installation
DEFAULTDIR: C:\GOLD, prompt="Please enter the drive and directory where you wish Gold Monkey 2.1 to be installed:"
rem ---
WINITEM: "GAMES", "$DEFAULTDIR$\monkey.exe", "Gold Monkey", replace
rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
FILE: monkey.exe, overwrite=new, source="sys"
FILE: gmonkey.hlp, overwrite=yes, source="sys"
FILE: disclaim.txt, overwrite=yes
BEGINLASTSCREEN
Installation of Gold Monkey is now complete. Have fun with the
most unique game you have seen in a long time!
If you do not have the file VBRUN300.DLL in your WINDOWS\SYSTEM
directory, Gold Monkey will probably not work yet.
Other available Gold Software some-ware titles are:
- Gold Contacts, easy-to-use Contact Manager
- Gold Bug, Logo-like children's programming language
Please contact us at (919) 571-1347 if you would like more info
on these products or if you have any questions.
Gold Monkey 2.1 will now attempt to start...
ENDLASTSCREEN
RUNATEXIT: "$DEFAULTDIR$\MONKEY.EXE"