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.

893 lines
60 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="{0E7148A1-A635-485B-A05E-3313EF536721}"
  28. ComponentVIGUID="{1CD815FF-B29F-4DF9-9C65-4003752AA48E}"
  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=".\WMI_Correlation.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>WMI Correlation</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></HEAD>
  77. <BODY TOPMARGIN="0">
  78. <P>The WMI Correlation component allows you to structure subscriptions when a
  79. correlation between events is required, for example, when a user is interested
  80. in an event A, but only if an event B has occurred within the last five minutes.
  81. Depending upon the type of correlation needed, the WMI Correlator will create
  82. and maintain either a persistent state, which is in the repository, or a
  83. transient state, which is in memory.</P>
  84. <P>The component includes the following files and applications: </P>
  85. <P>
  86. <TABLE id=TABLE1 style="WIDTH: 609px; HEIGHT: 96px">
  87. <TR vAlign=top>
  88. <TH width="33%">File</TH>
  89. <TH width="34%">Description</TH></TR>
  90. <TR>
  91. <TD width="33%">Fevprov.mfl </TD>
  92. <TD width="34%">This file provides localization capability for the WMI
  93. Correlator </TD></TR>
  94. <TR>
  95. <TD width="33%">Fevprov.mof </TD>
  96. <TD width="34%">This file is the Microsoft Operations Framework (MOF) file
  97. required to register with the WMI repository</TD></TR>
  98. <TR>
  99. <TD width="33%">Fwdprov.dll</TD>
  100. <TD width="34%"> This dynamic-link library (DLL)
  101. supports&nbsp;event-forwarding</TD></TR>
  102. <TR>
  103. <TD width="33%">Tmplprov.dll </TD>
  104. <TD width="34%">This DLL provides the required templates </TD></TR>
  105. <TR>
  106. <TD width="33%">Trnsprov.dll </TD>
  107. <TD width="34%">This DLL provides support for transient events </TD></TR>
  108. <TR>
  109. <TD width="33%">Updprov.dll </TD>
  110. <TD width="34%"> This DLL provides support for user
  111. updates</TD></TR></TABLE></P>
  112. <H2 class=indent>Component Configuration</H2>
  113. <P>There are no configuration requirements for this component.</P>
  114. <H2>Special Notes</H2>
  115. <P>The WMI Correlation component is designed to work with the Windows Management
  116. application programming interface (API), and requires the WMI core component to
  117. be installed.</P>
  118. <H2>For More Information</H2>
  119. <P>&nbsp;For More Information For more information about WMI
  120. Correlation, see the Platform Software Development Kit (SDK) at this <A
  121. href="http://www.msdn.microsoft.com\">Microsoft Web site</A>
  122. .
  123. </P>
  124. </BODY>
  125. </HTML>
  126. ]]></HELPCONTEXT>
  127. <PROPERTIES
  128. Context="1"
  129. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  130. > </PROPERTIES>
  131. <RESOURCES
  132. Context="1"
  133. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  134. >
  135. <RESOURCE
  136. Name="File(819):&quot;%11%\wbem&quot;,&quot;fevprov.mof&quot;"
  137. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  138. BuildTypeMask="819"
  139. BuildOrder="1000"
  140. Localize="False"
  141. Disabled="False"
  142. Context="1"
  143. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  144. >
  145. <PROPERTIES
  146. Context="1"
  147. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  148. >
  149. <PROPERTY
  150. Name="DstPath"
  151. Format="String"
  152. Context="1"
  153. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  154. >%11%\wbem</PROPERTY>
  155. <PROPERTY
  156. Name="DstName"
  157. Format="String"
  158. Context="1"
  159. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  160. >fevprov.mof</PROPERTY>
  161. <PROPERTY
  162. Name="NoExpand"
  163. Format="Boolean"
  164. Context="1"
  165. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  166. >False</PROPERTY>
  167. </PROPERTIES>
  168. </RESOURCE>
  169. <RESOURCE
  170. Name="File(819):&quot;%11%\wbem&quot;,&quot;fwdprov.dll&quot;"
  171. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  172. BuildTypeMask="819"
  173. BuildOrder="1000"
  174. Localize="False"
  175. Disabled="False"
  176. Context="1"
  177. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  178. >
  179. <PROPERTIES
  180. Context="1"
  181. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  182. >
  183. <PROPERTY
  184. Name="DstPath"
  185. Format="String"
  186. Context="1"
  187. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  188. >%11%\wbem</PROPERTY>
  189. <PROPERTY
  190. Name="DstName"
  191. Format="String"
  192. Context="1"
  193. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  194. >fwdprov.dll</PROPERTY>
  195. <PROPERTY
  196. Name="NoExpand"
  197. Format="Boolean"
  198. Context="1"
  199. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  200. >False</PROPERTY>
  201. </PROPERTIES>
  202. </RESOURCE>
  203. <RESOURCE
  204. Name="File(819):&quot;%11%\wbem&quot;,&quot;tmplprov.dll&quot;"
  205. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  206. BuildTypeMask="819"
  207. BuildOrder="1000"
  208. Localize="False"
  209. Disabled="False"
  210. Context="1"
  211. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  212. >
  213. <PROPERTIES
  214. Context="1"
  215. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  216. >
  217. <PROPERTY
  218. Name="DstPath"
  219. Format="String"
  220. Context="1"
  221. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  222. >%11%\wbem</PROPERTY>
  223. <PROPERTY
  224. Name="DstName"
  225. Format="String"
  226. Context="1"
  227. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  228. >tmplprov.dll</PROPERTY>
  229. <PROPERTY
  230. Name="NoExpand"
  231. Format="Boolean"
  232. Context="1"
  233. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  234. >False</PROPERTY>
  235. </PROPERTIES>
  236. </RESOURCE>
  237. <RESOURCE
  238. Name="File(819):&quot;%11%\wbem&quot;,&quot;updprov.dll&quot;"
  239. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  240. BuildTypeMask="819"
  241. BuildOrder="1000"
  242. Localize="False"
  243. Disabled="False"
  244. Context="1"
  245. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  246. >
  247. <PROPERTIES
  248. Context="1"
  249. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  250. >
  251. <PROPERTY
  252. Name="DstPath"
  253. Format="String"
  254. Context="1"
  255. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  256. >%11%\wbem</PROPERTY>
  257. <PROPERTY
  258. Name="DstName"
  259. Format="String"
  260. Context="1"
  261. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  262. >updprov.dll</PROPERTY>
  263. <PROPERTY
  264. Name="NoExpand"
  265. Format="Boolean"
  266. Context="1"
  267. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  268. >False</PROPERTY>
  269. </PROPERTIES>
  270. </RESOURCE>
  271. <RESOURCE
  272. Name="RawDep(819):&quot;File&quot;,&quot;MSVCRT.dll&quot;"
  273. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  274. BuildTypeMask="819"
  275. BuildOrder="1000"
  276. Localize="False"
  277. Disabled="False"
  278. Context="1"
  279. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  280. >
  281. <PROPERTIES
  282. Context="1"
  283. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  284. >
  285. <PROPERTY
  286. Name="RawType"
  287. Format="String"
  288. Context="1"
  289. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  290. >File</PROPERTY>
  291. <PROPERTY
  292. Name="Value"
  293. Format="String"
  294. Context="1"
  295. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  296. >MSVCRT.dll</PROPERTY>
  297. </PROPERTIES>
  298. </RESOURCE>
  299. <RESOURCE
  300. Name="RawDep(819):&quot;File&quot;,&quot;ole32.dll&quot;"
  301. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  302. BuildTypeMask="819"
  303. BuildOrder="1000"
  304. Localize="False"
  305. Disabled="False"
  306. Context="1"
  307. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  308. >
  309. <PROPERTIES
  310. Context="1"
  311. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  312. >
  313. <PROPERTY
  314. Name="RawType"
  315. Format="String"
  316. Context="1"
  317. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  318. >File</PROPERTY>
  319. <PROPERTY
  320. Name="Value"
  321. Format="String"
  322. Context="1"
  323. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  324. >ole32.dll</PROPERTY>
  325. </PROPERTIES>
  326. </RESOURCE>
  327. <RESOURCE
  328. Name="RawDep(819):&quot;File&quot;,&quot;OLEAUT32.dll&quot;"
  329. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  330. BuildTypeMask="819"
  331. BuildOrder="1000"
  332. Localize="False"
  333. Disabled="False"
  334. Context="1"
  335. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  336. >
  337. <PROPERTIES
  338. Context="1"
  339. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  340. >
  341. <PROPERTY
  342. Name="RawType"
  343. Format="String"
  344. Context="1"
  345. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  346. >File</PROPERTY>
  347. <PROPERTY
  348. Name="Value"
  349. Format="String"
  350. Context="1"
  351. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  352. >OLEAUT32.dll</PROPERTY>
  353. </PROPERTIES>
  354. </RESOURCE>
  355. <RESOURCE
  356. Name="RawDep(819):&quot;File&quot;,&quot;KERNEL32.dll&quot;"
  357. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  358. BuildTypeMask="819"
  359. BuildOrder="1000"
  360. Localize="False"
  361. Disabled="False"
  362. Context="1"
  363. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  364. >
  365. <PROPERTIES
  366. Context="1"
  367. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  368. >
  369. <PROPERTY
  370. Name="RawType"
  371. Format="String"
  372. Context="1"
  373. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  374. >File</PROPERTY>
  375. <PROPERTY
  376. Name="Value"
  377. Format="String"
  378. Context="1"
  379. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  380. >KERNEL32.dll</PROPERTY>
  381. </PROPERTIES>
  382. </RESOURCE>
  383. <RESOURCE
  384. Name="RawDep(819):&quot;File&quot;,&quot;USER32.dll&quot;"
  385. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  386. BuildTypeMask="819"
  387. BuildOrder="1000"
  388. Localize="False"
  389. Disabled="False"
  390. Context="1"
  391. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  392. >
  393. <PROPERTIES
  394. Context="1"
  395. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  396. >
  397. <PROPERTY
  398. Name="RawType"
  399. Format="String"
  400. Context="1"
  401. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  402. >File</PROPERTY>
  403. <PROPERTY
  404. Name="Value"
  405. Format="String"
  406. Context="1"
  407. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  408. >USER32.dll</PROPERTY>
  409. </PROPERTIES>
  410. </RESOURCE>
  411. <RESOURCE
  412. Name="RawDep(819):&quot;File&quot;,&quot;ADVAPI32.dll&quot;"
  413. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  414. BuildTypeMask="819"
  415. BuildOrder="1000"
  416. Localize="False"
  417. Disabled="False"
  418. Context="1"
  419. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  420. >
  421. <PROPERTIES
  422. Context="1"
  423. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  424. >
  425. <PROPERTY
  426. Name="RawType"
  427. Format="String"
  428. Context="1"
  429. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  430. >File</PROPERTY>
  431. <PROPERTY
  432. Name="Value"
  433. Format="String"
  434. Context="1"
  435. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  436. >ADVAPI32.dll</PROPERTY>
  437. </PROPERTIES>
  438. </RESOURCE>
  439. <RESOURCE
  440. Name="File(819):&quot;%11%\wbem&quot;,&quot;trnsprov.dll&quot;"
  441. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  442. BuildTypeMask="819"
  443. BuildOrder="1000"
  444. Localize="False"
  445. Disabled="False"
  446. Context="1"
  447. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  448. >
  449. <PROPERTIES
  450. Context="1"
  451. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  452. >
  453. <PROPERTY
  454. Name="DstPath"
  455. Format="String"
  456. Context="1"
  457. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  458. >%11%\wbem</PROPERTY>
  459. <PROPERTY
  460. Name="DstName"
  461. Format="String"
  462. Context="1"
  463. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  464. >trnsprov.dll</PROPERTY>
  465. <PROPERTY
  466. Name="NoExpand"
  467. Format="Boolean"
  468. Context="1"
  469. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  470. >False</PROPERTY>
  471. </PROPERTIES>
  472. </RESOURCE>
  473. <RESOURCE
  474. Name="FBRegDLL(819):&quot;%11%\wbem\fwdprov.dll&quot;,&quot;&quot;"
  475. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  476. BuildTypeMask="819"
  477. BuildOrder="1000"
  478. Localize="False"
  479. Disabled="False"
  480. Context="1"
  481. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  482. >
  483. <PROPERTIES
  484. Context="1"
  485. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  486. >
  487. <PROPERTY
  488. Name="Arguments"
  489. Format="String"
  490. Context="1"
  491. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  492. ></PROPERTY>
  493. <PROPERTY
  494. Name="DLLEntryPoint"
  495. Format="String"
  496. Context="1"
  497. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  498. ></PROPERTY>
  499. <PROPERTY
  500. Name="DLLInstall"
  501. Format="Boolean"
  502. Context="1"
  503. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  504. >False</PROPERTY>
  505. <PROPERTY
  506. Name="DLLRegister"
  507. Format="Boolean"
  508. Context="1"
  509. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  510. >True</PROPERTY>
  511. <PROPERTY
  512. Name="FilePath"
  513. Format="String"
  514. Context="1"
  515. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  516. >%11%\wbem\fwdprov.dll</PROPERTY>
  517. <PROPERTY
  518. Name="Flags"
  519. Format="Integer"
  520. Context="1"
  521. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  522. >0</PROPERTY>
  523. <PROPERTY
  524. Name="Timeout"
  525. Format="Integer"
  526. Context="1"
  527. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  528. >0</PROPERTY>
  529. </PROPERTIES>
  530. </RESOURCE>
  531. <RESOURCE
  532. Name="FBRegDLL(819):&quot;%11%\wbem\tmplprov.dll&quot;,&quot;&quot;"
  533. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  534. BuildTypeMask="819"
  535. BuildOrder="1000"
  536. Localize="False"
  537. Disabled="False"
  538. Context="1"
  539. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  540. >
  541. <PROPERTIES
  542. Context="1"
  543. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  544. >
  545. <PROPERTY
  546. Name="Arguments"
  547. Format="String"
  548. Context="1"
  549. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  550. ></PROPERTY>
  551. <PROPERTY
  552. Name="DLLEntryPoint"
  553. Format="String"
  554. Context="1"
  555. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  556. ></PROPERTY>
  557. <PROPERTY
  558. Name="DLLInstall"
  559. Format="Boolean"
  560. Context="1"
  561. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  562. >False</PROPERTY>
  563. <PROPERTY
  564. Name="DLLRegister"
  565. Format="Boolean"
  566. Context="1"
  567. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  568. >True</PROPERTY>
  569. <PROPERTY
  570. Name="FilePath"
  571. Format="String"
  572. Context="1"
  573. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  574. >%11%\wbem\tmplprov.dll</PROPERTY>
  575. <PROPERTY
  576. Name="Flags"
  577. Format="Integer"
  578. Context="1"
  579. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  580. >0</PROPERTY>
  581. <PROPERTY
  582. Name="Timeout"
  583. Format="Integer"
  584. Context="1"
  585. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  586. >0</PROPERTY>
  587. </PROPERTIES>
  588. </RESOURCE>
  589. <RESOURCE
  590. Name="FBRegDLL(819):&quot;%11%\wbem\trnsprov.dll&quot;,&quot;&quot;"
  591. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  592. BuildTypeMask="819"
  593. BuildOrder="1000"
  594. Localize="False"
  595. Disabled="False"
  596. Context="1"
  597. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  598. >
  599. <PROPERTIES
  600. Context="1"
  601. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  602. >
  603. <PROPERTY
  604. Name="Arguments"
  605. Format="String"
  606. Context="1"
  607. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  608. ></PROPERTY>
  609. <PROPERTY
  610. Name="DLLEntryPoint"
  611. Format="String"
  612. Context="1"
  613. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  614. ></PROPERTY>
  615. <PROPERTY
  616. Name="DLLInstall"
  617. Format="Boolean"
  618. Context="1"
  619. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  620. >False</PROPERTY>
  621. <PROPERTY
  622. Name="DLLRegister"
  623. Format="Boolean"
  624. Context="1"
  625. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  626. >True</PROPERTY>
  627. <PROPERTY
  628. Name="FilePath"
  629. Format="String"
  630. Context="1"
  631. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  632. >%11%\wbem\trnsprov.dll</PROPERTY>
  633. <PROPERTY
  634. Name="Flags"
  635. Format="Integer"
  636. Context="1"
  637. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  638. >0</PROPERTY>
  639. <PROPERTY
  640. Name="Timeout"
  641. Format="Integer"
  642. Context="1"
  643. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  644. >0</PROPERTY>
  645. </PROPERTIES>
  646. </RESOURCE>
  647. <RESOURCE
  648. Name="FBRegDLL(819):&quot;%11%\wbem\updprov.dll&quot;,&quot;&quot;"
  649. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  650. BuildTypeMask="819"
  651. BuildOrder="1000"
  652. Localize="False"
  653. Disabled="False"
  654. Context="1"
  655. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  656. >
  657. <PROPERTIES
  658. Context="1"
  659. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  660. >
  661. <PROPERTY
  662. Name="Arguments"
  663. Format="String"
  664. Context="1"
  665. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  666. ></PROPERTY>
  667. <PROPERTY
  668. Name="DLLEntryPoint"
  669. Format="String"
  670. Context="1"
  671. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  672. ></PROPERTY>
  673. <PROPERTY
  674. Name="DLLInstall"
  675. Format="Boolean"
  676. Context="1"
  677. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  678. >False</PROPERTY>
  679. <PROPERTY
  680. Name="DLLRegister"
  681. Format="Boolean"
  682. Context="1"
  683. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  684. >True</PROPERTY>
  685. <PROPERTY
  686. Name="FilePath"
  687. Format="String"
  688. Context="1"
  689. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  690. >%11%\wbem\updprov.dll</PROPERTY>
  691. <PROPERTY
  692. Name="Flags"
  693. Format="Integer"
  694. Context="1"
  695. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  696. >0</PROPERTY>
  697. <PROPERTY
  698. Name="Timeout"
  699. Format="Integer"
  700. Context="1"
  701. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  702. >0</PROPERTY>
  703. </PROPERTIES>
  704. </RESOURCE>
  705. <RESOURCE
  706. Name="RawDep(819):&quot;File&quot;,&quot;authz.dll&quot;"
  707. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  708. BuildTypeMask="819"
  709. BuildOrder="1000"
  710. Localize="False"
  711. Disabled="False"
  712. Context="1"
  713. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  714. >
  715. <PROPERTIES
  716. Context="1"
  717. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  718. >
  719. <PROPERTY
  720. Name="RawType"
  721. Format="String"
  722. Context="1"
  723. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  724. >File</PROPERTY>
  725. <PROPERTY
  726. Name="Value"
  727. Format="String"
  728. Context="1"
  729. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  730. >authz.dll</PROPERTY>
  731. </PROPERTIES>
  732. </RESOURCE>
  733. <RESOURCE
  734. Name="File(819):&quot;%11%\wbem&quot;,&quot;fevprov.mfl&quot;"
  735. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  736. BuildTypeMask="819"
  737. BuildOrder="1000"
  738. Localize="False"
  739. Disabled="False"
  740. Context="1"
  741. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  742. >
  743. <PROPERTIES
  744. Context="1"
  745. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  746. >
  747. <PROPERTY
  748. Name="DstPath"
  749. Format="String"
  750. Context="1"
  751. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  752. >%11%\wbem</PROPERTY>
  753. <PROPERTY
  754. Name="DstName"
  755. Format="String"
  756. Context="1"
  757. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  758. >fevprov.mfl</PROPERTY>
  759. <PROPERTY
  760. Name="NoExpand"
  761. Format="Boolean"
  762. Context="1"
  763. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  764. >False</PROPERTY>
  765. </PROPERTIES>
  766. </RESOURCE>
  767. </RESOURCES>
  768. <GROUPMEMBERS
  769. >
  770. <GROUPMEMBER
  771. GroupVSGUID="{E01B4103-3883-4FE8-992F-10566E7B796C}"
  772. ></GROUPMEMBER>
  773. <GROUPMEMBER
  774. GroupVSGUID="{642AAB7A-C8F9-4026-A8A4-0B9E2A581B99}"
  775. ></GROUPMEMBER>
  776. </GROUPMEMBERS>
  777. <DEPENDENCIES
  778. Context="1"
  779. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  780. >
  781. <DEPENDENCY
  782. Class="Include"
  783. Type="All"
  784. DependOnGUID="{CB6FD864-D64C-4BD7-A55E-DF05F1975711}"
  785. MinRevision="0"
  786. Disabled="False"
  787. Context="1"
  788. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  789. >
  790. <PROPERTIES
  791. Context="1"
  792. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  793. > </PROPERTIES>
  794. </DEPENDENCY>
  795. </DEPENDENCIES>
  796. <DISPLAYNAME>WMI Correlation</DISPLAYNAME>
  797. <VERSION>1.0</VERSION>
  798. <DESCRIPTION>Windows Management Instrumentation Correlation Services</DESCRIPTION>
  799. <COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
  800. <VENDOR>Microsoft Corp.</VENDOR>
  801. <OWNERS>vladj</OWNERS>
  802. <AUTHORS>vladj; shbrown</AUTHORS>
  803. <DATECREATED>11/30/2000</DATECREATED>
  804. <DATEREVISED>11/2/2001 12:43:15 AM</DATEREVISED>
  805. </COMPONENT>
  806. </COMPONENTS>
  807. <RESTYPES
  808. Context="1"
  809. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  810. > </RESTYPES>
  811. </DCARRIER>