home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / stahuj / prog / blspdfconvsetup.exe / install_script.iss
Text File  |  2004-08-23  |  3KB  |  60 lines

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