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.

1319 lines
91 KiB

  1. ��<?xml version="1.0" encoding="UTF-16"?>
  2. <!DOCTYPE DCARRIER SYSTEM "Mantis.DTD">
  3. <DCARRIER
  4. CarrierRevision="1"
  5. DTDRevision="16"
  6. >
  7. <TASKS
  8. Context="1"
  9. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  10. > </TASKS>
  11. <PLATFORMS
  12. Context="1"
  13. > </PLATFORMS>
  14. <REPOSITORIES
  15. Context="1"
  16. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  17. > </REPOSITORIES>
  18. <GROUPS
  19. Context="1"
  20. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  21. > </GROUPS>
  22. <COMPONENTS
  23. Context="0"
  24. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  25. >
  26. <COMPONENT
  27. ComponentVSGUID="{A2DEBE18-76A3-4442-A55C-AA69094EB35B}"
  28. ComponentVIGUID="{B5B25A32-BF60-4B51-9A40-DE39B16B05A4}"
  29. Revision="620"
  30. RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
  31. Visibility="1000"
  32. MultiInstance="False"
  33. Released="False"
  34. Editable="True"
  35. HTMLFinal="False"
  36. IsMacro="False"
  37. Opaque="False"
  38. Context="1"
  39. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  40. >
  41. <HELPCONTEXT
  42. src=".\loadperf.htm"
  43. ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  44. <HTML DIR="LTR"><HEAD>
  45. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  46. <TITLE>Loadperf</TITLE>
  47. <STYLE TYPE="text/css">
  48. <!--
  49. BODY { font: normal 8pt Tahoma; background-color: #FFFFFF; }
  50. P { font: normal 8pt Tahoma; }
  51. .showhide { color: blue; text-decoration: underline; cursor: hand; }
  52. .callout { font: normal 8pt Tahoma; background-color: #E0E0E0; padding: 10pt; }
  53. .code { font: normal 8pt Courier New; }
  54. UL { font: normal 8pt Tahoma; list-style: square outside; margin-left: 0.25in; }
  55. OL { font: normal 8pt Tahoma; list-style: decimal outside; margin-left: 0.25in; }
  56. H1 { font: bold 12pt Tahoma; margin-bottom: -12pt; }
  57. H2 { font: bold 10pt Tahoma; margin-bottom: -12pt; }
  58. H3 { font: bold 8pt Tahoma; margin-bottom: -12pt; }
  59. H4 { font: italic 8pt Tahoma; margin-bottom: -12pt; }
  60. TABLE { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  61. CAPTION { font: bold 8pt Tahoma; text-align: left; padding: 2px; }
  62. THEAD { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
  63. TH { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
  64. TBODY { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  65. TD { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  66. TR { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  67. CODE { font-family: Courier New; }
  68. TT { font-family: Courier New; }
  69. KBD { font-family: Courier New; font-weight: bold; }
  70. VAR { font-family: Courier New; font-style: italic; }
  71. EM { font-style: italic; }
  72. I { font-style: italic; }
  73. STRONG { font-weight: bold; }
  74. B { font-weight: bold; }
  75. -->
  76. </STYLE>
  77. </HEAD>
  78. <BODY TOPMARGIN="0">
  79. 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>
  80. <P>This component contains the following files:
  81. <UL>
  82. <LI>Loadperf.dll. This is the helper .dll file that manipulates the performance registry. </li>
  83. <LI>Lodctr.exe and Unlodctr.exe. These executable files are command-line tools which load and unload extension performance counter DLLs.</li>
  84. <LI>Perfc009.dat and Perfh009.dat. These file system files reflect the current state of the performance registry.</li>
  85. <LI>Perfd009.dat and Perfi009.dat. These file system files reflect the initial state of the performance registry.</li>
  86. </UL>
  87. <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>
  88. <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>
  89. <H3>Component Configuration</H3>
  90. <P>There are no configuration requirements for this component. </P>
  91. <H3>For More Information </H3>
  92. <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>
  93. </BODY>
  94. </HTML>
  95. ]]></HELPCONTEXT>
  96. <PROPERTIES
  97. Context="1"
  98. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  99. > </PROPERTIES>
  100. <RESOURCES
  101. Context="1"
  102. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  103. >
  104. <RESOURCE
  105. Name="File(819):&quot;%11%&quot;,&quot;loadperf.dll&quot;"
  106. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  107. BuildTypeMask="819"
  108. BuildOrder="1000"
  109. Localize="False"
  110. Disabled="False"
  111. Context="1"
  112. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  113. >
  114. <PROPERTIES
  115. Context="1"
  116. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  117. >
  118. <PROPERTY
  119. Name="DstPath"
  120. Format="String"
  121. Context="1"
  122. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  123. >%11%</PROPERTY>
  124. <PROPERTY
  125. Name="DstName"
  126. Format="String"
  127. Context="1"
  128. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  129. >loadperf.dll</PROPERTY>
  130. <PROPERTY
  131. Name="NoExpand"
  132. Format="Boolean"
  133. Context="1"
  134. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  135. >False</PROPERTY>
  136. </PROPERTIES>
  137. </RESOURCE>
  138. <RESOURCE
  139. Name="File(819):&quot;%11%&quot;,&quot;lodctr.exe&quot;"
  140. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  141. BuildTypeMask="819"
  142. BuildOrder="1000"
  143. Localize="False"
  144. Disabled="False"
  145. Context="1"
  146. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  147. >
  148. <PROPERTIES
  149. Context="1"
  150. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  151. >
  152. <PROPERTY
  153. Name="DstPath"
  154. Format="String"
  155. Context="1"
  156. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  157. >%11%</PROPERTY>
  158. <PROPERTY
  159. Name="DstName"
  160. Format="String"
  161. Context="1"
  162. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  163. >lodctr.exe</PROPERTY>
  164. <PROPERTY
  165. Name="NoExpand"
  166. Format="Boolean"
  167. Context="1"
  168. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  169. >False</PROPERTY>
  170. </PROPERTIES>
  171. </RESOURCE>
  172. <RESOURCE
  173. Name="File(819):&quot;%11%&quot;,&quot;unlodctr.exe&quot;"
  174. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  175. BuildTypeMask="819"
  176. BuildOrder="1000"
  177. Localize="False"
  178. Disabled="False"
  179. Context="1"
  180. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  181. >
  182. <PROPERTIES
  183. Context="1"
  184. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  185. >
  186. <PROPERTY
  187. Name="DstPath"
  188. Format="String"
  189. Context="1"
  190. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  191. >%11%</PROPERTY>
  192. <PROPERTY
  193. Name="DstName"
  194. Format="String"
  195. Context="1"
  196. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  197. >unlodctr.exe</PROPERTY>
  198. <PROPERTY
  199. Name="NoExpand"
  200. Format="Boolean"
  201. Context="1"
  202. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  203. >False</PROPERTY>
  204. </PROPERTIES>
  205. </RESOURCE>
  206. <RESOURCE
  207. Name="RawDep(819):&quot;File&quot;,&quot;MSVCRT.dll&quot;"
  208. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  209. BuildTypeMask="819"
  210. BuildOrder="1000"
  211. Localize="False"
  212. Disabled="False"
  213. Context="1"
  214. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  215. >
  216. <PROPERTIES
  217. Context="1"
  218. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  219. >
  220. <PROPERTY
  221. Name="RawType"
  222. Format="String"
  223. Context="1"
  224. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  225. >File</PROPERTY>
  226. <PROPERTY
  227. Name="Value"
  228. Format="String"
  229. Context="1"
  230. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  231. >MSVCRT.dll</PROPERTY>
  232. </PROPERTIES>
  233. </RESOURCE>
  234. <RESOURCE
  235. Name="RawDep(819):&quot;File&quot;,&quot;KERNEL32.dll&quot;"
  236. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  237. BuildTypeMask="819"
  238. BuildOrder="1000"
  239. Localize="False"
  240. Disabled="False"
  241. Context="1"
  242. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  243. >
  244. <PROPERTIES
  245. Context="1"
  246. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  247. >
  248. <PROPERTY
  249. Name="RawType"
  250. Format="String"
  251. Context="1"
  252. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  253. >File</PROPERTY>
  254. <PROPERTY
  255. Name="Value"
  256. Format="String"
  257. Context="1"
  258. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  259. >KERNEL32.dll</PROPERTY>
  260. </PROPERTIES>
  261. </RESOURCE>
  262. <RESOURCE
  263. Name="RawDep(819):&quot;File&quot;,&quot;ADVAPI32.dll&quot;"
  264. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  265. BuildTypeMask="819"
  266. BuildOrder="1000"
  267. Localize="False"
  268. Disabled="False"
  269. Context="1"
  270. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  271. >
  272. <PROPERTIES
  273. Context="1"
  274. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  275. >
  276. <PROPERTY
  277. Name="RawType"
  278. Format="String"
  279. Context="1"
  280. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  281. >File</PROPERTY>
  282. <PROPERTY
  283. Name="Value"
  284. Format="String"
  285. Context="1"
  286. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  287. >ADVAPI32.dll</PROPERTY>
  288. </PROPERTIES>
  289. </RESOURCE>
  290. <RESOURCE
  291. Name="RawDep(819):&quot;File&quot;,&quot;ole32.dll&quot;"
  292. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  293. BuildTypeMask="819"
  294. BuildOrder="1000"
  295. Localize="False"
  296. Disabled="False"
  297. Context="1"
  298. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  299. >
  300. <PROPERTIES
  301. Context="1"
  302. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  303. >
  304. <PROPERTY
  305. Name="RawType"
  306. Format="String"
  307. Context="1"
  308. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  309. >File</PROPERTY>
  310. <PROPERTY
  311. Name="Value"
  312. Format="String"
  313. Context="1"
  314. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  315. >ole32.dll</PROPERTY>
  316. </PROPERTIES>
  317. </RESOURCE>
  318. <RESOURCE
  319. Name="RawDep(819):&quot;File&quot;,&quot;USER32.dll&quot;"
  320. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  321. BuildTypeMask="819"
  322. BuildOrder="1000"
  323. Localize="False"
  324. Disabled="False"
  325. Context="1"
  326. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  327. >
  328. <PROPERTIES
  329. Context="1"
  330. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  331. >
  332. <PROPERTY
  333. Name="RawType"
  334. Format="String"
  335. Context="1"
  336. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  337. >File</PROPERTY>
  338. <PROPERTY
  339. Name="Value"
  340. Format="String"
  341. Context="1"
  342. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  343. >USER32.dll</PROPERTY>
  344. </PROPERTIES>
  345. </RESOURCE>
  346. <RESOURCE
  347. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib&quot;"
  348. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  349. BuildTypeMask="819"
  350. BuildOrder="1000"
  351. Localize="False"
  352. Disabled="False"
  353. Context="1"
  354. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  355. >
  356. <PROPERTIES
  357. Context="1"
  358. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  359. >
  360. <PROPERTY
  361. Name="KeyPath"
  362. Format="String"
  363. Context="1"
  364. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  365. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
  366. <PROPERTY
  367. Name="RegType"
  368. Format="Integer"
  369. Context="1"
  370. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  371. >1</PROPERTY>
  372. <PROPERTY
  373. Name="RegOp"
  374. Format="Integer"
  375. Context="1"
  376. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  377. >1</PROPERTY>
  378. <PROPERTY
  379. Name="RegCond"
  380. Format="Integer"
  381. Context="1"
  382. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  383. >1</PROPERTY>
  384. </PROPERTIES>
  385. </RESOURCE>
  386. <RESOURCE
  387. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib&quot;,&quot;Base Index&quot;"
  388. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  389. BuildTypeMask="819"
  390. BuildOrder="1000"
  391. Localize="False"
  392. Disabled="False"
  393. Context="1"
  394. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  395. >
  396. <PROPERTIES
  397. Context="1"
  398. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  399. >
  400. <PROPERTY
  401. Name="KeyPath"
  402. Format="String"
  403. Context="1"
  404. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  405. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
  406. <PROPERTY
  407. Name="ValueName"
  408. Format="String"
  409. Context="1"
  410. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  411. >Base Index</PROPERTY>
  412. <PROPERTY
  413. Name="RegValue"
  414. Format="Integer"
  415. Context="1"
  416. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  417. >1847</PROPERTY>
  418. <PROPERTY
  419. Name="RegType"
  420. Format="Integer"
  421. Context="1"
  422. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  423. >4</PROPERTY>
  424. <PROPERTY
  425. Name="RegOp"
  426. Format="Integer"
  427. Context="1"
  428. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  429. >1</PROPERTY>
  430. <PROPERTY
  431. Name="RegCond"
  432. Format="Integer"
  433. Context="1"
  434. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  435. >1</PROPERTY>
  436. </PROPERTIES>
  437. </RESOURCE>
  438. <RESOURCE
  439. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib&quot;,&quot;ExtCounterTestLevel&quot;"
  440. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  441. BuildTypeMask="819"
  442. BuildOrder="1000"
  443. Localize="False"
  444. Disabled="False"
  445. Context="1"
  446. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  447. >
  448. <PROPERTIES
  449. Context="1"
  450. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  451. >
  452. <PROPERTY
  453. Name="KeyPath"
  454. Format="String"
  455. Context="1"
  456. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  457. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
  458. <PROPERTY
  459. Name="ValueName"
  460. Format="String"
  461. Context="1"
  462. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  463. >ExtCounterTestLevel</PROPERTY>
  464. <PROPERTY
  465. Name="RegValue"
  466. Format="Integer"
  467. Context="1"
  468. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  469. >4</PROPERTY>
  470. <PROPERTY
  471. Name="RegType"
  472. Format="Integer"
  473. Context="1"
  474. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  475. >4</PROPERTY>
  476. <PROPERTY
  477. Name="RegOp"
  478. Format="Integer"
  479. Context="1"
  480. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  481. >1</PROPERTY>
  482. <PROPERTY
  483. Name="RegCond"
  484. Format="Integer"
  485. Context="1"
  486. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  487. >1</PROPERTY>
  488. </PROPERTIES>
  489. </RESOURCE>
  490. <RESOURCE
  491. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib&quot;,&quot;Last Counter&quot;"
  492. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  493. BuildTypeMask="819"
  494. BuildOrder="1000"
  495. Localize="False"
  496. Disabled="False"
  497. Context="1"
  498. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  499. >
  500. <PROPERTIES
  501. Context="1"
  502. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  503. >
  504. <PROPERTY
  505. Name="KeyPath"
  506. Format="String"
  507. Context="1"
  508. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  509. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
  510. <PROPERTY
  511. Name="ValueName"
  512. Format="String"
  513. Context="1"
  514. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  515. >Last Counter</PROPERTY>
  516. <PROPERTY
  517. Name="RegValue"
  518. Format="Integer"
  519. Context="1"
  520. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  521. >1846</PROPERTY>
  522. <PROPERTY
  523. Name="RegType"
  524. Format="Integer"
  525. Context="1"
  526. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  527. >4</PROPERTY>
  528. <PROPERTY
  529. Name="RegOp"
  530. Format="Integer"
  531. Context="1"
  532. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  533. >3</PROPERTY>
  534. <PROPERTY
  535. Name="RegCond"
  536. Format="Integer"
  537. Context="1"
  538. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  539. >1</PROPERTY>
  540. </PROPERTIES>
  541. </RESOURCE>
  542. <RESOURCE
  543. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib&quot;,&quot;Last Help&quot;"
  544. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  545. BuildTypeMask="819"
  546. BuildOrder="1000"
  547. Localize="False"
  548. Disabled="False"
  549. Context="1"
  550. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  551. >
  552. <PROPERTIES
  553. Context="1"
  554. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  555. >
  556. <PROPERTY
  557. Name="KeyPath"
  558. Format="String"
  559. Context="1"
  560. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  561. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
  562. <PROPERTY
  563. Name="ValueName"
  564. Format="String"
  565. Context="1"
  566. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  567. >Last Help</PROPERTY>
  568. <PROPERTY
  569. Name="RegValue"
  570. Format="Integer"
  571. Context="1"
  572. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  573. >1847</PROPERTY>
  574. <PROPERTY
  575. Name="RegType"
  576. Format="Integer"
  577. Context="1"
  578. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  579. >4</PROPERTY>
  580. <PROPERTY
  581. Name="RegOp"
  582. Format="Integer"
  583. Context="1"
  584. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  585. >3</PROPERTY>
  586. <PROPERTY
  587. Name="RegCond"
  588. Format="Integer"
  589. Context="1"
  590. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  591. >1</PROPERTY>
  592. </PROPERTIES>
  593. </RESOURCE>
  594. <RESOURCE
  595. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib&quot;,&quot;Version&quot;"
  596. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  597. BuildTypeMask="819"
  598. BuildOrder="1000"
  599. Localize="False"
  600. Disabled="False"
  601. Context="1"
  602. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  603. >
  604. <PROPERTIES
  605. Context="1"
  606. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  607. >
  608. <PROPERTY
  609. Name="KeyPath"
  610. Format="String"
  611. Context="1"
  612. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  613. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib</PROPERTY>
  614. <PROPERTY
  615. Name="ValueName"
  616. Format="String"
  617. Context="1"
  618. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  619. >Version</PROPERTY>
  620. <PROPERTY
  621. Name="RegValue"
  622. Format="Integer"
  623. Context="1"
  624. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  625. >65537</PROPERTY>
  626. <PROPERTY
  627. Name="RegType"
  628. Format="Integer"
  629. Context="1"
  630. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  631. >4</PROPERTY>
  632. <PROPERTY
  633. Name="RegOp"
  634. Format="Integer"
  635. Context="1"
  636. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  637. >1</PROPERTY>
  638. <PROPERTY
  639. Name="RegCond"
  640. Format="Integer"
  641. Context="1"
  642. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  643. >1</PROPERTY>
  644. </PROPERTIES>
  645. </RESOURCE>
  646. <RESOURCE
  647. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009&quot;,&quot;&quot;"
  648. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  649. BuildTypeMask="819"
  650. BuildOrder="1000"
  651. Localize="False"
  652. Disabled="False"
  653. Context="1"
  654. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  655. >
  656. <PROPERTIES
  657. Context="1"
  658. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  659. >
  660. <PROPERTY
  661. Name="KeyPath"
  662. Format="String"
  663. Context="1"
  664. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  665. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009</PROPERTY>
  666. <PROPERTY
  667. Name="ValueName"
  668. Format="String"
  669. Context="1"
  670. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  671. ></PROPERTY>
  672. <PROPERTY
  673. Name="RegValue"
  674. Format="Binary"
  675. Context="1"
  676. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  677. ></PROPERTY>
  678. <PROPERTY
  679. Name="RegType"
  680. Format="Integer"
  681. Context="1"
  682. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  683. >3</PROPERTY>
  684. <PROPERTY
  685. Name="RegOp"
  686. Format="Integer"
  687. Context="1"
  688. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  689. >1</PROPERTY>
  690. <PROPERTY
  691. Name="RegCond"
  692. Format="Integer"
  693. Context="1"
  694. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  695. >1</PROPERTY>
  696. </PROPERTIES>
  697. </RESOURCE>
  698. <RESOURCE
  699. Name="File(819):&quot;%11%&quot;,&quot;perfc009.dat&quot;"
  700. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  701. BuildTypeMask="819"
  702. BuildOrder="1000"
  703. Localize="False"
  704. Disabled="False"
  705. Context="1"
  706. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  707. >
  708. <PROPERTIES
  709. Context="1"
  710. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  711. >
  712. <PROPERTY
  713. Name="DstPath"
  714. Format="String"
  715. Context="1"
  716. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  717. >%11%</PROPERTY>
  718. <PROPERTY
  719. Name="DstName"
  720. Format="String"
  721. Context="1"
  722. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  723. >perfc009.dat</PROPERTY>
  724. <PROPERTY
  725. Name="NoExpand"
  726. Format="Boolean"
  727. Context="1"
  728. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  729. >False</PROPERTY>
  730. </PROPERTIES>
  731. </RESOURCE>
  732. <RESOURCE
  733. Name="File(819):&quot;%11%&quot;,&quot;perfd009.dat&quot;"
  734. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  735. BuildTypeMask="819"
  736. BuildOrder="1000"
  737. Localize="False"
  738. Disabled="False"
  739. Context="1"
  740. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  741. >
  742. <PROPERTIES
  743. Context="1"
  744. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  745. >
  746. <PROPERTY
  747. Name="DstPath"
  748. Format="String"
  749. Context="1"
  750. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  751. >%11%</PROPERTY>
  752. <PROPERTY
  753. Name="DstName"
  754. Format="String"
  755. Context="1"
  756. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  757. >perfd009.dat</PROPERTY>
  758. <PROPERTY
  759. Name="NoExpand"
  760. Format="Boolean"
  761. Context="1"
  762. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  763. >False</PROPERTY>
  764. </PROPERTIES>
  765. </RESOURCE>
  766. <RESOURCE
  767. Name="File(819):&quot;%11%&quot;,&quot;perfh009.dat&quot;"
  768. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  769. BuildTypeMask="819"
  770. BuildOrder="1000"
  771. Localize="False"
  772. Disabled="False"
  773. Context="1"
  774. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  775. >
  776. <PROPERTIES
  777. Context="1"
  778. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  779. >
  780. <PROPERTY
  781. Name="DstPath"
  782. Format="String"
  783. Context="1"
  784. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  785. >%11%</PROPERTY>
  786. <PROPERTY
  787. Name="DstName"
  788. Format="String"
  789. Context="1"
  790. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  791. >perfh009.dat</PROPERTY>
  792. <PROPERTY
  793. Name="NoExpand"
  794. Format="Boolean"
  795. Context="1"
  796. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  797. >False</PROPERTY>
  798. </PROPERTIES>
  799. </RESOURCE>
  800. <RESOURCE
  801. Name="File(819):&quot;%11%&quot;,&quot;perfi009.dat&quot;"
  802. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  803. BuildTypeMask="819"
  804. BuildOrder="1000"
  805. Localize="False"
  806. Disabled="False"
  807. Context="1"
  808. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  809. >
  810. <PROPERTIES
  811. Context="1"
  812. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  813. >
  814. <PROPERTY
  815. Name="DstPath"
  816. Format="String"
  817. Context="1"
  818. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  819. >%11%</PROPERTY>
  820. <PROPERTY
  821. Name="DstName"
  822. Format="String"
  823. Context="1"
  824. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  825. >perfi009.dat</PROPERTY>
  826. <PROPERTY
  827. Name="NoExpand"
  828. Format="Boolean"
  829. Context="1"
  830. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  831. >False</PROPERTY>
  832. </PROPERTIES>
  833. </RESOURCE>
  834. <RESOURCE
  835. Name="RawDep(819):&quot;File&quot;,&quot;perfdisk.dll&quot;"
  836. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  837. BuildTypeMask="819"
  838. BuildOrder="1000"
  839. Localize="False"
  840. Disabled="False"
  841. Context="1"
  842. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  843. >
  844. <PROPERTIES
  845. Context="1"
  846. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  847. >
  848. <PROPERTY
  849. Name="RawType"
  850. Format="String"
  851. Context="1"
  852. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  853. >File</PROPERTY>
  854. <PROPERTY
  855. Name="Value"
  856. Format="String"
  857. Context="1"
  858. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  859. >perfdisk.dll</PROPERTY>
  860. </PROPERTIES>
  861. </RESOURCE>
  862. <RESOURCE
  863. Name="RawDep(819):&quot;File&quot;,&quot;perfproc.dll&quot;"
  864. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  865. BuildTypeMask="819"
  866. BuildOrder="1000"
  867. Localize="False"
  868. Disabled="False"
  869. Context="1"
  870. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  871. >
  872. <PROPERTIES
  873. Context="1"
  874. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  875. >
  876. <PROPERTY
  877. Name="RawType"
  878. Format="String"
  879. Context="1"
  880. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  881. >File</PROPERTY>
  882. <PROPERTY
  883. Name="Value"
  884. Format="String"
  885. Context="1"
  886. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  887. >perfproc.dll</PROPERTY>
  888. </PROPERTIES>
  889. </RESOURCE>
  890. <RESOURCE
  891. Name="RawDep(819):&quot;File&quot;,&quot;perfos.dll&quot;"
  892. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  893. BuildTypeMask="819"
  894. BuildOrder="1000"
  895. Localize="False"
  896. Disabled="False"
  897. Context="1"
  898. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  899. >
  900. <PROPERTIES
  901. Context="1"
  902. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  903. >
  904. <PROPERTY
  905. Name="RawType"
  906. Format="String"
  907. Context="1"
  908. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  909. >File</PROPERTY>
  910. <PROPERTY
  911. Name="Value"
  912. Format="String"
  913. Context="1"
  914. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  915. >perfos.dll</PROPERTY>
  916. </PROPERTIES>
  917. </RESOURCE>
  918. <RESOURCE
  919. Name="RawDep(819):&quot;File&quot;,&quot;perfnet.dll&quot;"
  920. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  921. BuildTypeMask="819"
  922. BuildOrder="1000"
  923. Localize="False"
  924. Disabled="False"
  925. Context="1"
  926. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  927. >
  928. <PROPERTIES
  929. Context="1"
  930. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  931. >
  932. <PROPERTY
  933. Name="RawType"
  934. Format="String"
  935. Context="1"
  936. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  937. >File</PROPERTY>
  938. <PROPERTY
  939. Name="Value"
  940. Format="String"
  941. Context="1"
  942. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  943. >perfnet.dll</PROPERTY>
  944. </PROPERTIES>
  945. </RESOURCE>
  946. <RESOURCE
  947. Name="RawDep(819):&quot;File&quot;,&quot;perfctrs.dll&quot;"
  948. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  949. BuildTypeMask="819"
  950. BuildOrder="1000"
  951. Localize="False"
  952. Disabled="False"
  953. Context="1"
  954. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  955. >
  956. <PROPERTIES
  957. Context="1"
  958. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  959. >
  960. <PROPERTY
  961. Name="RawType"
  962. Format="String"
  963. Context="1"
  964. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  965. >File</PROPERTY>
  966. <PROPERTY
  967. Name="Value"
  968. Format="String"
  969. Context="1"
  970. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  971. >perfctrs.dll</PROPERTY>
  972. </PROPERTIES>
  973. </RESOURCE>
  974. <RESOURCE
  975. Name="FBRegDLL(819):&quot;%11%\lodctr.exe&quot;,&quot;&quot;"
  976. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  977. BuildTypeMask="819"
  978. BuildOrder="1000"
  979. Localize="False"
  980. Disabled="False"
  981. Context="1"
  982. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  983. >
  984. <PROPERTIES
  985. Context="1"
  986. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  987. >
  988. <PROPERTY
  989. Name="Arguments"
  990. Format="String"
  991. Context="1"
  992. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  993. >/c:perfd009.dat /h:perfi009.dat /l:009</PROPERTY>
  994. <PROPERTY
  995. Name="DLLEntryPoint"
  996. Format="String"
  997. Context="1"
  998. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  999. ></PROPERTY>
  1000. <PROPERTY
  1001. Name="DLLInstall"
  1002. Format="Boolean"
  1003. Context="1"
  1004. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1005. >False</PROPERTY>
  1006. <PROPERTY
  1007. Name="DLLRegister"
  1008. Format="Boolean"
  1009. Context="1"
  1010. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1011. >False</PROPERTY>
  1012. <PROPERTY
  1013. Name="FilePath"
  1014. Format="String"
  1015. Context="1"
  1016. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1017. >%11%\lodctr.exe</PROPERTY>
  1018. <PROPERTY
  1019. Name="Flags"
  1020. Format="Integer"
  1021. Context="1"
  1022. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1023. >0</PROPERTY>
  1024. <PROPERTY
  1025. Name="Timeout"
  1026. Format="Integer"
  1027. Context="1"
  1028. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1029. >0</PROPERTY>
  1030. </PROPERTIES>
  1031. </RESOURCE>
  1032. <RESOURCE
  1033. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf&quot;,&quot;EventMessageFile&quot;"
  1034. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  1035. BuildTypeMask="819"
  1036. BuildOrder="1000"
  1037. Localize="False"
  1038. Disabled="False"
  1039. Context="1"
  1040. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1041. >
  1042. <PROPERTIES
  1043. Context="1"
  1044. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1045. >
  1046. <PROPERTY
  1047. Name="ComponentVSGUID"
  1048. Format="GUID"
  1049. Context="1"
  1050. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1051. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1052. <PROPERTY
  1053. Name="KeyPath"
  1054. Format="String"
  1055. Context="1"
  1056. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1057. >HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf</PROPERTY>
  1058. <PROPERTY
  1059. Name="RegCond"
  1060. Format="Integer"
  1061. Context="1"
  1062. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1063. >1</PROPERTY>
  1064. <PROPERTY
  1065. Name="RegOp"
  1066. Format="Integer"
  1067. Context="1"
  1068. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1069. >1</PROPERTY>
  1070. <PROPERTY
  1071. Name="RegType"
  1072. Format="Integer"
  1073. Context="1"
  1074. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1075. >2</PROPERTY>
  1076. <PROPERTY
  1077. Name="ValueName"
  1078. Format="String"
  1079. Context="1"
  1080. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1081. >EventMessageFile</PROPERTY>
  1082. <PROPERTY
  1083. Name="RegValue"
  1084. Format="String"
  1085. Context="1"
  1086. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1087. >%SystemRoot%\System32\loadperf.dll</PROPERTY>
  1088. </PROPERTIES>
  1089. <DISPLAYNAME>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf\EventMessageFile</DISPLAYNAME>
  1090. <DESCRIPTION></DESCRIPTION>
  1091. </RESOURCE>
  1092. <RESOURCE
  1093. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf&quot;,&quot;TypesSupported&quot;"
  1094. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  1095. BuildTypeMask="819"
  1096. BuildOrder="1000"
  1097. Localize="False"
  1098. Disabled="False"
  1099. Context="1"
  1100. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1101. >
  1102. <PROPERTIES
  1103. Context="1"
  1104. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1105. >
  1106. <PROPERTY
  1107. Name="ComponentVSGUID"
  1108. Format="GUID"
  1109. Context="1"
  1110. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1111. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1112. <PROPERTY
  1113. Name="KeyPath"
  1114. Format="String"
  1115. Context="1"
  1116. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1117. >HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf</PROPERTY>
  1118. <PROPERTY
  1119. Name="RegCond"
  1120. Format="Integer"
  1121. Context="1"
  1122. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1123. >1</PROPERTY>
  1124. <PROPERTY
  1125. Name="RegOp"
  1126. Format="Integer"
  1127. Context="1"
  1128. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1129. >1</PROPERTY>
  1130. <PROPERTY
  1131. Name="RegType"
  1132. Format="Integer"
  1133. Context="1"
  1134. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1135. >4</PROPERTY>
  1136. <PROPERTY
  1137. Name="ValueName"
  1138. Format="String"
  1139. Context="1"
  1140. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1141. >TypesSupported</PROPERTY>
  1142. <PROPERTY
  1143. Name="RegValue"
  1144. Format="Integer"
  1145. Context="1"
  1146. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1147. >7</PROPERTY>
  1148. </PROPERTIES>
  1149. <DISPLAYNAME>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\LoadPerf\TypesSupported</DISPLAYNAME>
  1150. <DESCRIPTION></DESCRIPTION>
  1151. </RESOURCE>
  1152. </RESOURCES>
  1153. <GROUPMEMBERS
  1154. >
  1155. <GROUPMEMBER
  1156. GroupVSGUID="{E01B4103-3883-4FE8-992F-10566E7B796C}"
  1157. ></GROUPMEMBER>
  1158. <GROUPMEMBER
  1159. GroupVSGUID="{D7523171-4196-45C3-BA4A-46ECD881D49B}"
  1160. ></GROUPMEMBER>
  1161. </GROUPMEMBERS>
  1162. <DEPENDENCIES
  1163. Context="1"
  1164. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1165. > </DEPENDENCIES>
  1166. <DISPLAYNAME>Performance Counter Configuration</DISPLAYNAME>
  1167. <VERSION>1.0</VERSION>
  1168. <DESCRIPTION>Tools, initial registry state, and DLL to setup performance counter DLLs.</DESCRIPTION>
  1169. <COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
  1170. <VENDOR>Microsoft Corp.</VENDOR>
  1171. <OWNERS>jenlc</OWNERS>
  1172. <AUTHORS>jenlc</AUTHORS>
  1173. <DATECREATED>7/18/2001</DATECREATED>
  1174. <DATEREVISED>10/28/2001 7:36:22 PM</DATEREVISED>
  1175. </COMPONENT>
  1176. </COMPONENTS>
  1177. <RESTYPES
  1178. Context="1"
  1179. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1180. > </RESTYPES>
  1181. </DCARRIER>