home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 October / PCpro_2006_10.ISO / files / outlook / copypst / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-08-17  |  1.7 KB  |  44 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=PST Emergency Copy
  4. AppVerName=PST Emergency Copy 1.1
  5. AppId=PST Emergency Copy
  6. AppPublisher=Quester
  7. AppPublisherURL=http://www.olfolders.com
  8. AppSupportURL=http://www.olfolders.com
  9. AppUpdatesURL=http://www.olfolders.com
  10. DefaultDirName={pf}\PST Emergency Copy
  11. DefaultGroupName=PST Emergency Copy
  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}\PSTCopy.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\pstcopy.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Reparatur von Pers
  22. nlichen Ordnern.doc"; DestDir: "{app}"; Flags: ignoreversion 
  23. [Run]
  24. Filename: "{app}\PSTCopy.exe"; Description: "Launch PST Emergency Copy"; Flags: postinstall skipifsilent nowait
  25. [Icons]
  26. Name: "{group}\PST Emergency Copy"; Filename: "{app}\PSTCopy.exe"; 
  27. Name: "{group}\Readme"; Filename: "{app}\pstcopy.txt"; 
  28. Name: "{group}\Handbuch"; Filename: "{app}\Reparatur von Pers
  29. nlichen Ordnern.doc"; 
  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.