home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / games / iw / invasion_waves.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-04-15  |  2.8 KB  |  48 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=WildSnake Arcade: Invasion Waves
  4. AppVerName=WildSnake Arcade: Invasion Waves version 1.37
  5. AppId=WildSnake Arcade: Invasion Waves
  6. AppPublisher=WildSnake Software
  7. AppPublisherURL=http://www.wildsnake.com
  8. AppSupportURL=http://www.wildsnake.com
  9. AppUpdatesURL=http://www.wildsnake.com
  10. DefaultDirName={pf}\WildSnake Software\Invasion Waves
  11. DefaultGroupName=WildSnake Software\Invasion Waves
  12. OutputBaseFilename=invasion_waves
  13. Compression=zip
  14. PrivilegesRequired=poweruser
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\iwaves.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\iwaves.sco"; DestDir: "{app}"; Flags: onlyifdoesntexist ignoreversion 
  21. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\iwaves.dat"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\EULA.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. [Registry]
  25. Root: HKLM; Subkey: "Software\WildSnake Software\Invasion Waves\1.0"; ValueName: "Install Path"; ValueType: String; ValueData: "{app}"; 
  26. Root: HKLM; Subkey: "Software\WildSnake Software\Invasion Waves\1.0"; ValueName: "Registered Name"; ValueType: String; Flags: createvalueifdoesntexist uninsdeletevalue 
  27. Root: HKLM; Subkey: "Software\WildSnake Software\Invasion Waves\1.0"; ValueName: "License Code"; ValueType: String; Flags: createvalueifdoesntexist uninsdeletevalue 
  28. [INI]
  29. FileName: "{app}\iwaves.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wildsnake.com/index.php?refering_game=iw"; 
  30. FileName: "{app}\buygame.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wildsnake.com/register/iw"; 
  31. FileName: "{app}\help.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.wildsnake.com/help/iw"; 
  32. [Run]
  33. Filename: "{app}\iwaves.exe"; WorkingDir: "{app}"; Description: "Launch Invasion Waves"; Flags: postinstall skipifsilent nowait
  34. [Icons]
  35. Name: "{group}\Invasion Waves "; Filename: "{app}\iwaves.exe"; WorkingDir: "{app}"; 
  36. Name: "{commonprograms}\Games\Invasion Waves"; Filename: "{app}\iwaves.exe"; WorkingDir: "{app}"; 
  37. Name: "{group}\More WildSnake Games"; Filename: "{app}\iwaves.url"; 
  38. Name: "{group}\Invasion Waves Online Help"; Filename: "{app}\help.url"; 
  39. Name: "{group}\Invasion Waves Readme"; Filename: "{app}\readme.txt"; 
  40. Name: "{group}\Uninstall Invasion Waves"; Filename: "{uninstallexe}"; 
  41. Name: "{userdesktop}\Invasion Waves"; Filename: "{app}\iwaves.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  42. [Tasks]
  43. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\iwaves.url"; 
  46. Type: files; Name: "{app}\buygame.url"; 
  47. Type: files; Name: "{app}\help.url"; 
  48.