home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / zabezpeceni / npassword / nPassword_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-03-06  |  2.4 KB  |  53 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=nPassword - Password Organizer
  4. AppVerName=1.0.2.44
  5. AppId={{D23C5B41-1FB4-4581-8EAB-DDFEA61E2B59}
  6. AppVersion=1.0.2.44
  7. AppPublisher=Nikola Dachev
  8. AppPublisherURL=www.zeraha.org
  9. AppSupportURL=www.zeraha.org
  10. AppUpdatesURL=www.zeraha.org
  11. DefaultDirName={pf}\zeraha.org\nPassword\
  12. DefaultGroupName=zeraha.org\nPassword
  13. UninstallDisplayIcon={app}\nPassword.exe
  14. UninstallDisplayName=nPassword
  15. OutputBaseFilename=nPassword_Setup
  16. Compression=lzma
  17. PrivilegesRequired=poweruser
  18. ChangesAssociations=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\nPassword.exe"; DestDir: "{app}"; Components: core_app; Flags: confirmoverwrite comparetimestamp promptifolder 
  24. [Registry]
  25. Root: HKCR; Subkey: ".npw"; ValueType: String; ValueData: "npwfile"; Components: register_extension; 
  26. Root: HKCR; Subkey: "npwfile\shell\open\command"; ValueType: String; ValueData: "{app}\nPassword.exe ""%1"""; Components: register_extension; Flags: uninsdeletevalue uninsdeletekeyifempty 
  27. Root: HKCR; Subkey: "npwfile\DefaultIcon"; ValueType: String; ValueData: "{app}\nPassword.exe,0"; Components: register_extension; Flags: uninsdeletevalue uninsdeletekeyifempty 
  28. [Icons]
  29. Name: "{group}\nPassword"; Filename: "{app}\nPassword.exe"; WorkingDir: "{app}"; IconFilename: "{app}\nPassword.exe"; 
  30. [Components]
  31. Name: "core_app"; Description: "nPassword Application"; Types: "custom full compact"; 
  32. Name: "register_extension"; Description: "Open .npw files with nPassword"; Types: "custom compact full"; 
  33. [UninstallDelete]
  34. Type: files; Name: "{app}\nPassword.xdb"; 
  35. [Types]
  36. Name: "full"; 
  37. Name: "compact"; 
  38. Name: "custom"; 
  39. [CustomMessages]
  40. default.NameAndVersion=%1 version %2
  41. default.AdditionalIcons=Additional icons:
  42. default.CreateDesktopIcon=Create a &desktop icon
  43. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  44. default.ProgramOnTheWeb=%1 on the Web
  45. default.UninstallProgram=Uninstall %1
  46. default.LaunchProgram=Launch %1
  47. default.AssocFileExtension=&Associate %1 with the %2 file extension
  48. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  49. [Languages]
  50. ; These files are stubs
  51. ; To achieve better results after recompilation, use the real language files
  52. Name: "default"; MessagesFile: "embedded\default.isl"; 
  53.