home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #4-#5 / CDD_05_95.ISO / cdd / wingame / setlite / install / install.cfg next >
Text File  |  1994-12-05  |  2KB  |  62 lines

  1. rem   This is the configuration file used to install Set 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: "Set « Lite", 150
  9. rem --- the color for the title
  10. TITLECOLOR: (0, 255, 255)
  11.  
  12. BEGINFIRSTSCREEN
  13.  
  14.    This installation program will install Set onto your  
  15.    hard disk.
  16.  
  17. ENDFIRSTSCREEN
  18.  
  19.  
  20. BEGINLASTSCREEN
  21.  
  22.    Installation of Set is now complete.
  23.  
  24. ENDLASTSCREEN
  25.  
  26. rem --- check to see if the end user has enough disk space to install
  27. rem   - note that the user can install one of two file groups 
  28. rem   - (all files or just the program files) thus we must
  29. rem   - provide a different check for group one and group two
  30.  
  31. MINDISKSPACE: 1084340
  32.  
  33. rem --- chekc 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:\SetLite
  38.  
  39. WINITEM: "Games", "$DEFAULTDIR$\SetLite.exe", "Set « Lite"
  40.  
  41. rem --- Define the two installation groups that the end-user can select
  42. rem   - for installation (all files or just program files).  Note that
  43. rem   - the first two columns are used for the group number.  Also note,
  44. rem   - you should leave a blank line at the top and bottom and leave a
  45. rem   - couple of spaces at the left AND right to provide proper spacing 
  46. rem   - around the window border.
  47.  
  48.  
  49. rem The INSERTDISK command is not needed here since there is only one
  50. rem disk in PC-INSTALL.
  51. rem INSERTDISK: "System Disk"
  52.  
  53. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  54.  
  55. FILE: setlite.shr, overwrite=new
  56.  
  57. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  58. rem   - but PC-Install does not need to do this.  The line has been REMarked
  59. rem   - so that you have an example of how it might be used.
  60.  
  61. RUNATEXIT: "SetLite.EXE"
  62.