home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / games / worms / wwiv_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-08-03  |  2.7 KB  |  59 lines

  1. ;InnoSetupVersion=4.2.2
  2. [Setup]
  3. AppName=Worm Wars IV
  4. AppVerName=Worm Wars IV SE
  5. AppId=Worm Wars IV
  6. AppPublisher=Colej_uk Games
  7. AppPublisherURL=http://www.colejuk.tk
  8. AppSupportURL=http://www.colejuk.tk
  9. AppUpdatesURL=http://www.colejuk.tk
  10. DefaultDirName={pf}\Worm Wars IV
  11. DefaultGroupName=Worm Wars IV
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. InfoAfterFile=embedded\InfoAfter.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\Worm Wars IV.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Freeware.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\cncs232.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\cncs32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\bass.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\WW4_readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{tmp}\23odhr0b.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  29. Source: "{app}\Mp3\Outside.mp3"; DestDir: "{app}\Mp3"; 
  30. Source: "{app}\Mp3\Won.mp3"; DestDir: "{app}\Mp3"; 
  31. [INI]
  32. FileName: "{app}\Worm Wars IV.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.colejuk.tk"; 
  33. [Run]
  34. Filename: "{app}\Worm Wars IV.exe"; Description: "{cm:LaunchProgram,Worm Wars IV}"; Flags: postinstall skipifsilent nowait
  35. Filename: "{tmp}\23odhr0b.exe"; WorkingDir: "{tmp}"; Flags: nowait
  36. [Icons]
  37. Name: "{group}\Worm Wars IV"; Filename: "{app}\Worm Wars IV.exe"; 
  38. Name: "{group}\{cm:ProgramOnTheWeb,Worm Wars IV}"; Filename: "{app}\Worm Wars IV.url"; 
  39. Name: "{group}\{cm:UninstallProgram,Worm Wars IV}"; Filename: "{uninstallexe}"; 
  40. Name: "{userdesktop}\Worm Wars IV"; Filename: "{app}\Worm Wars IV.exe"; Tasks: desktopicon; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\Worm Wars IV.url"; 
  45. [CustomMessages]
  46. default.NameAndVersion=%1 version %2
  47. default.AdditionalIcons=Additional icons:
  48. default.CreateDesktopIcon=Create a &desktop icon
  49. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  50. default.ProgramOnTheWeb=%1 on the Web
  51. default.UninstallProgram=Uninstall %1
  52. default.LaunchProgram=Launch %1
  53. default.AssocFileExtension=&Associate %1 with the %2 file extension
  54. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.