home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Test / easypdf / easypdfcreator.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-04-06  |  2.5 KB  |  46 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=Easy PDF Creator
  4. AppVerName=Easy PDF Creator 1.00
  5. AppId=Easy PDF Creator
  6. AppPublisher=PDF Desk Informatique
  7. AppPublisherURL=http://www.pdfdesk.com
  8. AppSupportURL=http://www.pdfdesk.com
  9. AppUpdatesURL=http://www.pdfdesk.com
  10. DefaultDirName={pf}\Easy PDF Creator
  11. DefaultGroupName=Easy PDF Creator
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\EasyPDFCreator.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\EasyPrinting.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\Manual.chm"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\inst.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\BatchConverter.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{win}\system32\hh64.exe"; DestDir: "{win}\system32"; Flags: ignoreversion 
  24. [INI]
  25. FileName: "{app}\EasyPDFCreator.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pdfdesk.com"; 
  26. [Run]
  27. Filename: "{app}\inst.exe"; StatusMsg: "Installing Easy PDF Creator ..."; Description: "Install Easy PDF Creator"; 
  28. Filename: "{app}\EasyPrinting.exe"; Parameters: "/install /silent"; StatusMsg: "Installing PDF Printing Service ..."; Description: "Install PDF Printing Service"; 
  29. Filename: "{win}\system32\rundll32.exe"; Parameters: "SHELL32.DLL,SHHelpShortcuts_RunDLL PrintersFolder"; StatusMsg: "Show Easy PDF Creator"; Description: "Show Easy PDF Creator"; Flags: postinstall 
  30. [UninstallRun]
  31. Filename: "{win}\system32\spool\drivers\w32x86\pdfinst.exe"; Parameters: "-u"; StatusMsg: "Removing PDF4U Adobe PDF Creator driver ..."; 
  32. Filename: "{app}\EasyPrinting.exe"; Parameters: "/uninstall /silent"; StatusMsg: "Removing PDF Printing Service ..."; 
  33. [Icons]
  34. Name: "{group}\Easy PDF Creator"; Filename: "{app}\EasyPDFCreator.exe"; 
  35. Name: "{group}\Easy PDF Creator on the Web"; Filename: "{app}\EasyPDFCreator.url"; 
  36. Name: "{group}\Uninstall Easy PDF Creator"; Filename: "{uninstallexe}"; 
  37. Name: "{userdesktop}\Easy PDF Creator"; Filename: "{app}\EasyPDFCreator.exe"; Tasks: desktopicon; 
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\EasyPDFCreator.url"; 
  42. [Languages]
  43. ; These files are stubs
  44. ; To achieve better results after recompilation, use the real language files
  45. Name: "default"; MessagesFile: "embedded\default.isl"; 
  46.