home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Games for Windows / Over1000GamesForWindows.iso / ACTION / WackMole / Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-01-31  |  2.5 KB  |  48 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Whack A Mole 2.2
  4. AppVerName=Whack A Mole 2.2
  5. AppId=Whack A Mole 2.2
  6. AppPublisher=Peter Witham
  7. AppPublisherURL=http://www.evolutiondata.com
  8. AppSupportURL=http://www.evolutiondata.com
  9. AppUpdatesURL=http://www.evolutiondata.com
  10. DefaultDirName={pf}\Whack A Mole 2
  11. DefaultGroupName=Whack A Mole 2
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\WacMolev2_2.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\changes.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\wacml.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\wacml.ini"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\wacml.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  27. [INI]
  28. FileName: "{app}\hiscores.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.evolutiondata.com/html/downloads/wacmhiscore.asp"; 
  29. FileName: "{app}\versioncheck.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.evolutiondata.com/html/pages/funstuff.html"; 
  30. FileName: "{app}\chat.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.evolutiondata.com/forums/index.php"; 
  31. [Run]
  32. Filename: "{app}\wacml.exe"; Description: "Launch Whack A Mole 2.2"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\Whack A Mole 2.2"; Filename: "{app}\wacml.exe"; IconFilename: "{app}\WacMolev2_2.exe"; 
  35. Name: "{group}\Uninstall Whack A Mole 2.2"; Filename: "{uninstallexe}"; 
  36. Name: "{userdesktop}\Whack A Mole 2.2"; Filename: "{app}\wacml.exe"; IconFilename: "{app}\WacMolev2_2.exe"; Tasks: desktopicon; 
  37. Name: "{group}\On The Web\View Online Hi-Scores"; Filename: "{app}\hiscores.url"; 
  38. Name: "{group}\On The Web\Check For Updates Online"; Filename: "{app}\versioncheck.url"; 
  39. Name: "{group}\On The Web\Chat Forums"; Filename: "{app}\chat.url"; 
  40. Name: "{group}\Changes"; Filename: "{app}\changes.txt"; 
  41. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  42. [Tasks]
  43. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\hiscores.url"; 
  46. Type: files; Name: "{app}\versioncheck.url"; 
  47. Type: files; Name: "{app}\chat.url"; 
  48.