home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / beeld / bewerk / PhotomatixBasic121.exe / install_script.iss
Text File  |  2007-09-18  |  4KB  |  77 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=Photomatix Basic
  5. AppVerName=Photomatix Basic version 1.2.1
  6. AppId=Photomatix Basic
  7. AppVersion=1.2
  8. AppPublisher=HDRsoft Sarl
  9. AppPublisherURL=http://www.hdrsoft.com/
  10. AppSupportURL=http://www.hdrsoft.com/support/index.html
  11. AppUpdatesURL=http://www.hdrsoft.com/download.html
  12. DefaultDirName={pf}\Photomatix
  13. DefaultGroupName=Photomatix
  14. UninstallDisplayIcon={app}\PhotomatixBasic.exe
  15. OutputBaseFilename=PhotomatixBasic121
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\PhotomatixBasic.exe"; DestDir: "{app}"; 
  23. Source: "{sys}\PhotomatixLib.dll"; DestDir: "{sys}"; Flags: restartreplace 
  24. Source: "{sys}\PhotomatixLib2.dll"; DestDir: "{sys}"; Flags: restartreplace 
  25. Source: "{sys}\PhotomatixLib3.dll"; DestDir: "{sys}"; Flags: restartreplace 
  26. Source: "{sys}\pmjp.dll"; DestDir: "{sys}"; Flags: restartreplace 
  27. Source: "{sys}\pmtf2.dll"; DestDir: "{sys}"; Flags: restartreplace 
  28. Source: "{sys}\pmtf1.dll"; DestDir: "{sys}"; Flags: restartreplace 
  29. Source: "{sys}\pmbm.dll"; DestDir: "{sys}"; Flags: restartreplace 
  30. Source: "{sys}\pmexr.dll"; DestDir: "{sys}"; Flags: restartreplace 
  31. Source: "{sys}\IlmImf.dll"; DestDir: "{sys}"; Flags: restartreplace 
  32. Source: "{sys}\lcms.dll"; DestDir: "{sys}"; Flags: restartreplace 
  33. Source: "{app}\LicenseAgreement.rtf"; DestDir: "{app}"; 
  34. Source: "{app}\CopyrightNotice.txt"; DestDir: "{app}"; 
  35. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile onlyifdoesntexist 
  36. Source: "{sys}\ITSS.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile onlyifdoesntexist 
  37. Source: "{sys}\ITIRCL.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile onlyifdoesntexist 
  38. Source: "{sys}\VB6FR.DLL"; DestDir: "{sys}"; Flags: sharedfile 
  39. Source: "{sys}\Comdlg32.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile 
  40. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile onlyifdoesntexist 
  41. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile onlyifdoesntexist 
  42. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile onlyifdoesntexist 
  43. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile onlyifdoesntexist 
  44. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall sharedfile onlyifdoesntexist 
  45. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall regtypelib sharedfile onlyifdoesntexist 
  46. Source: "{app}\ICCProfiles\sRGB Profile.icc"; DestDir: "{app}\ICCProfiles"; 
  47. Source: "{app}\ICCProfiles\AdobeRGB1998.icc"; DestDir: "{app}\ICCProfiles"; 
  48. Source: "{app}\ICCProfiles\ProPhoto.icm"; DestDir: "{app}\ICCProfiles"; 
  49. Source: "{app}\Photomatix4\Photomatix4.ico"; DestDir: "{app}\Photomatix4"; 
  50.  
  51. [Registry]
  52. Root: HKCU; Subkey: "Software\MultimediaPhoto\Photomatix"; Flags: uninsdeletekeyifempty 
  53. Root: HKCU; Subkey: "Software\MultimediaPhoto\Photomatix"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; 
  54.  
  55. [Run]
  56. Filename: "{app}\PhotomatixBasic.exe"; Description: "Launching Photomatix Basic 1.2.1"; Flags: postinstall nowait
  57.  
  58. [Icons]
  59. Name: "{group}\Photomatix Basic"; Filename: "{app}\PhotomatixBasic.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Photomatix4.ico"; 
  60. Name: "{userdesktop}\Photomatix Basic"; Filename: "{app}\PhotomatixBasic.exe"; WorkingDir: "{app}"; 
  61.  
  62. [CustomMessages]
  63. default.NameAndVersion=%1 version %2
  64. default.AdditionalIcons=Additional icons:
  65. default.CreateDesktopIcon=Create a &desktop icon
  66. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  67. default.ProgramOnTheWeb=%1 on the Web
  68. default.UninstallProgram=Uninstall %1
  69. default.LaunchProgram=Launch %1
  70. default.AssocFileExtension=&Associate %1 with the %2 file extension
  71. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  72.  
  73. [Languages]
  74. ; These files are stubs
  75. ; To achieve better results after recompilation, use the real language files
  76. Name: "default"; MessagesFile: "embedded\default.isl"; 
  77.