home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 3 / cd.iso / wingames / castle / install.cfg < prev    next >
Text File  |  1995-05-26  |  1KB  |  36 lines

  1. rem   This is the configuration file used to install PC-Install for Windows
  2. rem   =====================================================================
  3.  
  4. rem --- set the color for background on the screen
  5. SCREENCOLOR: BLUE, BLACK
  6.  
  7. rem --- the title that appears on the background
  8. TITLE: "PC-Install", 100
  9. rem --- the color for the title
  10. TITLECOLOR: (0, 255, 255)
  11.  
  12. MINDISKSPACE:  50000
  13.  
  14. rem --- chekc that the end user has a powerful enough CPU 
  15. MINCPUTYPE: 80386
  16.  
  17. rem --- set the default drive and directory for installation
  18. DEFAULTDIR: c:\castle
  19.  
  20. rem --- 
  21. WINITEM: "Castle of the Winds", "$DEFAULTDIR$\castle1.exe", "Castle of the Winds"
  22. WINITEM: "Castle of the Winds", "NOTEPAD.EXE $DEFAULTDIR$\CASTLE.DOC", "Documentation"
  23. WINITEM: "Castle of the Winds", "WINHELP.EXE $DEFAULTDIR$\CASTLE1.HLP", "Castle of the Winds Help"
  24. WINITEM: "Castle of the Winds", "NOTEPAD.EXE $DEFAULTDIR$\ORDER.DOC", "Order Form"
  25. WINITEM: "Castle of the Winds", "NOTEPAD.EXE $DEFAULTDIR$\CHANGES.DOC", "Last Minute Info"
  26. WINITEM: "Castle of the Winds", "NOTEPAD.EXE $DEFAULTDIR$\README.TXT", "Read Me"
  27.  
  28. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  29. FILE: *.*
  30.  
  31.  
  32. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  33. rem   - but PC-Install does not need to do this.  The line has been REMarked
  34. rem   - so that you have an example of how it might be used.
  35. RUNATEXIT: "NOTEPAD.EXE CASTLE.DOC"
  36.