home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 November / PCpro_2005_11.ISO / files / plugins / plugins_pdf / pdfcompress / pdfcomp.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-09-14  |  2.1 KB  |  49 lines

  1. ;InnoSetupVersion=4.2.1
  2. [Setup]
  3. AppName=PDF Compress
  4. AppVerName=PDF Compress 1.0
  5. AppId=PDF Compress
  6. AppPublisher=Bureausoft Corporation
  7. AppPublisherURL=http://www.bureausoft.com
  8. AppSupportURL=http://www.bureausoft.com
  9. AppUpdatesURL=http://www.bureausoft.com
  10. DefaultDirName={pf}\PDF Compress
  11. DefaultGroupName=PDF Compress
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\PDFComp.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\manual.chm"; DestDir: "{app}"; Flags: ignoreversion 
  22. [INI]
  23. FileName: "{app}\PDFComp.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.bureausoft.com/products.html"; 
  24. [Run]
  25. Filename: "{app}\PDFComp.exe"; Description: "{cm:LaunchProgram,PDF Compress}"; Flags: postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\PDF Compress"; Filename: "{app}\PDFComp.exe"; 
  28. Name: "{group}\PDF Family"; Filename: "{app}\manual.chm"; 
  29. Name: "{group}\{cm:ProgramOnTheWeb,PDF Compress}"; Filename: "{app}\PDFComp.url"; 
  30. Name: "{group}\{cm:UninstallProgram,PDF Compress}"; Filename: "{uninstallexe}"; 
  31. Name: "{userdesktop}\PDF Compress"; Filename: "{app}\PDFComp.exe"; Tasks: desktopicon; 
  32. [Tasks]
  33. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  34. [UninstallDelete]
  35. Type: files; Name: "{app}\PDFComp.url"; 
  36. [CustomMessages]
  37. default.AdditionalIcons=Additional icons:
  38. default.CreateDesktopIcon=Create a &desktop icon
  39. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  40. default.ProgramOnTheWeb=%1 on the Web
  41. default.UninstallProgram=Uninstall %1
  42. default.LaunchProgram=Launch %1
  43. default.AssocFileExtension=&Associate %1 with the %2 file extension
  44. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  45. [Languages]
  46. ; These files are stubs
  47. ; To achieve better results after recompilation, use the real language files
  48. Name: "default"; MessagesFile: "embedded\default.isl"; 
  49.