home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame Game Cube 6: Simulation / aztechhalloffamegamecubedisc6- / odart / install.cfg < prev    next >
Text File  |  1995-03-31  |  3KB  |  85 lines

  1. rem   This is the configuration file used to install Office Darts
  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: "OFFICE DARTS 301", 60
  9. rem --- the color for the title
  10. TITLECOLOR: (255, 20, 0)
  11.  
  12.  
  13. rem --- The following paragraph is on the first screen seen by the
  14. rem   - end-user.  Note that you should leave a blank line at the top
  15. rem   - and bottom and leave a couple of spaces at the left AND right
  16. rem   - to provide proper spacing around the window border.
  17. BEGINFIRSTSCREEN
  18.  
  19.    This installation program will install            
  20.    Office Darts 301 Version 2.5 onto your          
  21.    hard disk and MS Windows. It will also         
  22.    decompress the files.                      
  23.  
  24. ENDFIRSTSCREEN
  25.  
  26.  
  27. rem --- The following is the last screen seen by the end-user.
  28. rem   - Note that you should leave a blank line at the top and
  29. rem   - bottom and leave a couple of spaces at the left AND right
  30. rem   - to provide proper spacing around the window border.
  31. BEGINLASTSCREEN
  32.  
  33.    Installation of Office Darts 301 is now complete.      
  34.    It  can be found in the Games group.                         
  35.    If you have a window's compatable sound card,       
  36.    you must select Game, and then Options to        
  37.    select it.        
  38.  
  39. ENDLASTSCREEN
  40.  
  41. rem --- check to see if the end user has enough disk space to install
  42. rem   - note that the user can install one of two file groups 
  43. rem   - (all files or just the program files) thus we must
  44. rem   - provide a different check for group one and group two
  45. MINDISKSPACE:  50000, 10
  46. MINDISKSPACE:  50000, 20
  47.  
  48. rem --- chekc that the end user has a powerful enough CPU 
  49. MINCPUTYPE: 80286
  50.  
  51. rem --- set the default drive and directory for installation
  52. DEFAULTDIR: c:\odarts
  53.  
  54. rem --- Adds the association for the .CFG install files to the win.ini
  55. rem --- INIFILE: "Extensions", "CFG", "notepad.exe ^.cfg", win.ini, add
  56.  
  57. rem --- 
  58. WINITEM: "Games", "$DEFAULTDIR$\od301.exe", "O'Darts 301 v2.5"
  59.  
  60.  
  61. rem --- Define the two installation groups that the end-user can select
  62. rem   - for installation (all files or just program files).  Note that
  63. rem   - the first two columns are used for the group number.  Also note,
  64. rem   - you should leave a blank line at the top and bottom and leave a
  65. rem   - couple of spaces at the left AND right to provide proper spacing 
  66. rem   - around the window border.
  67. BEGINGROUP
  68.                                                                
  69. 10   [X] Install program and sound files (recommended)    
  70.  
  71. 20   [ ] Install only program files
  72.  
  73. ENDGROUP
  74.  
  75. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  76. FILE: odfile.shr
  77. rem FILE: readme.txt, overwrite=new, group=10,20
  78. FILE: sound.shr, group=10
  79. rem FILE: samples\*.cfg, group=10
  80.  
  81. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  82. rem   - but PC-Install does not need to do this.  The line has been REMarked
  83. rem   - so that you have an example of how it might be used.
  84. RUNATEXIT: "$DEFAULTDIR$\OD301.EXE"
  85.