home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / temacd / coolpdf / CoolPDFReader.exe / install_script.iss
Text File  |  2007-05-09  |  3KB  |  65 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=Cool PDF Reader
  5. AppVerName=Cool PDF Reader 1.0
  6. AppId=Cool PDF Reader
  7. AppPublisher=CoolPDF Software, Inc.
  8. AppPublisherURL=http://www.pdf2exe.com
  9. AppSupportURL=http://www.pdf2exe.com
  10. AppUpdatesURL=http://www.pdf2exe.com
  11. DefaultDirName={pf}\Cool PDF Reader
  12. DefaultGroupName=Cool PDF Reader
  13. UninstallDisplayIcon={app}\CoolReader.exe
  14. OutputBaseFilename=setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\CoolReader.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22.  
  23. [INI]
  24. FileName: "{app}\1.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pdf2exe.com/reader.html"; 
  25. FileName: "{app}\b.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pdf2exe.com/manual.html"; 
  26. FileName: "{app}\c.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pdf2exe.com/pdf2exe.html"; 
  27. FileName: "{app}\a.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.coolpdf.com"; 
  28.  
  29. [Run]
  30. Filename: "{app}\CoolReader.exe"; Description: "{cm:LaunchProgram,Cool PDF Reader}"; Flags: postinstall skipifsilent nowait
  31.  
  32. [Icons]
  33. Name: "{group}\Cool PDF Reader"; Filename: "{app}\CoolReader.exe"; 
  34. Name: "{group}\{cm:ProgramOnTheWeb,Cool PDF Reader}"; Filename: "{app}\1.url"; 
  35. Name: "{group}\Create PDF files"; Filename: "{app}\a.url"; 
  36. Name: "{group}\Online Manual"; Filename: "{app}\b.url"; 
  37. Name: "{group}\Convert PDF to EXE"; Filename: "{app}\c.url"; 
  38. Name: "{group}\{cm:UninstallProgram,Cool PDF Reader}"; Filename: "{uninstallexe}"; 
  39. Name: "{userdesktop}\Cool PDF Reader"; Filename: "{app}\CoolReader.exe"; Tasks: desktopicon; 
  40.  
  41. [Tasks]
  42. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  43.  
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\1.url"; 
  46. Type: files; Name: "{app}\a.url"; 
  47. Type: files; Name: "{app}\b.url"; 
  48. Type: files; Name: "{app}\c.url"; 
  49.  
  50. [CustomMessages]
  51. english.NameAndVersion=%1 version %2
  52. english.AdditionalIcons=Additional icons:
  53. english.CreateDesktopIcon=Create a &desktop icon
  54. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  55. english.ProgramOnTheWeb=%1 on the Web
  56. english.UninstallProgram=Uninstall %1
  57. english.LaunchProgram=Launch %1
  58. english.AssocFileExtension=&Associate %1 with the %2 file extension
  59. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  60.  
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "english"; MessagesFile: "embedded\english.isl"; 
  65.