home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / vyzkuste / pb / pbsetup.exe / install_script.iss
Text File  |  2005-10-31  |  2KB  |  56 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=PlacesBar Constructor
  5. AppVerName=PlacesBar Constructor 1.2
  6. AppId=PlacesBar Constructor
  7. AppPublisher=Boyarick Net
  8. AppPublisherURL=http://www.boyarick.net
  9. AppSupportURL=http://www.boyarick.net
  10. AppUpdatesURL=http://www.boyarick.net
  11. DefaultDirName={pf}\PlacesBar Constructor
  12. DefaultGroupName=PlacesBar Constructor
  13. OutputBaseFilename=pbSetup
  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}\pbcon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22.  
  23. [INI]
  24. FileName: "{app}\pbcon.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.boyarick.net"; 
  25.  
  26. [Run]
  27. Filename: "{app}\pbcon.exe"; Description: "{cm:LaunchProgram,PlacesBar Constructor}"; Flags: postinstall skipifsilent nowait
  28.  
  29. [Icons]
  30. Name: "{group}\PlacesBar Constructor"; Filename: "{app}\pbcon.exe"; 
  31. Name: "{group}\{cm:ProgramOnTheWeb,PlacesBar Constructor}"; Filename: "{app}\pbcon.url"; 
  32. Name: "{group}\{cm:UninstallProgram,PlacesBar Constructor}"; Filename: "{uninstallexe}"; 
  33. Name: "{userdesktop}\PlacesBar Constructor"; Filename: "{app}\pbcon.exe"; Tasks: desktopicon; 
  34.  
  35. [Tasks]
  36. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  37.  
  38. [UninstallDelete]
  39. Type: files; Name: "{app}\pbcon.url"; 
  40.  
  41. [CustomMessages]
  42. eng.NameAndVersion=%1 version %2
  43. eng.AdditionalIcons=Additional icons:
  44. eng.CreateDesktopIcon=Create a &desktop icon
  45. eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
  46. eng.ProgramOnTheWeb=%1 on the Web
  47. eng.UninstallProgram=Uninstall %1
  48. eng.LaunchProgram=Launch %1
  49. eng.AssocFileExtension=&Associate %1 with the %2 file extension
  50. eng.AssocingFileExtension=Associating %1 with the %2 file extension...
  51.  
  52. [Languages]
  53. ; These files are stubs
  54. ; To achieve better results after recompilation, use the real language files
  55. Name: "eng"; MessagesFile: "embedded\eng.isl"; 
  56.