home *** CD-ROM | disk | FTP | other *** search
/ CD Action 7 A / cdactioncoverdisc / harvdemo / setup.cfg < prev    next >
Text File  |  1996-07-30  |  3KB  |  73 lines

  1. SCREENGRAPHIC: "harvest.bmp"
  2. BEGINFIRSTSCREEN
  3.  
  4.     This program will copy the required files needed to install "Harvester(tm) Demo".
  5.     When files have finished copying, the program creates a Harvester group which
  6.     allows you to run the DOS based game from Windows(tm) and Windows 95(tm).
  7.  
  8.                          Click 'OK' to continue or 'Cancel' to exit installation.
  9.  
  10. ENDFIRSTSCREEN
  11.  
  12. MINCPUTYPE: 80486
  13. IF MEMORY()<8M
  14. EXITMESSAGE
  15.     Your system does not have enough installed memory(RAM)
  16.     to run Harvester demo.  8 megs of memory are required.
  17. EXIT
  18. ENDIF
  19. IF MEMORY() < 16000000
  20. MINDISKSPACE 23500000
  21. ENDIF
  22. IF MEMORY() > 16000000
  23. MINDISKSPACE 3500000
  24. ENDIF
  25.  
  26. DEFAULTDIR: "c:\harvdemo"
  27. DIR2: "$defaultdir$\setsound",noaskdrive,noaskdir
  28. UNINSTALL: yes
  29.  
  30. COPYFILEPROMPT: "Installing Harvester Demo files" + file_name
  31. UNINSTALLBEGINPROMPT: "Do you want the Harvester Demo removed from your system?"
  32. UNINSTALLENDPROMPT: "The Harvester Demo has been successfully removed from your system."
  33. CPUPROMPT: "The Harvester Demo requires a processor no less than" + mincputype
  34. NOSPACEPROMPT: "Not enough hard drive space to install Harvester. Read the readme.txt file on the CD for more information."
  35.  
  36. PROGRESSBAR: 2700K
  37.  
  38. FILE: "uninstal.exe"
  39. FILE: "harvest.exe"
  40. FILE: "harvest.ico"
  41. FILE: "config.ini"
  42. FILE: "hmidrv.386"
  43. FILE: "hmidet.386"
  44. FILE: "hmimdrv.386"
  45. FILE: "readme.txt"
  46. FILE: "setsnd.ico"
  47. FILE: "harvest.ini"
  48. FILE: "$DIR2$\smidrv.386"
  49. FILE: "$DIR2$\smidet.386"
  50. FILE: "$DIR2$\smimdrv.386"
  51. FILE: "setsound\setsound.exe"
  52. FILE: "setsound\setsound.ini"
  53. FILE: "setsound\test.wav"
  54. FILE: "setsound.bat"
  55. FILE: "dialog.rsp"
  56.  
  57. ADDTEXT: "CD_ROM=$SOURCEDIR$\", "config.ini", "-1"
  58. ADDTEXT: "DRIVE_1=$SOURCEDIR$\HARVEST.DAT", "config.ini", "-1"
  59. ADDTEXT: "DRIVE_2=$SOURCEDIR$\SOUND.DAT", "config.ini", "-1"
  60.  
  61. WINITEM: "Harvester Demo", "$defaultdir$\harvest.exe", "Harvester", "$defaultdir$\harvest.ico"
  62. WINITEM: "Harvester Demo", "$windir$\notepad.exe $defaultdir$\readme.txt", "Read Me!"
  63. WINITEM: "Harvester Demo", "$defaultdir$\setsound.bat", "Sound setup", "$defaultdir$\setsnd.ico"
  64. WINITEM: "Harvester Demo", "$defaultdir$\uninstal.exe", "Uninstall Harvester Demo"
  65. WINITEM: "Harvester Demo", "$SOURCEDIR$\isetup.exe", "Install Intel Indeo"
  66. WINITEM: "Harvester Demo", "$windir$\mplayer.exe /play $SOURCEDIR$\makingof.avi", "The Making of Harvester"
  67. BEGINLASTSCREEN
  68.  
  69.      Harvester Demo installation successful!
  70.  
  71. ENDLASTSCREEN
  72. SHOWREADME: "readme.txt"
  73.