Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
2.7 KiB

  1. ; -- NETACS.INX --
  2. ;
  3. ; Admission Contol Service (ACS).
  4. ;
  5. ; Copyright (c) 1993-1999, Microsoft Corporation
  6. [Version]
  7. Signature = "$Windows NT$"
  8. LayoutFile = layout.inf
  9. Provider = %Msft%
  10. [ACS]
  11. Uninstall = ACS.Remove
  12. StartServices = RSVP
  13. DependOnComponents = MS_TCPIP
  14. AddReg = ACS.AddReg
  15. ProfileItems = ACS.Shortcut.Add
  16. RegisterDlls = ACS.Register.Add
  17. [ACS.Remove]
  18. DelReg = ACS.DelReg
  19. ProfileItems = ACS.Shortcut.Remove
  20. UnregisterDlls = ACS.Register.Remove
  21. [ACS.SNMPAgent]
  22. AddAgent = ACS.AddSNMPAgent
  23. [ACS.Remove.SNMPAgent]
  24. DelAgent = ACS.Remove.DelSNMPAgent
  25. [ACS.AddSNMPAgent]
  26. ServiceName = "RSVP"
  27. AgentName = "ACS"
  28. AgentPath = "%SystemRoot%\System32\acsmib.dll"
  29. [ACS.Remove.DelSNMPAgent]
  30. AgentName = "ACS"
  31. [ACS.AddReg]
  32. HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "RunAsAcsService", 0x00010001, 1
  33. HKLM, "System\CurrentControlSet\Services\Rsvp\PCM Config", "ActiveLPMs", 0x00010000, "MSIDLPM.DLL"
  34. HKLM, "System\CurrentControlSet\Services\Rsvp\MSIDLPM", , 0x10
  35. HKLM, "System\CurrentControlSet\Services\Rsvp\Performance", "Open", , "OpenRsvpPerformanceData"
  36. HKLM, "System\CurrentControlSet\Services\Rsvp\Performance", "Close", , "CloseRsvpPerformanceData"
  37. HKLM, "System\CurrentControlSet\Services\Rsvp\Performance", "Collect", , "CollectRsvpPerformanceData"
  38. HKLM, "System\CurrentControlSet\Services\Rsvp\Performance", "Library", 0x00020000, "%%SystemRoot%%\System32\rsvpperf.dll"
  39. [ACS.DelReg]
  40. HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Enable tracing"
  41. HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Eventlog level"
  42. HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Max size of tracefiles"
  43. HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Max number of tracefiles to use"
  44. HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Directory to store tracefiles"
  45. HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "RunAsAcsService"
  46. HKLM, "System\CurrentControlSet\Services\Rsvp\PCM Config"
  47. HKLM, "System\CurrentControlSet\Services\Rsvp\MSIDLPM"
  48. [ACS.Shortcut.Add]
  49. Name = %ACS_Desc%
  50. SubDir = %ACS_Admin_Group%
  51. CmdLine = 11,,"acssnap.msc /s"
  52. IconPath = 11,,acssnap.dll
  53. IconIndex = 0
  54. InfoTip = "@%11%\acssnap.dll,-5022"
  55. DisplayResource = "%11%\acssnap.dll",5023
  56. [ACS.Shortcut.Remove]
  57. Name = %ACS_Desc%, 0x2
  58. SubDir = %ACS_Admin_Group%
  59. // Unloading and loading counters will inform WMI to reload the counters to detect
  60. // ACS policy counters
  61. [ACS.Register.Add]
  62. 11,, acsetups.exe, 1
  63. 11,, unlodctr.exe, 1,,"RSVP"
  64. 11,, lodctr.exe, 1,,"rsvp.ini"
  65. [ACS.Register.Remove]
  66. 11,, acsetups.exe, 1
  67. 11,, unlodctr.exe, 1,,"RSVP"
  68. 11,, lodctr.exe, 1,,"rsvp.ini"