mirror of https://github.com/tongzx/nt5src
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.
1319 lines
91 KiB
1319 lines
91 KiB
<?xml version="1.0" encoding="UTF-16"?>
|
|
<!DOCTYPE DCARRIER SYSTEM "Mantis.DTD">
|
|
|
|
<DCARRIER
|
|
CarrierRevision="1"
|
|
DTDRevision="16"
|
|
>
|
|
<TASKS
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </TASKS>
|
|
|
|
<PLATFORMS
|
|
Context="1"
|
|
> </PLATFORMS>
|
|
|
|
<REPOSITORIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </REPOSITORIES>
|
|
|
|
<GROUPS
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </GROUPS>
|
|
|
|
<COMPONENTS
|
|
Context="0"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<COMPONENT
|
|
ComponentVSGUID="{A2DEBE18-76A3-4442-A55C-AA69094EB35B}"
|
|
ComponentVIGUID="{B5B25A32-BF60-4B51-9A40-DE39B16B05A4}"
|
|
Revision="620"
|
|
RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
|
|
Visibility="1000"
|
|
MultiInstance="False"
|
|
Released="False"
|
|
Editable="True"
|
|
HTMLFinal="False"
|
|
IsMacro="False"
|
|
Opaque="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<HELPCONTEXT
|
|
src=".\loadperf.htm"
|
|
><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML DIR="LTR"><HEAD>
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
|
|
<TITLE>Loadperf</TITLE>
|
|
<STYLE TYPE="text/css">
|
|
<!--
|
|
BODY { font: normal 8pt Tahoma; background-color: #FFFFFF; }
|
|
P { font: normal 8pt Tahoma; }
|
|
.showhide { color: blue; text-decoration: underline; cursor: hand; }
|
|
.callout { font: normal 8pt Tahoma; background-color: #E0E0E0; padding: 10pt; }
|
|
.code { font: normal 8pt Courier New; }
|
|
UL { font: normal 8pt Tahoma; list-style: square outside; margin-left: 0.25in; }
|
|
OL { font: normal 8pt Tahoma; list-style: decimal outside; margin-left: 0.25in; }
|
|
H1 { font: bold 12pt Tahoma; margin-bottom: -12pt; }
|
|
H2 { font: bold 10pt Tahoma; margin-bottom: -12pt; }
|
|
H3 { font: bold 8pt Tahoma; margin-bottom: -12pt; }
|
|
H4 { font: italic 8pt Tahoma; margin-bottom: -12pt; }
|
|
TABLE { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
CAPTION { font: bold 8pt Tahoma; text-align: left; padding: 2px; }
|
|
THEAD { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
|
|
TH { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
|
|
TBODY { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
TD { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
TR { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
|
|
CODE { font-family: Courier New; }
|
|
TT { font-family: Courier New; }
|
|
KBD { font-family: Courier New; font-weight: bold; }
|
|
VAR { font-family: Courier New; font-style: italic; }
|
|
EM { font-style: italic; }
|
|
I { font-style: italic; }
|
|
STRONG { font-weight: bold; }
|
|
B { font-weight: bold; }
|
|
-->
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY TOPMARGIN="0">
|
|
|
|
The Loadperf component provides the base functionality necessary to install and uninstall extensible performance counter dynamic-link libraries (DLLs). It is used when performance counters need to be exposed. </P>
|
|
|
|
<P>This component contains the following files:
|
|
|
|
<UL>
|
|
<LI>Loadperf.dll. This is the helper .dll file that manipulates the performance registry. </li>
|
|
|
|
<LI>Lodctr.exe and Unlodctr.exe. These executable files are command-line tools which load and unload extension performance counter DLLs.</li>
|
|
|
|
<LI>Perfc009.dat and Perfh009.dat. These file system files reflect the current state of the performance registry.</li>
|
|
|
|
<LI>Perfd009.dat and Perfi009.dat. These file system files reflect the initial state of the performance registry.</li>
|
|
</UL>
|
|
|
|
<P>Loadperf.dll can be used to install or remove extension performance counter DLLs, back up or restore the performance registry, and update system base performance counters. </P>
|
|
|
|
<P>Perfc009.dat and Perfh009.dat reflect the counters that have been installed on the system since the operating system was installed, while Perfd009.dat and Perfi009.dat contain only the counters that were initially installed during the installation of the operating system.</P>
|
|
|
|
<H3>Component Configuration</H3>
|
|
|
|
<P>There are no configuration requirements for this component. </P>
|
|
|
|
<H3>For More Information </H3>
|
|
|
|
<P>For more information, see the Platform software development kit (SDK) documentation at this <A HREF="http://msdn.microsoft.com/library">Microsoft Web site</A>. </P>
|
|
|
|
</BODY>
|
|
</HTML>
|
|
]]></HELPCONTEXT>
|
|
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </PROPERTIES>
|
|
|
|
<RESOURCES
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<RESOURCE
|
|
Name="File(819):"%11%","loadperf.dll""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>loadperf.dll</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","lodctr.exe""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>lodctr.exe</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","unlodctr.exe""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>unlodctr.exe</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","MSVCRT.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>MSVCRT.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","KERNEL32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>KERNEL32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","ADVAPI32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ADVAPI32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","ole32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ole32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","USER32.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>USER32.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","Base Index""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Base Index</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1847</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","ExtCounterTestLevel""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>ExtCounterTestLevel</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","Last Counter""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Last Counter</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1846</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","Last Help""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Last Help</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1847</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib","Version""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>Version</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>65537</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009","""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Binary"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>3</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","perfc009.dat""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfc009.dat</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","perfd009.dat""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfd009.dat</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","perfh009.dat""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfh009.dat</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="File(819):"%11%","perfi009.dat""
|
|
ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="DstPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DstName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfi009.dat</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="NoExpand"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","perfdisk.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfdisk.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","perfproc.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfproc.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","perfos.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfos.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","perfnet.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfnet.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RawDep(819):"File","perfctrs.dll""
|
|
ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="RawType"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>File</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Value"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>perfctrs.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="FBRegDLL(819):"%11%\lodctr.exe","""
|
|
ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="Arguments"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>/c:perfd009.dat /h:perfi009.dat /l:009</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLEntryPoint"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
></PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLInstall"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="DLLRegister"
|
|
Format="Boolean"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>False</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="FilePath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%11%\lodctr.exe</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Flags"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="Timeout"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>0</PROPERTY>
|
|
</PROPERTIES>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf","EventMessageFile""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>2</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>EventMessageFile</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>%SystemRoot%\System32\loadperf.dll</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf\EventMessageFile</DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
|
|
<RESOURCE
|
|
Name="RegKey(819):"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf","TypesSupported""
|
|
ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
|
|
BuildTypeMask="819"
|
|
BuildOrder="1000"
|
|
Localize="False"
|
|
Disabled="False"
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
>
|
|
<PROPERTIES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>
|
|
<PROPERTY
|
|
Name="ComponentVSGUID"
|
|
Format="GUID"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>{00000000-0000-0000-0000-000000000000}</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="KeyPath"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegCond"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegOp"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>1</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegType"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>4</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="ValueName"
|
|
Format="String"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>TypesSupported</PROPERTY>
|
|
|
|
<PROPERTY
|
|
Name="RegValue"
|
|
Format="Integer"
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
>7</PROPERTY>
|
|
</PROPERTIES>
|
|
|
|
<DISPLAYNAME>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf\TypesSupported</DISPLAYNAME>
|
|
|
|
<DESCRIPTION></DESCRIPTION>
|
|
</RESOURCE>
|
|
</RESOURCES>
|
|
|
|
<GROUPMEMBERS
|
|
>
|
|
<GROUPMEMBER
|
|
GroupVSGUID="{E01B4103-3883-4FE8-992F-10566E7B796C}"
|
|
></GROUPMEMBER>
|
|
|
|
<GROUPMEMBER
|
|
GroupVSGUID="{D7523171-4196-45C3-BA4A-46ECD881D49B}"
|
|
></GROUPMEMBER>
|
|
</GROUPMEMBERS>
|
|
|
|
<DEPENDENCIES
|
|
Context="1"
|
|
PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
|
|
> </DEPENDENCIES>
|
|
|
|
<DISPLAYNAME>Performance Counter Configuration</DISPLAYNAME>
|
|
|
|
<VERSION>1.0</VERSION>
|
|
|
|
<DESCRIPTION>Tools, initial registry state, and DLL to setup performance counter DLLs.</DESCRIPTION>
|
|
|
|
<COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
|
|
|
|
<VENDOR>Microsoft Corp.</VENDOR>
|
|
|
|
<OWNERS>jenlc</OWNERS>
|
|
|
|
<AUTHORS>jenlc</AUTHORS>
|
|
|
|
<DATECREATED>7/18/2001</DATECREATED>
|
|
|
|
<DATEREVISED>10/28/2001 7:36:22 PM</DATEREVISED>
|
|
</COMPONENT>
|
|
</COMPONENTS>
|
|
|
|
<RESTYPES
|
|
Context="1"
|
|
PlatformGUID="{00000000-0000-0000-0000-000000000000}"
|
|
> </RESTYPES>
|
|
</DCARRIER>
|