home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2004 January - Disc 1 / PCNET_CD_2004_01_1.iso / dergiden / top10yazilim / passkeychain_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-07-17  |  1.8 KB  |  40 lines

  1. ;InnoSetupVersion=3.0.4
  2. [Setup]
  3. AppName=Password Keychain
  4. AppVerName=Password Keychain 1.0
  5. AppId=Password Keychain
  6. AppPublisher=NFXTech
  7. AppPublisherURL=http://www.nfxtech.com
  8. AppSupportURL=http://www.nfxtech.com
  9. AppUpdatesURL=http://www.nfxtech.com
  10. AppMutex=PasswordKeychainMutex
  11. DefaultDirName={pf}\Password Keychain
  12. DefaultGroupName=Password Keychain
  13. OutputBaseFilename=passkeychain_setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\Passkeychain.exe"; DestDir: "{app}"; 
  22. Source: "{app}\passkeychain.cnt"; DestDir: "{app}"; 
  23. Source: "{app}\passkeychain.hlp"; DestDir: "{app}"; 
  24. [INI]
  25. FileName: "{app}\Passkeychain.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.nfxtech.com"; 
  26. [Run]
  27. Filename: "{app}\Passkeychain.exe"; Description: "Launch Password Keychain"; Flags: postinstall nowait
  28. [Icons]
  29. Name: "{group}\Password Keychain"; Filename: "{app}\Passkeychain.exe"; 
  30. Name: "{group}\Password Keychain Help"; Filename: "{app}\passkeychain.hlp"; 
  31. Name: "{group}\Password Keychain on the Web"; Filename: "{app}\Passkeychain.url"; 
  32. Name: "{userdesktop}\Password Keychain"; Filename: "{app}\Passkeychain.exe"; Tasks: desktopicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Password Keychain"; Filename: "{app}\Passkeychain.exe"; Tasks: quicklaunchicon; 
  34. Name: "{group}\Uninstall Password Keychain"; Filename: "{uninstallexe}"; 
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  37. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  38. [UninstallDelete]
  39. Type: files; Name: "{app}\Passkeychain.url"; 
  40.