home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Best Games for Windows / 1000BestGamesForWindows.iso / sharewarefin / GLDMKY.ZIP / SETUP.CFG < prev    next >
Text File  |  1995-03-02  |  2KB  |  69 lines

  1. rem --- set the color for background on the screen
  2. SCREENCOLOR: Blue, Blue
  3.  
  4. rem --- display the bitmap logo
  5. SCREENGRAPHIC: Monk.sbs, bottomright
  6.  
  7. rem --- the title that appears on the background
  8. TITLE: "Gold Monkey 2.1", 64, italic, bold
  9. rem --- the color for the title
  10. TITLECOLOR: yellow
  11.  
  12. rem --- The following paragraph is on the first screen seen by the
  13. rem   - end-user.  Note that you should leave a blank line at the top
  14. rem   - and bottom and leave a couple of spaces at the left AND right
  15. rem   - to provide proper spacing around the window border.
  16. BEGINFIRSTSCREEN
  17.  
  18.    This installation program will setup Gold Monkey onto your   
  19.    hard disk.
  20.    
  21.    You must have the file 'VBRUN300.DLL' for Gold Monkey to work!   
  22.    Check your WINDOWS\SYSTEM directory to see if it is there.
  23.    If not, it is available from many download sources.
  24.  
  25.    This setup program will place the Gold Monkey program icon in    
  26.    your 'GAMES' Program Manager group.
  27.  
  28. ENDFIRSTSCREEN
  29.  
  30. rem --- check to see if the end user has enough disk space to install
  31. MINDISKSPACE: 90000
  32.  
  33. rem --- check that the end user has a powerful enough CPU 
  34. MINCPUTYPE: 80386
  35.  
  36. rem --- set the default drive and directory for installation
  37. DEFAULTDIR: C:\GOLD, prompt="Please enter the drive and directory where you wish Gold Monkey 2.1 to be installed:"
  38.  
  39. rem --- 
  40. WINITEM: "GAMES", "$DEFAULTDIR$\monkey.exe", "Gold Monkey", replace
  41.  
  42. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  43. FILE: monkey.exe, overwrite=new, source="sys"
  44. FILE: gmonkey.hlp, overwrite=yes, source="sys"
  45. FILE: disclaim.txt, overwrite=yes
  46.  
  47. BEGINLASTSCREEN
  48.  
  49.    Installation of Gold Monkey is now complete.  Have fun with the   
  50.    most unique game you have seen in a long time!
  51.    
  52.    If you do not have the file VBRUN300.DLL in your WINDOWS\SYSTEM   
  53.    directory, Gold Monkey will probably not work yet.
  54.  
  55.    Other available Gold Software some-ware titles are:
  56.   
  57.       - Gold Contacts, easy-to-use Contact Manager
  58.       - Gold Bug, Logo-like children's programming language
  59.     
  60.    Please contact us at (919) 571-1347 if you would like more info
  61.    on these products or if you have any questions.
  62.  
  63.    Gold Monkey 2.1 will now attempt to start...
  64.  
  65. ENDLASTSCREEN
  66.  
  67. RUNATEXIT: "$DEFAULTDIR$\MONKEY.EXE"
  68.  
  69.