home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 February / com_0204_1.iso / computer / computer_tools_10 / atray.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-25  |  2.7 KB  |  50 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Active Tray
  4. AppVerName=Active Tray 1.1
  5. AppId=Active Tray
  6. AppPublisher=Divcom Software
  7. AppPublisherURL=http://www.divcomsoft.com
  8. AppSupportURL=http://www.activetray.com
  9. AppUpdatesURL=http://www.activetray.com
  10. AppMutex=DivcomActiveTrayMutex
  11. DefaultDirName={pf}\Active Tray
  12. DefaultGroupName=Active Tray
  13. UninstallDisplayIcon={app}\atray.exe,0
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\atray.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\english.lng"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\file_id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\atray.chm"; DestDir: "{app}"; Flags: ignoreversion 
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Active Tray"; Flags: deletevalue noerror 
  30. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Active Tray"; ValueType: String; ValueData: "{app}\atray.exe"; Tasks: autorun; Flags: uninsdeletevalue noerror 
  31. Root: HKCU; Subkey: "Software\Divcom Software\Active Tray\System"; ValueName: "Key"; Flags: uninsdeletevalue noerror 
  32. Root: HKCU; Subkey: "Software\Divcom Software\Active Tray\System"; ValueName: "Password"; Flags: uninsdeletevalue noerror 
  33. [INI]
  34. FileName: "{app}\atray.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.activetray.com"; 
  35. [Run]
  36. Filename: "{app}\atray.exe"; Description: "&Launch Active Tray"; Flags: postinstall skipifsilent nowait
  37. Filename: "{app}\readme.txt"; Description: "&View Readme"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  38. Filename: "{app}\atray.exe"; Parameters: "-silentrun"; StatusMsg: "Finishing installation..."; 
  39. [Icons]
  40. Name: "{group}\Active Tray"; Filename: "{app}\atray.exe"; WorkingDir: "{app}"; 
  41. Name: "{group}\Active Tray on the Web"; Filename: "{app}\atray.url"; WorkingDir: "{app}"; Comment: "http://www.activetray.com"; 
  42. Name: "{group}\Uninstall Active Tray"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  43. Name: "{userdesktop}\Active Tray"; Filename: "{app}\atray.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  44. [Tasks]
  45. Name: "desktopicon"; Description: "Create a &desktop icon"; 
  46. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; 
  47. Name: "autorun"; Description: "Run Active Tray at Windows &startup"; 
  48. [UninstallDelete]
  49. Type: files; Name: "{app}\atray.url"; 
  50.