home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / ntl / files / blspdfconvsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-05-13  |  2.8 KB  |  51 lines

  1. ;InnoSetupVersion=4.2.1
  2. [Setup]
  3. AppName=BLS PDF CONVERT
  4. AppVerName=BLS PDF CONVERT 1.0
  5. AppId=BLS PDF CONVERT
  6. AppPublisher=Blue Label Soft
  7. AppPublisherURL=http://www.bluelabelsoft.de
  8. AppSupportURL=http://www.bluelabelsoft.de
  9. AppUpdatesURL=http://www.bluelabelsoft.de
  10. DefaultDirName={pf}\Bluelabelsoft\BLS PDF CONVERT
  11. DefaultGroupName=Bluelabelsoft\BLS PDF CONVERT
  12. OutputBaseFilename=blspdfconvsetup
  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}\BLSPDFCONV.exe"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0.2195; Flags: ignoreversion 
  20. Source: "{app}\CRDE2003.dll"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0.2195; Flags: ignoreversion 
  21. Source: "{app}\ISP2003.dll"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0.2195; Flags: ignoreversion 
  22. Source: "{app}\ILRawRead.dll"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0.2195; Flags: ignoreversion 
  23. [INI]
  24. FileName: "{app}\BLSPDFCONV.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.bluelabelsoft.de"; 
  25. [Run]
  26. Filename: "{app}\BLSPDFCONV.exe"; Description: "{cm:LaunchProgram,BLS PDF CONVERT}"; MinVersion: 4.1.2222,5.0.2195; Flags: postinstall skipifsilent nowait
  27. [Icons]
  28. Name: "{group}\BLS PDF CONVERT"; Filename: "{app}\BLSPDFCONV.exe"; MinVersion: 4.1.2222,5.0.2195; 
  29. Name: "{group}\{cm:ProgramOnTheWeb,BLS PDF CONVERT}"; Filename: "{app}\BLSPDFCONV.url"; MinVersion: 4.1.2222,5.0.2195; 
  30. Name: "{group}\{cm:UninstallProgram,BLS PDF CONVERT}"; Filename: "{uninstallexe}"; MinVersion: 4.1.2222,5.0.2195; 
  31. Name: "{userdesktop}\BLS PDF CONVERT"; Filename: "{app}\BLSPDFCONV.exe"; Tasks: desktopicon; MinVersion: 4.1.2222,5.0.2195; 
  32. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\BLS PDF CONVERT"; Filename: "{app}\BLSPDFCONV.exe"; Tasks: quicklaunchicon; MinVersion: 4.1.2222,5.0.2195; 
  33. [Tasks]
  34. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 4.1.2222,5.0.2195; 
  35. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 4.1.2222,5.0.2195; 
  36. [UninstallDelete]
  37. Type: files; Name: "{app}\BLSPDFCONV.url"; 
  38. [CustomMessages]
  39. default.AdditionalIcons=Additional icons:
  40. default.CreateDesktopIcon=Create a &desktop icon
  41. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  42. default.ProgramOnTheWeb=%1 on the Web
  43. default.UninstallProgram=Uninstall %1
  44. default.LaunchProgram=Launch %1
  45. default.AssocFileExtension=&Associate %1 with the %2 file extension
  46. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  47. [Languages]
  48. ; These files are stubs
  49. ; To achieve better results after recompilation, use the real language files
  50. Name: "default"; MessagesFile: "embedded\default.isl"; 
  51.