home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 February / PCpro_2004_02.ISO / files / admin-tools / activitymon / amagent30.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-09-24  |  2.8 KB  |  46 lines

  1. ;InnoSetupVersion=3.0.8
  2. [Setup]
  3. AppName=Activity Monitor Agent
  4. AppVerName=Activity Monitor 3.0
  5. AppId=Activity Monitor Agent
  6. AppVersion=3.0
  7. AppPublisher=Deep Software
  8. AppPublisherURL=http://www.softactivity.com
  9. AppSupportURL=http://www.softactivity.com
  10. AppUpdatesURL=http://www.softactivity.com
  11. DefaultDirName={pf}\AMSys
  12. DefaultGroupName=AMonitor
  13. UninstallDisplayIcon={app}\amaware.dll
  14. OutputBaseFilename=amagent30
  15. Compression=zip
  16. PrivilegesRequired=none
  17. DisableProgramGroupPage=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\amaware.dll"; DestDir: "{app}"; Flags: restartreplace comparetimestamp 
  22. Source: "{app}\slgr.dll"; DestDir: "{app}"; Flags: restartreplace comparetimestamp 
  23. Source: "{app}\swkbhk.dll"; DestDir: "{app}"; Flags: restartreplace comparetimestamp 
  24. Source: "{app}\swmain.dll"; DestDir: "{app}"; Flags: restartreplace comparetimestamp 
  25. Source: "{app}\swsys.exe"; DestDir: "{app}"; Flags: restartreplace comparetimestamp 
  26. Source: "{app}\msvcrt.dll"; DestDir: "{app}"; Flags: restartreplace 
  27. Source: "{app}\ijl15.dll"; DestDir: "{app}"; Flags: restartreplace 
  28. Source: "{app}\mfc42.dll"; DestDir: "{app}"; Flags: restartreplace 
  29. Source: "{app}\awmsg.dat"; DestDir: "{app}"; 
  30. [Registry]
  31. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "SWClient"; ValueType: String; ValueData: "{app}\swsys.exe"; Flags: uninsdeletevalue 
  32. Root: HKLM; Subkey: "SOFTWARE\WinL"; ValueName: "Installed"; ValueType: String; ValueData: "1"; Flags: uninsdeletekey 
  33. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\PCHealth\ErrorReporting\ExclusionList"; ValueName: "swsys.exe"; ValueType: String; ValueData: "swsys.exe"; MinVersion: 5.0,5.0; Flags: uninsdeletevalue noerror 
  34. Root: HKLM; Subkey: "SOFTWARE\Policies\Microsoft\PCHealth\ErrorReporting\ExclusionList"; ValueName: "swsys.exe"; ValueType: String; ValueData: "swsys.exe"; MinVersion: 5.0,5.0; Flags: uninsdeletevalue noerror 
  35. Root: HKLM; Subkey: "Software\WinL"; ValueName: "Params"; ValueType: Binary; Flags: uninsdeletevalue deletevalue dontcreatekey 
  36. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "SWAgent"; ValueType: String; Flags: uninsdeletevalue deletevalue dontcreatekey 
  37. [Run]
  38. Filename: "{app}\swsys.exe"; WorkingDir: "{app}"; Description: "Launch Activity Monitor Agent"; Flags: postinstall nowait
  39. [UninstallRun]
  40. Filename: "{app}\swsys.exe"; Parameters: "/uninstall"; WorkingDir: "{app}"; RunOnceId: "uninstall"; 
  41. Filename: "{app}\swsys.exe"; Parameters: "/exit"; WorkingDir: "{app}"; RunOnceId: "Shutdown"; Flags: skipifdoesntexist 
  42. [UninstallDelete]
  43. Type: files; Name: "{app}\guid.dat"; 
  44. Type: files; Name: "{app}\awmsg.dat"; 
  45. Type: files; Name: "{win}\winam.dat"; 
  46.