home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / Shutter.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-01-06  |  1.7 KB  |  44 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Shutter
  4. AppVerName=Shutter 2.00
  5. AppId=Shutter
  6. AppVersion=2.00
  7. AppPublisher=[den4b] Denis Kozlov
  8. AppPublisherURL=http://www.redbrick.dcu.ie/~den4b/
  9. DefaultDirName={pf}\Shutter
  10. DefaultGroupName=Shutter
  11. UninstallDisplayName=Shutter
  12. OutputBaseFilename=Shutter-Setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\Shutter.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\InactivityTimer.dll"; DestDir: "{app}"; Flags: ignoreversion 
  20. [UninstallRun]
  21. Filename: "{app}\Shutter.exe"; Parameters: "/uninstall"; WorkingDir: "{app}"; 
  22. [Icons]
  23. Name: "{group}\Shutter"; Filename: "{app}\Shutter.exe"; Comment: "Run Shutter"; 
  24. Name: "{group}\Uninstall Shutter"; Filename: "{uninstallexe}"; Comment: "Uninstall Shutter"; 
  25. Name: "{userdesktop}\Shutter"; Filename: "{app}\Shutter.exe"; Comment: "Run Shutter"; Tasks: desktopicon; 
  26. [Tasks]
  27. Name: "desktopicon"; Description: "Create Shortcut on your Desktop"; 
  28. [UninstallDelete]
  29. Type: dirifempty; Name: "{app}"; 
  30. [CustomMessages]
  31. default.NameAndVersion=%1 version %2
  32. default.AdditionalIcons=Additional icons:
  33. default.CreateDesktopIcon=Create a &desktop icon
  34. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  35. default.ProgramOnTheWeb=%1 on the Web
  36. default.UninstallProgram=Uninstall %1
  37. default.LaunchProgram=Launch %1
  38. default.AssocFileExtension=&Associate %1 with the %2 file extension
  39. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  40. [Languages]
  41. ; These files are stubs
  42. ; To achieve better results after recompilation, use the real language files
  43. Name: "default"; MessagesFile: "embedded\default.isl"; 
  44.