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.

1363 lines
93 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="{57B0E437-CA36-4CB7-95E6-469C8662CBEF}"
  28. ComponentVIGUID="{EC7F2464-2900-4D9A-9C2F-06FA765A8448}"
  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=".\WMIC.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>WMIC</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 Command (WMIC) component provides a command-line
  79. interface for the Windows Management Instrumentation (WMI) infrastructure. This
  80. component includes a set of commands and control functions to manage a Windows
  81. environment. This component interacts with existing shells and utility commands and can be easily
  82. extended by scripts or other administration-based applications. You can
  83. access the WMI infrastructure using a command-line interface and
  84. intermediate facilitators, called aliases. Aliases capture the WMI class features that are relevant
  85. to a specific task, such as network administration. </P>
  86. <P>You can use aliases to rename classes, properties, and methods, or to arrange
  87. properties that include property values. This component enables you to perform
  88. the following actions:</P>
  89. <UL>
  90. <LI>Define aliases, add output formats, and create and
  91. execute scripts
  92. <LI>Browse the WMI schema and query its classes and instances; execute methods
  93. � Get information from a local computer, a remote computer, and multiple
  94. computers in a single command </LI></UL>
  95. <P>
  96. <TABLE id=TABLE1 style="WIDTH: 609px; HEIGHT: 96px">
  97. <TR vAlign=top>
  98. <TH width="33%"> File</TH>
  99. <TH width="34%"> Description</TH></TR>
  100. <TR>
  101. <TD width="33%"> Cli.mof </TD>
  102. <TD width="34%"> Schema </TD></TR>
  103. <TR>
  104. <TD width="33%"> Cliegaliases.mfl </TD>
  105. <TD width="34%"> Localization schema </TD></TR>
  106. <TR>
  107. <TD width="33%">Cliegaliases.mof </TD>
  108. <TD width="34%">Aliases</TD></TR>
  109. <TR>
  110. <TD width="33%">Csv.xsl </TD>
  111. <TD width="34%">Style sheet for comma-separated value format</TD></TR>
  112. <TR>
  113. <TD width="33%">Hform.xsl </TD>
  114. <TD width="34%">Style sheet for HTML value list format</TD></TR>
  115. <TR>
  116. <TD width="33%">Htable-sortby.xsl </TD>
  117. <TD width="34%">Style sheet for HTML table including sortby</TD></TR>
  118. <TR>
  119. <TD width="33%">Htable.xsl </TD>
  120. <TD width="34%">Style sheet for HTML table format</TD></TR>
  121. <TR>
  122. <TD width="33%">Mof.xsl </TD>
  123. <TD width="34%">Style sheet for MOF format</TD></TR>
  124. <TR>
  125. <TD width="33%">Rawxml.xsl </TD>
  126. <TD width="34%">Style sheet for raw XML format</TD></TR>
  127. <TR>
  128. <TD width="33%">Texttable.xsl </TD>
  129. <TD width="34%">Style sheet for table format</TD></TR>
  130. <TR>
  131. <TD width="33%">Texttablewsys.xsl </TD>
  132. <TD width="34%">Optional style sheet for table format</TD></TR>
  133. <TR>
  134. <TD width="33%">Textvaluelist.xsl </TD>
  135. <TD width="34%">Style sheet for value list format</TD></TR>
  136. <TR>
  137. <TD width="33%">Wmic.chm </TD>
  138. <TD width="34%">Windows Help</TD></TR>
  139. <TR>
  140. <TD width="33%">Wmic.exe </TD>
  141. <TD width="34%">Engine-parser</TD></TR>
  142. <TR>
  143. <TD width="33%">Wmiclimofformat.xsl </TD>
  144. <TD width="34%">Default MOF format</TD></TR>
  145. <TR>
  146. <TD width="33%">Wmiclitableformat.xsl </TD>
  147. <TD width="34%">Default table format</TD></TR>
  148. <TR>
  149. <TD width="33%">Wmiclitableformatnosys.xsl </TD>
  150. <TD width="34%">Optional table format</TD></TR>
  151. <TR>
  152. <TD width="33%">Wmiclivalueformat.xsl </TD>
  153. <TD width="34%">Default value list format</TD></TR>
  154. <TR>
  155. <TD width="33%">Xml.xsl </TD>
  156. <TD width="34%">Default XML format</TD></TR>
  157. <TR>
  158. <TD width="33%">Xsl-mappings.xml </TD>
  159. <TD width="34%">Default style sheet table</TD></TR></TABLE></P>
  160. <P>The compilation of the&nbsp;Cli.mof, Cliegaliases.mof, and Clialiases.mfl
  161. files creates the \\root\cli name space and populates it with aliases. The
  162. Wmic.exe file executes queries and calls methods as specified by an alias. The
  163. Extensible Markup Language (XML) output is formatted using default style sheets
  164. as specified in Xsl-mappings.xml, while other formats can be explicitly
  165. specified using /FORMAT:&lt; <EM>style sheet name</EM>&gt;. </P>
  166. <H2>Component Configuration</H2>
  167. <P>There are no configuration requirements for this component.</P>
  168. <H2>Special Notes</H2>
  169. <P>The WMIC component can only be used by local system administrators,
  170. regardless of WMI name space permissions on the local computer. The WMIC
  171. component is designed to work with the WMI Core and WMI Provider components. The
  172. WMIC component also requires the WMI Tools component to compile Managed Object
  173. Formats (MOFs), which occurs when&nbsp;wmic.exe is run for the first time.</P>
  174. <P>&nbsp;The following components have related functionality: </P>
  175. <UL>
  176. <LI>WMI SNMP Provider, which is needed if a user wants to query the SNMP name
  177. space.</LI>
  178. <LI>WMI DS Provider, which is needed if a user wants to query the DS name
  179. space. </LI></UL>
  180. </BODY>
  181. </HTML>
  182. ]]></HELPCONTEXT>
  183. <PROPERTIES
  184. Context="1"
  185. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  186. > </PROPERTIES>
  187. <RESOURCES
  188. Context="1"
  189. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  190. >
  191. <RESOURCE
  192. Name="File(819):&quot;%11%\wbem&quot;,&quot;hform.xsl&quot;"
  193. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  194. BuildTypeMask="819"
  195. BuildOrder="1000"
  196. Localize="False"
  197. Disabled="False"
  198. Context="1"
  199. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  200. >
  201. <PROPERTIES
  202. Context="1"
  203. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  204. >
  205. <PROPERTY
  206. Name="DstPath"
  207. Format="String"
  208. Context="1"
  209. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  210. >%11%\wbem</PROPERTY>
  211. <PROPERTY
  212. Name="DstName"
  213. Format="String"
  214. Context="1"
  215. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  216. >hform.xsl</PROPERTY>
  217. <PROPERTY
  218. Name="NoExpand"
  219. Format="Boolean"
  220. Context="1"
  221. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  222. >False</PROPERTY>
  223. </PROPERTIES>
  224. </RESOURCE>
  225. <RESOURCE
  226. Name="File(819):&quot;%11%\wbem&quot;,&quot;htable.xsl&quot;"
  227. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  228. BuildTypeMask="819"
  229. BuildOrder="1000"
  230. Localize="False"
  231. Disabled="False"
  232. Context="1"
  233. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  234. >
  235. <PROPERTIES
  236. Context="1"
  237. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  238. >
  239. <PROPERTY
  240. Name="DstPath"
  241. Format="String"
  242. Context="1"
  243. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  244. >%11%\wbem</PROPERTY>
  245. <PROPERTY
  246. Name="DstName"
  247. Format="String"
  248. Context="1"
  249. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  250. >htable.xsl</PROPERTY>
  251. <PROPERTY
  252. Name="NoExpand"
  253. Format="Boolean"
  254. Context="1"
  255. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  256. >False</PROPERTY>
  257. </PROPERTIES>
  258. </RESOURCE>
  259. <RESOURCE
  260. Name="File(819):&quot;%11%\wbem&quot;,&quot;mof.xsl&quot;"
  261. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  262. BuildTypeMask="819"
  263. BuildOrder="1000"
  264. Localize="False"
  265. Disabled="False"
  266. Context="1"
  267. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  268. >
  269. <PROPERTIES
  270. Context="1"
  271. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  272. >
  273. <PROPERTY
  274. Name="DstPath"
  275. Format="String"
  276. Context="1"
  277. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  278. >%11%\wbem</PROPERTY>
  279. <PROPERTY
  280. Name="DstName"
  281. Format="String"
  282. Context="1"
  283. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  284. >mof.xsl</PROPERTY>
  285. <PROPERTY
  286. Name="NoExpand"
  287. Format="Boolean"
  288. Context="1"
  289. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  290. >False</PROPERTY>
  291. </PROPERTIES>
  292. </RESOURCE>
  293. <RESOURCE
  294. Name="File(819):&quot;%11%\wbem&quot;,&quot;texttable.xsl&quot;"
  295. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  296. BuildTypeMask="819"
  297. BuildOrder="1000"
  298. Localize="False"
  299. Disabled="False"
  300. Context="1"
  301. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  302. >
  303. <PROPERTIES
  304. Context="1"
  305. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  306. >
  307. <PROPERTY
  308. Name="DstPath"
  309. Format="String"
  310. Context="1"
  311. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  312. >%11%\wbem</PROPERTY>
  313. <PROPERTY
  314. Name="DstName"
  315. Format="String"
  316. Context="1"
  317. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  318. >texttable.xsl</PROPERTY>
  319. <PROPERTY
  320. Name="NoExpand"
  321. Format="Boolean"
  322. Context="1"
  323. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  324. >False</PROPERTY>
  325. <PROPERTY
  326. Name="SrcName"
  327. Format="String"
  328. Context="1"
  329. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  330. >texttbl.xsl</PROPERTY>
  331. </PROPERTIES>
  332. </RESOURCE>
  333. <RESOURCE
  334. Name="File(819):&quot;%11%\wbem&quot;,&quot;texttablewsys.xsl&quot;"
  335. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  336. BuildTypeMask="819"
  337. BuildOrder="1000"
  338. Localize="False"
  339. Disabled="False"
  340. Context="1"
  341. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  342. >
  343. <PROPERTIES
  344. Context="1"
  345. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  346. >
  347. <PROPERTY
  348. Name="DstPath"
  349. Format="String"
  350. Context="1"
  351. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  352. >%11%\wbem</PROPERTY>
  353. <PROPERTY
  354. Name="DstName"
  355. Format="String"
  356. Context="1"
  357. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  358. >texttablewsys.xsl</PROPERTY>
  359. <PROPERTY
  360. Name="NoExpand"
  361. Format="Boolean"
  362. Context="1"
  363. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  364. >False</PROPERTY>
  365. <PROPERTY
  366. Name="SrcName"
  367. Format="String"
  368. Context="1"
  369. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  370. >texttblw.xsl</PROPERTY>
  371. </PROPERTIES>
  372. </RESOURCE>
  373. <RESOURCE
  374. Name="File(819):&quot;%11%\wbem&quot;,&quot;textvaluelist.xsl&quot;"
  375. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  376. BuildTypeMask="819"
  377. BuildOrder="1000"
  378. Localize="False"
  379. Disabled="False"
  380. Context="1"
  381. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  382. >
  383. <PROPERTIES
  384. Context="1"
  385. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  386. >
  387. <PROPERTY
  388. Name="DstPath"
  389. Format="String"
  390. Context="1"
  391. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  392. >%11%\wbem</PROPERTY>
  393. <PROPERTY
  394. Name="DstName"
  395. Format="String"
  396. Context="1"
  397. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  398. >textvaluelist.xsl</PROPERTY>
  399. <PROPERTY
  400. Name="NoExpand"
  401. Format="Boolean"
  402. Context="1"
  403. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  404. >False</PROPERTY>
  405. <PROPERTY
  406. Name="SrcName"
  407. Format="String"
  408. Context="1"
  409. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  410. >textvalu.xsl</PROPERTY>
  411. </PROPERTIES>
  412. </RESOURCE>
  413. <RESOURCE
  414. Name="File(819):&quot;%11%\wbem&quot;,&quot;wmic.exe&quot;"
  415. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  416. BuildTypeMask="819"
  417. BuildOrder="1000"
  418. Localize="False"
  419. Disabled="False"
  420. Context="1"
  421. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  422. >
  423. <PROPERTIES
  424. Context="1"
  425. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  426. >
  427. <PROPERTY
  428. Name="DstPath"
  429. Format="String"
  430. Context="1"
  431. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  432. >%11%\wbem</PROPERTY>
  433. <PROPERTY
  434. Name="DstName"
  435. Format="String"
  436. Context="1"
  437. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  438. >wmic.exe</PROPERTY>
  439. <PROPERTY
  440. Name="NoExpand"
  441. Format="Boolean"
  442. Context="1"
  443. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  444. >False</PROPERTY>
  445. </PROPERTIES>
  446. </RESOURCE>
  447. <RESOURCE
  448. Name="File(819):&quot;%11%\wbem&quot;,&quot;wmiclimofformat.xsl&quot;"
  449. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  450. BuildTypeMask="819"
  451. BuildOrder="1000"
  452. Localize="False"
  453. Disabled="False"
  454. Context="1"
  455. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  456. >
  457. <PROPERTIES
  458. Context="1"
  459. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  460. >
  461. <PROPERTY
  462. Name="DstPath"
  463. Format="String"
  464. Context="1"
  465. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  466. >%11%\wbem</PROPERTY>
  467. <PROPERTY
  468. Name="DstName"
  469. Format="String"
  470. Context="1"
  471. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  472. >wmiclimofformat.xsl</PROPERTY>
  473. <PROPERTY
  474. Name="NoExpand"
  475. Format="Boolean"
  476. Context="1"
  477. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  478. >False</PROPERTY>
  479. <PROPERTY
  480. Name="SrcName"
  481. Format="String"
  482. Context="1"
  483. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  484. >wmicmoff.xsl</PROPERTY>
  485. </PROPERTIES>
  486. </RESOURCE>
  487. <RESOURCE
  488. Name="File(819):&quot;%11%\wbem&quot;,&quot;wmiclitableformat.xsl&quot;"
  489. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  490. BuildTypeMask="819"
  491. BuildOrder="1000"
  492. Localize="False"
  493. Disabled="False"
  494. Context="1"
  495. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  496. >
  497. <PROPERTIES
  498. Context="1"
  499. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  500. >
  501. <PROPERTY
  502. Name="DstPath"
  503. Format="String"
  504. Context="1"
  505. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  506. >%11%\wbem</PROPERTY>
  507. <PROPERTY
  508. Name="DstName"
  509. Format="String"
  510. Context="1"
  511. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  512. >wmiclitableformat.xsl</PROPERTY>
  513. <PROPERTY
  514. Name="NoExpand"
  515. Format="Boolean"
  516. Context="1"
  517. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  518. >False</PROPERTY>
  519. <PROPERTY
  520. Name="SrcName"
  521. Format="String"
  522. Context="1"
  523. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  524. >wmictfmt.xsl</PROPERTY>
  525. </PROPERTIES>
  526. </RESOURCE>
  527. <RESOURCE
  528. Name="File(819):&quot;%11%\wbem&quot;,&quot;wmiclitableformatnosys.xsl&quot;"
  529. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  530. BuildTypeMask="819"
  531. BuildOrder="1000"
  532. Localize="False"
  533. Disabled="False"
  534. Context="1"
  535. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  536. >
  537. <PROPERTIES
  538. Context="1"
  539. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  540. >
  541. <PROPERTY
  542. Name="DstPath"
  543. Format="String"
  544. Context="1"
  545. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  546. >%11%\wbem</PROPERTY>
  547. <PROPERTY
  548. Name="DstName"
  549. Format="String"
  550. Context="1"
  551. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  552. >wmiclitableformatnosys.xsl</PROPERTY>
  553. <PROPERTY
  554. Name="NoExpand"
  555. Format="Boolean"
  556. Context="1"
  557. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  558. >False</PROPERTY>
  559. <PROPERTY
  560. Name="SrcName"
  561. Format="String"
  562. Context="1"
  563. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  564. >wmictfns.xsl</PROPERTY>
  565. </PROPERTIES>
  566. </RESOURCE>
  567. <RESOURCE
  568. Name="File(819):&quot;%11%\wbem&quot;,&quot;wmiclivalueformat.xsl&quot;"
  569. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  570. BuildTypeMask="819"
  571. BuildOrder="1000"
  572. Localize="False"
  573. Disabled="False"
  574. Context="1"
  575. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  576. >
  577. <PROPERTIES
  578. Context="1"
  579. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  580. >
  581. <PROPERTY
  582. Name="DstPath"
  583. Format="String"
  584. Context="1"
  585. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  586. >%11%\wbem</PROPERTY>
  587. <PROPERTY
  588. Name="DstName"
  589. Format="String"
  590. Context="1"
  591. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  592. >wmiclivalueformat.xsl</PROPERTY>
  593. <PROPERTY
  594. Name="NoExpand"
  595. Format="Boolean"
  596. Context="1"
  597. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  598. >False</PROPERTY>
  599. <PROPERTY
  600. Name="SrcName"
  601. Format="String"
  602. Context="1"
  603. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  604. >wmicvalu.xsl</PROPERTY>
  605. </PROPERTIES>
  606. </RESOURCE>
  607. <RESOURCE
  608. Name="File(819):&quot;%11%\wbem&quot;,&quot;xml.xsl&quot;"
  609. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  610. BuildTypeMask="819"
  611. BuildOrder="1000"
  612. Localize="False"
  613. Disabled="False"
  614. Context="1"
  615. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  616. >
  617. <PROPERTIES
  618. Context="1"
  619. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  620. >
  621. <PROPERTY
  622. Name="DstPath"
  623. Format="String"
  624. Context="1"
  625. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  626. >%11%\wbem</PROPERTY>
  627. <PROPERTY
  628. Name="DstName"
  629. Format="String"
  630. Context="1"
  631. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  632. >xml.xsl</PROPERTY>
  633. <PROPERTY
  634. Name="NoExpand"
  635. Format="Boolean"
  636. Context="1"
  637. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  638. >False</PROPERTY>
  639. </PROPERTIES>
  640. </RESOURCE>
  641. <RESOURCE
  642. Name="RawDep(819):&quot;File&quot;,&quot;MSVCRT.dll&quot;"
  643. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  644. BuildTypeMask="819"
  645. BuildOrder="1000"
  646. Localize="False"
  647. Disabled="False"
  648. Context="1"
  649. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  650. >
  651. <PROPERTIES
  652. Context="1"
  653. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  654. >
  655. <PROPERTY
  656. Name="RawType"
  657. Format="String"
  658. Context="1"
  659. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  660. >File</PROPERTY>
  661. <PROPERTY
  662. Name="Value"
  663. Format="String"
  664. Context="1"
  665. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  666. >MSVCRT.dll</PROPERTY>
  667. </PROPERTIES>
  668. </RESOURCE>
  669. <RESOURCE
  670. Name="RawDep(819):&quot;File&quot;,&quot;ADVAPI32.dll&quot;"
  671. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  672. BuildTypeMask="819"
  673. BuildOrder="1000"
  674. Localize="False"
  675. Disabled="False"
  676. Context="1"
  677. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  678. >
  679. <PROPERTIES
  680. Context="1"
  681. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  682. >
  683. <PROPERTY
  684. Name="RawType"
  685. Format="String"
  686. Context="1"
  687. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  688. >File</PROPERTY>
  689. <PROPERTY
  690. Name="Value"
  691. Format="String"
  692. Context="1"
  693. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  694. >ADVAPI32.dll</PROPERTY>
  695. </PROPERTIES>
  696. </RESOURCE>
  697. <RESOURCE
  698. Name="RawDep(819):&quot;File&quot;,&quot;KERNEL32.dll&quot;"
  699. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  700. BuildTypeMask="819"
  701. BuildOrder="1000"
  702. Localize="False"
  703. Disabled="False"
  704. Context="1"
  705. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  706. >
  707. <PROPERTIES
  708. Context="1"
  709. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  710. >
  711. <PROPERTY
  712. Name="RawType"
  713. Format="String"
  714. Context="1"
  715. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  716. >File</PROPERTY>
  717. <PROPERTY
  718. Name="Value"
  719. Format="String"
  720. Context="1"
  721. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  722. >KERNEL32.dll</PROPERTY>
  723. </PROPERTIES>
  724. </RESOURCE>
  725. <RESOURCE
  726. Name="RawDep(819):&quot;File&quot;,&quot;ole32.dll&quot;"
  727. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  728. BuildTypeMask="819"
  729. BuildOrder="1000"
  730. Localize="False"
  731. Disabled="False"
  732. Context="1"
  733. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  734. >
  735. <PROPERTIES
  736. Context="1"
  737. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  738. >
  739. <PROPERTY
  740. Name="RawType"
  741. Format="String"
  742. Context="1"
  743. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  744. >File</PROPERTY>
  745. <PROPERTY
  746. Name="Value"
  747. Format="String"
  748. Context="1"
  749. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  750. >ole32.dll</PROPERTY>
  751. </PROPERTIES>
  752. </RESOURCE>
  753. <RESOURCE
  754. Name="RawDep(819):&quot;File&quot;,&quot;OLEAUT32.dll&quot;"
  755. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  756. BuildTypeMask="819"
  757. BuildOrder="1000"
  758. Localize="False"
  759. Disabled="False"
  760. Context="1"
  761. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  762. >
  763. <PROPERTIES
  764. Context="1"
  765. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  766. >
  767. <PROPERTY
  768. Name="RawType"
  769. Format="String"
  770. Context="1"
  771. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  772. >File</PROPERTY>
  773. <PROPERTY
  774. Name="Value"
  775. Format="String"
  776. Context="1"
  777. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  778. >OLEAUT32.dll</PROPERTY>
  779. </PROPERTIES>
  780. </RESOURCE>
  781. <RESOURCE
  782. Name="RawDep(819):&quot;File&quot;,&quot;USER32.dll&quot;"
  783. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  784. BuildTypeMask="819"
  785. BuildOrder="1000"
  786. Localize="False"
  787. Disabled="False"
  788. Context="1"
  789. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  790. >
  791. <PROPERTIES
  792. Context="1"
  793. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  794. >
  795. <PROPERTY
  796. Name="RawType"
  797. Format="String"
  798. Context="1"
  799. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  800. >File</PROPERTY>
  801. <PROPERTY
  802. Name="Value"
  803. Format="String"
  804. Context="1"
  805. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  806. >USER32.dll</PROPERTY>
  807. </PROPERTIES>
  808. </RESOURCE>
  809. <RESOURCE
  810. Name="RawDep(819):&quot;File&quot;,&quot;MSVCP60.dll&quot;"
  811. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  812. BuildTypeMask="819"
  813. BuildOrder="1000"
  814. Localize="False"
  815. Disabled="False"
  816. Context="1"
  817. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  818. >
  819. <PROPERTIES
  820. Context="1"
  821. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  822. >
  823. <PROPERTY
  824. Name="RawType"
  825. Format="String"
  826. Context="1"
  827. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  828. >File</PROPERTY>
  829. <PROPERTY
  830. Name="Value"
  831. Format="String"
  832. Context="1"
  833. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  834. >MSVCP60.dll</PROPERTY>
  835. </PROPERTIES>
  836. </RESOURCE>
  837. <RESOURCE
  838. Name="File(819):&quot;%11%\wbem&quot;,&quot;cli.mof&quot;"
  839. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  840. BuildTypeMask="819"
  841. BuildOrder="1000"
  842. Localize="False"
  843. Disabled="False"
  844. Context="1"
  845. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  846. >
  847. <PROPERTIES
  848. Context="1"
  849. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  850. >
  851. <PROPERTY
  852. Name="DstPath"
  853. Format="String"
  854. Context="1"
  855. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  856. >%11%\wbem</PROPERTY>
  857. <PROPERTY
  858. Name="DstName"
  859. Format="String"
  860. Context="1"
  861. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  862. >cli.mof</PROPERTY>
  863. <PROPERTY
  864. Name="NoExpand"
  865. Format="Boolean"
  866. Context="1"
  867. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  868. >False</PROPERTY>
  869. </PROPERTIES>
  870. </RESOURCE>
  871. <RESOURCE
  872. Name="File(819):&quot;%11%\wbem&quot;,&quot;cliegaliases.mfl&quot;"
  873. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  874. BuildTypeMask="819"
  875. BuildOrder="1000"
  876. Localize="False"
  877. Disabled="False"
  878. Context="1"
  879. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  880. >
  881. <PROPERTIES
  882. Context="1"
  883. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  884. >
  885. <PROPERTY
  886. Name="SrcName"
  887. Format="String"
  888. Context="1"
  889. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  890. >cliegali.mfl</PROPERTY>
  891. <PROPERTY
  892. Name="DstPath"
  893. Format="String"
  894. Context="1"
  895. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  896. >%11%\wbem</PROPERTY>
  897. <PROPERTY
  898. Name="DstName"
  899. Format="String"
  900. Context="1"
  901. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  902. >cliegaliases.mfl</PROPERTY>
  903. <PROPERTY
  904. Name="NoExpand"
  905. Format="Boolean"
  906. Context="1"
  907. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  908. >False</PROPERTY>
  909. </PROPERTIES>
  910. </RESOURCE>
  911. <RESOURCE
  912. Name="File(819):&quot;%11%\wbem&quot;,&quot;cliegaliases.mof&quot;"
  913. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  914. BuildTypeMask="819"
  915. BuildOrder="1000"
  916. Localize="False"
  917. Disabled="False"
  918. Context="1"
  919. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  920. >
  921. <PROPERTIES
  922. Context="1"
  923. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  924. >
  925. <PROPERTY
  926. Name="SrcName"
  927. Format="String"
  928. Context="1"
  929. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  930. >cliegali.mof</PROPERTY>
  931. <PROPERTY
  932. Name="DstPath"
  933. Format="String"
  934. Context="1"
  935. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  936. >%11%\wbem</PROPERTY>
  937. <PROPERTY
  938. Name="DstName"
  939. Format="String"
  940. Context="1"
  941. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  942. >cliegaliases.mof</PROPERTY>
  943. <PROPERTY
  944. Name="NoExpand"
  945. Format="Boolean"
  946. Context="1"
  947. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  948. >False</PROPERTY>
  949. </PROPERTIES>
  950. </RESOURCE>
  951. <RESOURCE
  952. Name="File(819):&quot;%11%\wbem&quot;,&quot;csv.xsl&quot;"
  953. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  954. BuildTypeMask="819"
  955. BuildOrder="1000"
  956. Localize="False"
  957. Disabled="False"
  958. Context="1"
  959. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  960. >
  961. <PROPERTIES
  962. Context="1"
  963. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  964. >
  965. <PROPERTY
  966. Name="DstPath"
  967. Format="String"
  968. Context="1"
  969. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  970. >%11%\wbem</PROPERTY>
  971. <PROPERTY
  972. Name="DstName"
  973. Format="String"
  974. Context="1"
  975. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  976. >csv.xsl</PROPERTY>
  977. <PROPERTY
  978. Name="NoExpand"
  979. Format="Boolean"
  980. Context="1"
  981. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  982. >False</PROPERTY>
  983. </PROPERTIES>
  984. </RESOURCE>
  985. <RESOURCE
  986. Name="File(819):&quot;%11%\wbem&quot;,&quot;htable-sortby.xsl&quot;"
  987. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  988. BuildTypeMask="819"
  989. BuildOrder="1000"
  990. Localize="False"
  991. Disabled="False"
  992. Context="1"
  993. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  994. >
  995. <PROPERTIES
  996. Context="1"
  997. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  998. >
  999. <PROPERTY
  1000. Name="SrcName"
  1001. Format="String"
  1002. Context="1"
  1003. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1004. >htblsort.xsl</PROPERTY>
  1005. <PROPERTY
  1006. Name="DstPath"
  1007. Format="String"
  1008. Context="1"
  1009. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1010. >%11%\wbem</PROPERTY>
  1011. <PROPERTY
  1012. Name="DstName"
  1013. Format="String"
  1014. Context="1"
  1015. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1016. >htable-sortby.xsl</PROPERTY>
  1017. <PROPERTY
  1018. Name="NoExpand"
  1019. Format="Boolean"
  1020. Context="1"
  1021. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1022. >False</PROPERTY>
  1023. </PROPERTIES>
  1024. </RESOURCE>
  1025. <RESOURCE
  1026. Name="File(819):&quot;%11%\wbem&quot;,&quot;rawxml.xsl&quot;"
  1027. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  1028. BuildTypeMask="819"
  1029. BuildOrder="1000"
  1030. Localize="False"
  1031. Disabled="False"
  1032. Context="1"
  1033. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1034. >
  1035. <PROPERTIES
  1036. Context="1"
  1037. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1038. >
  1039. <PROPERTY
  1040. Name="DstPath"
  1041. Format="String"
  1042. Context="1"
  1043. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1044. >%11%\wbem</PROPERTY>
  1045. <PROPERTY
  1046. Name="DstName"
  1047. Format="String"
  1048. Context="1"
  1049. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1050. >rawxml.xsl</PROPERTY>
  1051. <PROPERTY
  1052. Name="NoExpand"
  1053. Format="Boolean"
  1054. Context="1"
  1055. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1056. >False</PROPERTY>
  1057. </PROPERTIES>
  1058. </RESOURCE>
  1059. <RESOURCE
  1060. Name="File(819):&quot;%11%\wbem&quot;,&quot;xsl-mappings.xml&quot;"
  1061. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  1062. BuildTypeMask="819"
  1063. BuildOrder="1000"
  1064. Localize="False"
  1065. Disabled="False"
  1066. Context="1"
  1067. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1068. >
  1069. <PROPERTIES
  1070. Context="1"
  1071. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1072. >
  1073. <PROPERTY
  1074. Name="SrcName"
  1075. Format="String"
  1076. Context="1"
  1077. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1078. >xslmap.xml</PROPERTY>
  1079. <PROPERTY
  1080. Name="DstPath"
  1081. Format="String"
  1082. Context="1"
  1083. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1084. >%11%\wbem</PROPERTY>
  1085. <PROPERTY
  1086. Name="DstName"
  1087. Format="String"
  1088. Context="1"
  1089. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1090. >xsl-mappings.xml</PROPERTY>
  1091. <PROPERTY
  1092. Name="NoExpand"
  1093. Format="Boolean"
  1094. Context="1"
  1095. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1096. >False</PROPERTY>
  1097. </PROPERTIES>
  1098. </RESOURCE>
  1099. <RESOURCE
  1100. Name="RawDep(819):&quot;File&quot;,&quot;iphlpapi.dll&quot;"
  1101. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1102. BuildTypeMask="819"
  1103. BuildOrder="1000"
  1104. Localize="False"
  1105. Disabled="False"
  1106. Context="1"
  1107. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1108. >
  1109. <PROPERTIES
  1110. Context="1"
  1111. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1112. >
  1113. <PROPERTY
  1114. Name="ComponentVSGUID"
  1115. Format="GUID"
  1116. Context="1"
  1117. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1118. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1119. <PROPERTY
  1120. Name="RawType"
  1121. Format="String"
  1122. Context="1"
  1123. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1124. >File</PROPERTY>
  1125. <PROPERTY
  1126. Name="Value"
  1127. Format="String"
  1128. Context="1"
  1129. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1130. >iphlpapi.dll</PROPERTY>
  1131. </PROPERTIES>
  1132. <DISPLAYNAME>Dependency upon &apos;iphlpapi.dll&apos;</DISPLAYNAME>
  1133. <DESCRIPTION></DESCRIPTION>
  1134. </RESOURCE>
  1135. <RESOURCE
  1136. Name="File(819):&quot;%18%&quot;,&quot;wmic.chm&quot;"
  1137. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  1138. BuildTypeMask="819"
  1139. BuildOrder="1000"
  1140. Localize="False"
  1141. Disabled="False"
  1142. Context="1"
  1143. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1144. >
  1145. <PROPERTIES
  1146. Context="1"
  1147. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1148. >
  1149. <PROPERTY
  1150. Name="ComponentVSGUID"
  1151. Format="GUID"
  1152. Context="1"
  1153. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1154. >{00000000-0000-0000-0000-000000000000}</PROPERTY>
  1155. <PROPERTY
  1156. Name="DstName"
  1157. Format="String"
  1158. Context="1"
  1159. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1160. >wmic.chm</PROPERTY>
  1161. <PROPERTY
  1162. Name="DstPath"
  1163. Format="String"
  1164. Context="1"
  1165. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1166. >%18%</PROPERTY>
  1167. <PROPERTY
  1168. Name="NoExpand"
  1169. Format="Boolean"
  1170. Context="1"
  1171. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1172. >False</PROPERTY>
  1173. <PROPERTY
  1174. Name="SrcFileCRC"
  1175. Format="Integer"
  1176. Context="1"
  1177. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1178. >0</PROPERTY>
  1179. <PROPERTY
  1180. Name="SrcFileSize"
  1181. Format="Integer"
  1182. Context="1"
  1183. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1184. >48008</PROPERTY>
  1185. <PROPERTY
  1186. Name="SrcName"
  1187. Format="String"
  1188. Context="1"
  1189. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1190. ></PROPERTY>
  1191. <PROPERTY
  1192. Name="SrcPath"
  1193. Format="String"
  1194. Context="1"
  1195. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1196. ></PROPERTY>
  1197. </PROPERTIES>
  1198. <DISPLAYNAME>wmic.chm</DISPLAYNAME>
  1199. <DESCRIPTION></DESCRIPTION>
  1200. </RESOURCE>
  1201. </RESOURCES>
  1202. <GROUPMEMBERS
  1203. >
  1204. <GROUPMEMBER
  1205. GroupVSGUID="{E01B4103-3883-4FE8-992F-10566E7B796C}"
  1206. ></GROUPMEMBER>
  1207. <GROUPMEMBER
  1208. GroupVSGUID="{833CB665-7185-4457-B756-D698ECFBD288}"
  1209. ></GROUPMEMBER>
  1210. </GROUPMEMBERS>
  1211. <DEPENDENCIES
  1212. Context="1"
  1213. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1214. >
  1215. <DEPENDENCY
  1216. Class="Include"
  1217. Type="All"
  1218. DependOnGUID="{CB6FD864-D64C-4BD7-A55E-DF05F1975711}"
  1219. MinRevision="0"
  1220. Disabled="False"
  1221. Context="1"
  1222. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1223. >
  1224. <PROPERTIES
  1225. Context="1"
  1226. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1227. > </PROPERTIES>
  1228. </DEPENDENCY>
  1229. </DEPENDENCIES>
  1230. <DISPLAYNAME>WMI Command Line Utility</DISPLAYNAME>
  1231. <VERSION>1.0</VERSION>
  1232. <DESCRIPTION>WMI Command line utility</DESCRIPTION>
  1233. <COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
  1234. <VENDOR>Microsoft Corp.</VENDOR>
  1235. <OWNERS>vladj</OWNERS>
  1236. <AUTHORS>vladj;shbrown</AUTHORS>
  1237. <DATECREATED>2/3/2001</DATECREATED>
  1238. <DATEREVISED>11/2/2001 12:46:08 AM</DATEREVISED>
  1239. </COMPONENT>
  1240. </COMPONENTS>
  1241. <RESTYPES
  1242. Context="1"
  1243. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1244. > </RESTYPES>
  1245. </DCARRIER>