home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / shareware / BullZipPDFPrinter(1.0.0.18).exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-05-15  |  3.1 KB  |  60 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=BullZip PDF Printer
  4. AppVerName=BullZip PDF Printer 1.0.0.18
  5. AppId=BullZip PDF Printer
  6. AppPublisher=BullZip
  7. AppPublisherURL=http://www.bullzip.com
  8. AppSupportURL=http://www.bullzip.com
  9. AppUpdatesURL=http://www.bullzip.com
  10. DefaultDirName={pf}\BullZip\PDF Printer
  11. DefaultGroupName=BullZip\PDF Printer
  12. UninstallDisplayIcon={sys}\bzpdf.dll,0
  13. OutputBaseFilename=BullZipPDFPrinter(1.0.0.18)
  14. Compression=lzma
  15. PrivilegesRequired=poweruser
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{sys}\bzpdf.dll"; DestDir: "{sys}"; BeforeInstall: "StopSpooler"; AfterInstall: "StartSpooler"; 
  22. Source: "{app}\data\settings.ini"; DestDir: "{app}\data"; Flags: onlyifdoesntexist 
  23. Source: "{app}\config.exe"; DestDir: "{app}"; 
  24. ; Source: "{app}\gs\"; DestDir: "{app}\gs"; AfterInstall: "RegisterGhostscript"; Flags: skipifsourcedoesntexist ignoreversion 
  25. [Dirs]
  26. Name: "{app}\temp"; 
  27. Name: "{app}\data"; 
  28. [Registry]
  29. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Print\Monitors\BullZip PDF Print Monitor"; Flags: uninsdeletekey 
  30. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Print\Monitors\BullZip PDF Print Monitor"; ValueName: "Driver"; ValueType: String; ValueData: "bzpdf.dll"; 
  31. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Print\Monitors\BullZip PDF Print Monitor"; ValueName: "1"; ValueType: String; ValueData: "BULLZIP"; 
  32. Root: HKLM; Subkey: "SOFTWARE\BullZip\PDF Printer\Settings"; 
  33. Root: HKLM; Subkey: "SOFTWARE\BullZip\PDF Printer\Settings"; ValueName: "WorkArea"; ValueType: String; ValueData: "{app}\temp\"; 
  34. Root: HKLM; Subkey: "SOFTWARE\BullZip\PDF Printer\Settings"; ValueName: "DataArea"; ValueType: String; ValueData: "{app}\data\"; 
  35. Root: HKLM; Subkey: "SOFTWARE\BullZip\PDF Printer"; ValueName: "Version"; ValueType: String; ValueData: "1.0.0.17"; 
  36. [INI]
  37. FileName: "{app}\bullzip.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.bullzip.com"; 
  38. FileName: "{app}\doc.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.bullzip.com/dispatch/?action=Doc&productid=PDF"; 
  39. [Icons]
  40. Name: "{group}\BullZip Home Page"; Filename: "{app}\bullzip.url"; 
  41. Name: "{group}\Documentation"; Filename: "{app}\doc.url"; IconFilename: "{sys}\bzpdf.dll"; IconIndex: 1; 
  42. [UninstallDelete]
  43. Type: files; Name: "{sys}\bzpdf.dll"; 
  44. Type: files; Name: "{app}\bullzip.url"; 
  45. Type: files; Name: "{app}\doc.url"; 
  46. [CustomMessages]
  47. default.NameAndVersion=%1 version %2
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.