home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / komunikace / any / anyweblock.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-08-06  |  3.5 KB  |  66 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=Any Weblock
  4. AppVerName=Any Weblock 1.0.0
  5. AppId=Any Weblock
  6. AppVersion=1.0.0
  7. AppPublisher=AnyUtils
  8. AppPublisherURL=http://www.AnyUtils.com/
  9. AppSupportURL=http://www.AnyUtils.com/contact.htm
  10. AppUpdatesURL=http://www.AnyUtils.com/anyweblock.htm
  11. AppMutex=AnyUtils.AnyWeblock.Mutex.Name
  12. DefaultDirName={pf}\AnyUtils\Any Weblock
  13. DefaultGroupName=AnyUtils\Any Weblock
  14. UninstallDisplayIcon={app}\AnyWeblock.exe
  15. OutputBaseFilename=anyweblock
  16. Compression=bzip2
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\AboutBox.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\AnyWeblock.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\Balloon.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\license.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\MsgBox.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\MultiLang.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\ObjectPersist.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\SingleApp.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\UpdateChecker.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\VerInfo.dll"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Languages\CHS.xml"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  32. Source: "{app}\Languages\DEU.xml"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  33. Source: "{app}\Languages\ENU.xml"; DestDir: "{app}\Languages"; Flags: ignoreversion 
  34. [Dirs]
  35. Name: "{app}\Backups\"; 
  36. [Registry]
  37. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Any Wallpaper"; ValueType: String; ValueData: """{app}\AnyWallpaper.exe"" ""hide"""; Flags: createvalueifdoesntexist uninsdeletevalue 
  38. [Run]
  39. Filename: "{app}\AnyWeblock.exe"; Description: "{cm:LaunchProgram,Any Weblock}"; Flags: postinstall skipifsilent nowait
  40. [UninstallRun]
  41. Filename: "http://www.AnyUtils.com/uninstall/anyweblock.php?version=1.0.0"; RunOnceId: "UninstallFeedback"; Flags: shellexec nowait
  42. [Icons]
  43. Name: "{group}\Any Weblock"; Filename: "{app}\AnyWeblock.exe"; 
  44. Name: "{group}\License Agreement"; Filename: "{app}\license.rtf"; 
  45. Name: "{group}\Product on the web"; Filename: "http://www.AnyUtils.com/anyweblock.htm"; 
  46. Name: "{group}\Online manual"; Filename: "http://www.AnyUtils.com/emanual/anyweblock/index.htm"; 
  47. Name: "{group}\Download .NET Framework 2.0"; Filename: "http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5"; 
  48. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  49. Name: "{commondesktop}\Any Weblock"; Filename: "{app}\AnyWeblock.exe"; Tasks: desktopicon; 
  50. [Tasks]
  51. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  52. [CustomMessages]
  53. english.NameAndVersion=%1 version %2
  54. english.AdditionalIcons=Additional icons:
  55. english.CreateDesktopIcon=Create a &desktop icon
  56. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  57. english.ProgramOnTheWeb=%1 on the Web
  58. english.UninstallProgram=Uninstall %1
  59. english.LaunchProgram=Launch %1
  60. english.AssocFileExtension=&Associate %1 with the %2 file extension
  61. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  62. [Languages]
  63. ; These files are stubs
  64. ; To achieve better results after recompilation, use the real language files
  65. Name: "english"; MessagesFile: "embedded\english.isl"; 
  66.