home *** CD-ROM | disk | FTP | other *** search
/ 201 Action Adventure Games / 201 Action Adventure Games.iso / newfiles / bowling_demo_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-09-04  |  4.2 KB  |  65 lines

  1. ;InnoSetupVersion=3.0.1
  2. [Setup]
  3. AppName=Lets Go Bowling Demo
  4. AppVerName=Bowling 1.1 Demo (Greatest Hits Version)
  5. AppId=Lets Go Bowling Demo
  6. AppPublisher=NO.2 Games, Inc.
  7. AppPublisherURL=http://www.no2games.com
  8. AppSupportURL=http://www.no2games.com
  9. AppUpdatesURL=http://www.no2games.com
  10. DefaultDirName={pf}\Bowling Demo
  11. DefaultGroupName=NO.2 Greatest Hits\Lets Go Bowling (Demo)
  12. OutputBaseFilename=bowling_demo_setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\graphics.dxg"; DestDir: "{app}"; MinVersion: 4.0.950,5.0.2195; 
  20. Source: "{app}\music.dxw"; DestDir: "{app}"; MinVersion: 4.0.950,5.0.2195; 
  21. Source: "{app}\sound.dxw"; DestDir: "{app}"; MinVersion: 4.0.950,5.0.2195; 
  22. Source: "{app}\alleys\Jungle\anis.dxg"; DestDir: "{app}\alleys\Jungle"; MinVersion: 4.0.950,5.0.2195; 
  23. Source: "{app}\alleys\Jungle\noise.dxw"; DestDir: "{app}\alleys\Jungle"; MinVersion: 4.0.950,5.0.2195; 
  24. Source: "{app}\alleys\Jungle\postcard.bmp"; DestDir: "{app}\alleys\Jungle"; MinVersion: 4.0.950,5.0.2195; 
  25. Source: "{app}\alleys\Tradtional\anis.dxg"; DestDir: "{app}\alleys\Tradtional"; MinVersion: 4.0.950,5.0.2195; 
  26. Source: "{app}\alleys\Tradtional\noise.dxw"; DestDir: "{app}\alleys\Tradtional"; MinVersion: 4.0.950,5.0.2195; 
  27. Source: "{app}\alleys\Tradtional\postcard.bmp"; DestDir: "{app}\alleys\Tradtional"; MinVersion: 4.0.950,5.0.2195; 
  28. Source: "{app}\bowlers\Amy\anis.dxg"; DestDir: "{app}\bowlers\Amy"; MinVersion: 4.0.950,5.0.2195; 
  29. Source: "{app}\bowlers\Amy\pose.bmp"; DestDir: "{app}\bowlers\Amy"; MinVersion: 4.0.950,5.0.2195; 
  30. Source: "{app}\bowlers\Amy\speech.dxw"; DestDir: "{app}\bowlers\Amy"; MinVersion: 4.0.950,5.0.2195; 
  31. Source: "{app}\bowlers\Nick\anis.dxg"; DestDir: "{app}\bowlers\Nick"; MinVersion: 4.0.950,5.0.2195; 
  32. Source: "{app}\bowlers\Nick\pose.bmp"; DestDir: "{app}\bowlers\Nick"; MinVersion: 4.0.950,5.0.2195; 
  33. Source: "{app}\bowlers\Nick\speech.dxw"; DestDir: "{app}\bowlers\Nick"; MinVersion: 4.0.950,5.0.2195; 
  34. Source: "{app}\leds\credits.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  35. Source: "{app}\leds\gameover.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  36. Source: "{app}\leds\gutter1.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  37. Source: "{app}\leds\gutter2.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  38. Source: "{app}\leds\gutter3.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  39. Source: "{app}\leds\intro.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  40. Source: "{app}\leds\spare1.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  41. Source: "{app}\leds\spare2.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  42. Source: "{app}\leds\spare3.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  43. Source: "{app}\leds\strike1.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  44. Source: "{app}\leds\strike2.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  45. Source: "{app}\leds\strike3.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  46. Source: "{app}\leds\winall.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  47. Source: "{app}\leds\wingame.led"; DestDir: "{app}\leds"; MinVersion: 4.0.950,5.0.2195; 
  48. Source: "{app}\bowling.exe"; DestDir: "{app}"; MinVersion: 4.0.950,5.0.2195; 
  49. [Dirs]
  50. Name: "{app}\alleys"; 
  51. Name: "{app}\alleys\Jungle"; 
  52. Name: "{app}\alleys\Tradtional"; 
  53. Name: "{app}\bowlers"; 
  54. Name: "{app}\bowlers\Amy"; 
  55. Name: "{app}\bowlers\Nick"; 
  56. Name: "{app}\leds"; 
  57. [Run]
  58. Filename: "{app}\bowling.exe"; Description: "Launch Lets Go Bowling"; MinVersion: 4.0.950,5.0.2195; Flags: postinstall skipifsilent nowait
  59. [Icons]
  60. Name: "{group}\Lets Go Bowling (Demo)"; Filename: "{app}\bowling.exe"; WorkingDir: "{app}"; MinVersion: 4.0.950,5.0.2195; 
  61. Name: "{userdesktop}\Lets Go Bowling (Demo)"; Filename: "{app}\bowling.exe"; WorkingDir: "{app}"; Tasks: desktopicon; MinVersion: 4.0.950,5.0.2195; 
  62. Name: "{group}\Uninstall Lets Go Bowling"; Filename: "{uninstallexe}"; MinVersion: 4.0.950,5.0.2195; 
  63. [Tasks]
  64. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4.0.950,5.0.2195; 
  65.