|
|
; -- NETACS.INX -- ; ; Admission Contol Service (ACS). ; ; Copyright (c) 1993-1999, Microsoft Corporation
[Version] Signature = "$Windows NT$" LayoutFile = layout.inf Provider = %Msft%
[ACS] Uninstall = ACS.Remove StartServices = RSVP DependOnComponents = MS_TCPIP AddReg = ACS.AddReg ProfileItems = ACS.Shortcut.Add RegisterDlls = ACS.Register.Add
[ACS.Remove] DelReg = ACS.DelReg ProfileItems = ACS.Shortcut.Remove UnregisterDlls = ACS.Register.Remove
[ACS.SNMPAgent] AddAgent = ACS.AddSNMPAgent
[ACS.Remove.SNMPAgent] DelAgent = ACS.Remove.DelSNMPAgent
[ACS.AddSNMPAgent] ServiceName = "RSVP" AgentName = "ACS" AgentPath = "%SystemRoot%\System32\acsmib.dll"
[ACS.Remove.DelSNMPAgent] AgentName = "ACS"
[ACS.AddReg] HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "RunAsAcsService", 0x00010001, 1 HKLM, "System\CurrentControlSet\Services\Rsvp\PCM Config", "ActiveLPMs", 0x00010000, "MSIDLPM.DLL" HKLM, "System\CurrentControlSet\Services\Rsvp\MSIDLPM", , 0x10 HKLM, "System\CurrentControlSet\Services\Rsvp\Performance", "Open", , "OpenRsvpPerformanceData" HKLM, "System\CurrentControlSet\Services\Rsvp\Performance", "Close", , "CloseRsvpPerformanceData" HKLM, "System\CurrentControlSet\Services\Rsvp\Performance", "Collect", , "CollectRsvpPerformanceData" HKLM, "System\CurrentControlSet\Services\Rsvp\Performance", "Library", 0x00020000, "%%SystemRoot%%\System32\rsvpperf.dll"
[ACS.DelReg] HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Enable tracing" HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Eventlog level" HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Max size of tracefiles" HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Max number of tracefiles to use" HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "Directory to store tracefiles" HKLM, "System\CurrentControlSet\Services\Rsvp\Parameters", "RunAsAcsService" HKLM, "System\CurrentControlSet\Services\Rsvp\PCM Config" HKLM, "System\CurrentControlSet\Services\Rsvp\MSIDLPM"
[ACS.Shortcut.Add] Name = %ACS_Desc% SubDir = %ACS_Admin_Group% CmdLine = 11,,"acssnap.msc /s" IconPath = 11,,acssnap.dll IconIndex = 0 InfoTip = "@%11%\acssnap.dll,-5022" DisplayResource = "%11%\acssnap.dll",5023
[ACS.Shortcut.Remove] Name = %ACS_Desc%, 0x2 SubDir = %ACS_Admin_Group%
// Unloading and loading counters will inform WMI to reload the counters to detect // ACS policy counters [ACS.Register.Add] 11,, acsetups.exe, 1 11,, unlodctr.exe, 1,,"RSVP" 11,, lodctr.exe, 1,,"rsvp.ini"
[ACS.Register.Remove] 11,, acsetups.exe, 1 11,, unlodctr.exe, 1,,"RSVP" 11,, lodctr.exe, 1,,"rsvp.ini"
|