home *** CD-ROM | disk | FTP | other *** search
/ Top Ten Mega Games 2 / TOP_TEN_Mega_Games_2.iso / SIMON2 / INSTALL.CFG < prev    next >
Text File  |  1995-06-22  |  4KB  |  110 lines

  1. rem   This is the configuration file used to install PC-Install
  2. rem   =========================================================
  3.  
  4. rem --- set the character that is used for background on the screen
  5. rem   - good choices are ░ ▒ ▓ . or a space
  6. SCREENFILLCHAR: "░"
  7.  
  8. rem --- set the colors that the end-user sees on the screen
  9. rem   - your choices are: BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
  10. rem   - and you may add the modifier BRIGHT to intensify the selected color
  11. TITLEBACKGROUND : CYAN
  12. TITLEFOREGROUND : BRIGHT WHITE
  13. SCREENBACKGROUND: BLUE
  14. SCREENFOREGROUND: BLUE
  15. BOTTOMBACKGROUND: CYAN
  16. BOTTOMFOREGROUND: BRIGHT WHITE
  17. WINDOWBACKGROUND: bright BLUE
  18. WINDOWFOREGROUND: bright WHITE
  19. PROMPTBACKGROUND: red
  20. PROMPTFOREGROUND: BRIGHT WHITE
  21.  
  22. rem --- the title that appears at the top of all screens
  23. TITLE: "Simon the Sorcerer 2 - Demo"
  24.  
  25. rem --- The following paragraph is on the first screen seen by the
  26. rem   - end-user.  Note that you should leave a blank line at the top
  27. rem   - and bottom and leave a couple of spaces at the left AND right
  28. rem   - to provide proper spacing around the window border.
  29. BEGINFIRSTSCREEN
  30.  
  31.          This program will install the interactive demo of
  32.               Simon the Sorcerer 2 onto your computer.
  33.  
  34.      You may press [ESC] at any time to abort the installation.
  35.  
  36. ENDFIRSTSCREEN
  37.  
  38. rem --- The following is the last screen seen by the end-user.
  39. rem   - Note that you should leave a blank line at the top and
  40. rem   - bottom and leave a couple of spaces at the left AND right
  41. rem   - to provide proper spacing around the window border.
  42. rem BEGINLASTSCREEN
  43.  
  44. rem   Installation of PC-Install is now complete.  We are certain
  45. rem   that you will find PC-Install a valuable asset when you are
  46. rem  distributing your own software and data.  Other 20/20 products
  47. rem  that you may find add to your productivity are:
  48. rem
  49. rem     - PC-Install for Windows (with PC-Shrink)
  50. rem     - PC-Loan, the first graphical loan analyzer for Windows
  51. rem     - WestLake Imager for dBASE, FoxPro, Paradox, or R:BASE
  52. rem     - Nimbus Report Writer for Paradox
  53.  
  54. rem  Please contact us at (503) 520-0504 if you would like
  55. rem  a brochure on these products or have any questions.
  56.  
  57. rem ENDLASTSCREEN
  58.  
  59. rem --- check to see if the end user has enough disk space to install
  60. rem   - note that the user can install one of two file groups 
  61. rem   - (all files or just the program files) thus we must
  62. rem   - provide a different check for group one and group two
  63. MINDISKSPACE: 750000
  64.  
  65. rem --- check that the end user has a powerful enough CPU (8086, 80286,...) 
  66. MINCPUTYPE: 80386
  67.  
  68. rem --- set the default drive and directory for installation
  69. DEFAULTDIR: c:\simon2
  70.  
  71. rem --- PC-Install does not require any modification to the end-users'
  72. rem   - AUTOEXEC.BAT file or the CONFIG.SYS file.  These lines have been
  73. rem   - REMarked so that you have an example of how it might be used.
  74. rem AUTOEXEC: addpath, add="SET PCTEMP=c:\", ask
  75. rem CONFIG: buffermin=40, filemin=30, add="DEVICE=pcinst.sys", ask
  76.  
  77. rem --- Define the two installation groups that the end-user can select
  78. rem   - for installation (all files or just program files).  Note that
  79. rem   - the first two columns are used for the group number.  Also note,
  80. rem   - you should leave a blank line at the top and bottom and leave a
  81. rem   - couple of spaces at the left AND right to provide proper spacing 
  82. rem   - around the window border.
  83.  
  84. rem The INSERTDISK command is not needed here since there is only one
  85. rem disk in PC-INSTALL.
  86. rem INSERTDISK: "System Disk"
  87.  
  88. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  89. rem FILE: *.exe, overwrite=new, group=10,20
  90. rem FILE: readme.txt, overwrite=new, group=10,20
  91. rem FILE: samples\*.cfg, group=10
  92.  
  93. OVERWRITEFILE:yes
  94. FILE:setup.shr
  95. FILE:rsptrflt.exe
  96. FILE:dos4gw.exe
  97. FILE:simon2.bat
  98. FILE:saves\
  99.  
  100. ADDTEXT:"rsptrflt $SOURCEDIR$ $SOURCEDRIVE$","simon2.bat","1",replace
  101.  
  102.  
  103. rem --- Display an ASCII file to the end-user that has any new information
  104. rem SHOWREADME: readme.txt
  105.  
  106. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  107. rem   - but PC-Install does not need to do this.  The line has been REMarked
  108. rem   - so that you have an example of how it might be used.
  109. RUNATEXIT: "SETUP.EXE"
  110.