home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / komunikace / outlookattach / Setup.exe / install_script.iss
Text File  |  2007-06-04  |  3KB  |  62 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=Outlook Attachment and Picture Extractor
  5. AppVerName=Outlook Attachment and Picture Extractor 1.60
  6. AppId=Outlook Attachment and Picture Extractor
  7. AppPublisher=OPE2000, Inc.
  8. AppPublisherURL=http://www.ope2000.com
  9. AppSupportURL=http://www.ope2000.com
  10. AppUpdatesURL=http://www.ope2000.com
  11. DefaultDirName={pf}\Outlook Picture Extractor
  12. DefaultGroupName=Outlook Attachment and Picture Extractor
  13. OutputBaseFilename=Setup
  14. Compression=lzma
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\Ope.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\Ope.chm"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\GuiLib113.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\OPEAddin.dll"; DestDir: "{app}"; Flags: regserver ignoreversion 
  23. Source: "{app}\LANG\English.lng"; DestDir: "{app}\LANG"; 
  24. Source: "{app}\LANG\Japanese.lng"; DestDir: "{app}\LANG"; 
  25. Source: "{app}\LANG\Polish.lng"; DestDir: "{app}\LANG"; 
  26. Source: "{app}\LANG\Simple Chinese.lng"; DestDir: "{app}\LANG"; 
  27. Source: "{app}\LANG\Traditional Chinese.lng"; DestDir: "{app}\LANG"; 
  28. Source: "{app}\Ope.lni"; DestDir: "{app}"; 
  29.  
  30. [Dirs]
  31. Name: "{app}\LANG"; 
  32.  
  33. [Registry]
  34. Root: HKCU; Subkey: "Software\Microsoft\Office\Outlook\Addins\OPEAddin.Addin"; ValueName: "FriendlyName"; ValueType: String; ValueData: "OPEAddin Addin"; Flags: uninsdeletekey 
  35. Root: HKCU; Subkey: "Software\Microsoft\Office\Outlook\Addins\OPEAddin.Addin"; ValueName: "Description"; ValueType: String; ValueData: "OPE Outlook Addin"; Flags: uninsdeletekey 
  36. Root: HKCU; Subkey: "Software\Microsoft\Office\Outlook\Addins\OPEAddin.Addin"; ValueName: "LoadBehavior"; ValueType: Dword; ValueData: "$3"; Flags: uninsdeletekey 
  37. Root: HKCU; Subkey: "Software\Microsoft\Office\Outlook\Addins\OPEAddin.Addin"; ValueName: "CommandLineSafe"; ValueType: Dword; ValueData: "$0"; Flags: uninsdeletekey 
  38.  
  39. [Icons]
  40. Name: "{group}\Outlook Attachment and Picture Extractor"; Filename: "{app}\OPE.exe"; WorkingDir: "{app}"; 
  41. Name: "{userdesktop}\Outlook Attachment and Picture Extractor"; Filename: "{app}\OPE.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  42. Name: "{group}\Uninstall Outlook Attachment and Picture Extractor"; Filename: "{uninstallexe}"; 
  43.  
  44. [Tasks]
  45. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  46.  
  47. [CustomMessages]
  48. english.NameAndVersion=%1 version %2
  49. english.AdditionalIcons=Additional icons:
  50. english.CreateDesktopIcon=Create a &desktop icon
  51. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  52. english.ProgramOnTheWeb=%1 on the Web
  53. english.UninstallProgram=Uninstall %1
  54. english.LaunchProgram=Launch %1
  55. english.AssocFileExtension=&Associate %1 with the %2 file extension
  56. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  57.  
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "english"; MessagesFile: "embedded\english.isl"; 
  62.