home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Grafica / photogadget / photogadget.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-12-21  |  3.7 KB  |  64 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Photo Gadget
  4. AppVerName=Photo Gadget
  5. AppId=Photo Gadget
  6. AppPublisher=XemiComputers
  7. AppPublisherURL=http://www.xemico.com
  8. AppSupportURL=http://www.xemico.com
  9. AppUpdatesURL=http://www.xemico.com
  10. DefaultDirName={pf}\XemiComputers\Photo Gadget
  11. DefaultGroupName=Photo Gadget
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\ShellResize.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  20. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\ReadMe.html"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\License Agreement.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\_ISource21.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist ignoreversion 
  24. [Registry]
  25. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}"; Flags: uninsdeletekey 
  26. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}"; ValueType: String; ValueData: "ResizeShellExt Class"; 
  27. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\InprocServer32"; 
  28. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\InprocServer32"; ValueType: String; ValueData: "{app}\ShellResize.dll"; 
  29. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\InprocServer32"; ValueName: "ThreadingModel"; ValueType: String; ValueData: "Apartment"; 
  30. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\ProgID"; 
  31. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\ProgID"; ValueType: String; ValueData: "ShellResize.ResizeShellExt.1"; 
  32. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\Programmable"; 
  33. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\TypeLib"; 
  34. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\TypeLib"; ValueType: String; ValueData: "{{762BED23-B8E7-4D89-AEDD-E46D2C13029F}"; 
  35. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\VersionIndependentProgID"; 
  36. Root: HKCR; Subkey: "CLSID\{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}\VersionIndependentProgID"; ValueType: String; ValueData: "ShellResize.ResizeShellExt"; 
  37. Root: HKCR; Subkey: "*\ShellEx"; 
  38. Root: HKCR; Subkey: "*\ShellEx\ContextMenuHandlers"; 
  39. Root: HKCR; Subkey: "*\ShellEx\ContextMenuHandlers\ResizeShellExt"; Flags: uninsdeletekey 
  40. Root: HKCR; Subkey: "*\ShellEx\ContextMenuHandlers\ResizeShellExt"; ValueType: String; ValueData: "{{933E93E1-B249-46BA-8F1B-B1D9A12AE7C0}"; 
  41. [INI]
  42. FileName: "{app}\PG.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.xemico.com/photogadget"; 
  43. [Icons]
  44. Name: "{group}\{cm:ProgramOnTheWeb,Photo Gadget}"; Filename: "{app}\PG.url"; 
  45. Name: "{group}\{cm:UninstallProgram,Photo Gadget}"; Filename: "{uninstallexe}"; 
  46. Name: "{group}\ReadMe"; Filename: "{app}\ReadMe.html"; 
  47. Name: "{group}\License Agreement"; Filename: "{app}\License Agreement.txt"; 
  48. [UninstallDelete]
  49. Type: files; Name: "{app}\PG.url"; 
  50. [CustomMessages]
  51. default.NameAndVersion=%1 version %2
  52. default.AdditionalIcons=Additional icons:
  53. default.CreateDesktopIcon=Create a &desktop icon
  54. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  55. default.ProgramOnTheWeb=%1 on the Web
  56. default.UninstallProgram=Uninstall %1
  57. default.LaunchProgram=Launch %1
  58. default.AssocFileExtension=&Associate %1 with the %2 file extension
  59. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  60. [Languages]
  61. ; These files are stubs
  62. ; To achieve better results after recompilation, use the real language files
  63. Name: "default"; MessagesFile: "embedded\default.isl"; 
  64.