home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / resource / design / files / pdf43.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-06  |  1.6 KB  |  37 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=PDF4Free
  4. AppVerName=PDF4Free 2.0
  5. AppId=PDF4Free
  6. AppPublisher=PDF Bean Inc.
  7. AppPublisherURL=http://www.pdf4free.com/0.htm
  8. AppSupportURL=http://www.pdf4free.com/support.html
  9. AppUpdatesURL=http://www.pdf4free.com/update.html
  10. DefaultDirName={pf}\PDF4Free
  11. DefaultGroupName=PDF4Free
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\inst.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. [INI]
  20. FileName: "{app}\Tutorial.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pdf4free.com/0.htm"; 
  21. [Run]
  22. Filename: "{app}\inst.exe"; StatusMsg: "Configuring PDF4U print driver ..."; Description: "Install PDF4U Adobe PDF Creator"; 
  23. [UninstallRun]
  24. Filename: "{win}\system32\spool\drivers\w32x86\pdfinst.exe"; Parameters: "/uninstall"; StatusMsg: "Removing PDF4U Adobe PDF Creator driver ..."; 
  25. Filename: "{win}\system32\spool\drivers\w32x86\pdfinst.exe"; Parameters: "-u"; StatusMsg: "Removing PDF4U Adobe PDF Creator driver ..."; 
  26. [Icons]
  27. Name: "{group}\PDF4Free on the Web"; Filename: "{app}\Tutorial.url"; 
  28. Name: "{group}\Uninstall PDF4Free"; Filename: "{uninstallexe}"; 
  29. [Tasks]
  30. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  31. [UninstallDelete]
  32. Type: files; Name: "{app}\Tutorial.url"; 
  33. [Languages]
  34. ; These files are stubs
  35. ; To achieve better results after recompilation, use the real language files
  36. Name: "default"; MessagesFile: "embedded\default.isl"; 
  37.