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.

1496 lines
107 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="{94B8BB9C-C768-4613-9BC6-B0F74604FE26}"
  28. ComponentVIGUID="{02748CE0-71FA-4211-89FD-9F5A0414C9A2}"
  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=".\WBEMSNMP.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 SNMP Provider</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 SNMP Provider component allows client applications to access static
  79. and dynamic Simple Network Management (SNMP) information through Windows
  80. Management Instrumentation (WMI). The SNMP providers return dynamic information.
  81. You can specify the set of classes that the instance provider will operate
  82. against in one of the following two ways: </P>
  83. <UL type="disc">
  84. <LI>Statically, by creating classes in the&nbsp;WMI
  85. object repository name space associated with the proxy device.
  86. <LI>Dynamically, by using the SNMP class provider, which returns the set of classes located within the SNMP Module Information Repository (SMIR) name space. </LI>
  87. </UL>
  88. <P>Additionally, you can also specify whether to correlate the set of classes returned from the SMIR name space. Correlated classes define the set of classes that a given SNMP agent is known to support at the time the enumeration occurs. Noncorrelated enumeration returns all classes present within the SMIR name space, regardless of whether the agent device supports them.</P>
  89. <P>The SNMP providers include:
  90. <UL type="disc">
  91. <LI>Two SNMP data providers, which are class and instance
  92. providers. Applications use these to access and modify data relating to SNMP
  93. devices.
  94. <LI>Two SNMP event providers, called the SNMP Encapsulated Event Provider (SEEP) and the SNMP Referent Event Provider (SREP), which generate WMI events from SNMP traps and notifications. These report the same types of events, but present the event information in two different sets of extrinsic event classes: Encapsulated and Referent. To choose a format, consumers register for a particular class of events.
  95. <UL type="disc">
  96. <LI>Encapsulated means that the event class has simple
  97. properties describing the information mapped directly from the TRAP-TYPE and
  98. NOTIFICATION-TYPE macros.
  99. <LI>Referent classes abstract the information present within the macros so that properties which share the same class and instance are presented as embedded objects, thus allowing extraction of the __RELPATH so that the unique instance to which the trap is associated can be retrieved after the receipt of the event. </LI>
  100. </UL>
  101. </LI>
  102. </UL>
  103. <H2>Component Configuration</H2>
  104. <P class=indent><b class="le">Note</b>&nbsp;&nbsp;&nbsp;The SNMP provider requires Windows NT 4.0, Windows 2000, or Windows XP, and beyond. This provider does not run on Windows 95, Windows 98, or Windows ME.</P>
  105. <P>Registration provides WMI with information about the capabilities of a provider and its location. Because the WMI SNMP provider is not automatically registered with WMI when WMI is installed, client applications must complete the registration process if they want to use the WMI SNMP provider. </P>
  106. <P>The WMI SNMP provider must create an instance of the
  107. <STRONG>__Win32Provider</STRONG>
  108. system class. Depending on the type of provider, one of the
  109. following instances must also be created:
  110. <P>
  111. <TABLE id=TABLE1 style="WIDTH: 609px; HEIGHT: 96px">
  112. <TR vAlign=top>
  113. <TH width="33%">Provider type</TH>
  114. <TH width="34%">Instance to be created</TH></TR>
  115. <TR>
  116. <TD width="33%">Class provider</TD>
  117. <TD width="34%"><STRONG>__ClassProviderRegistration</STRONG> </TD></TR>
  118. <TR>
  119. <TD width="33%">Instance provider</TD>
  120. <TD width="34%"><STRONG>__InstanceProviderRegistration</STRONG> </TD></TR>
  121. <TR>
  122. <TD width="33%">Event provider&nbsp;</TD>
  123. <TD width="34%"><STRONG>__EventProviderRegistration</STRONG> </TD></TR></TABLE>
  124. <P>Providers register with WMI to publish information about the data and
  125. operations that they support and their physical implementation. WMI uses this
  126. information to load and initialize the provider and to determine the right
  127. provider for a particular client request. All types of providers follow the same
  128. procedure for registration. Neither WMI nor the provider needs to be running
  129. during the registration process. To register with WMI, a provider must execute
  130. the following steps. </P>
  131. <OL>
  132. <LI>Register with the Component Object Model (COM) by
  133. creating registry entries if necessary. This process applies to all COM
  134. servers and is unrelated to WMI.
  135. <LI>Create a Managed Object Format (MOF) file that
  136. contains the following two instances:
  137. <UL>
  138. <LI>An instance of the <STRONG>__Win32Provider</STRONG>
  139. class to describe the physical implementation of the provider.
  140. <LI>An instance of a class derived either directly or
  141. indirectly from <STRONG>__ProviderRegistration</STRONG>
  142. to describe the logical implementation of the
  143. provider. </LI></UL>
  144. <LI>Place the MOF file into a permanent directory,
  145. typically the provider's installation directory.
  146. <LI>Compile the MOF file using the MOF compiler or the
  147. <STRONG>IMofCompiler</STRONG> interface. The MOF compiler parses a file
  148. containing MOF statements and adds the classes and class instances defined in
  149. the file to the WMI&nbsp;repository. </LI></OL>
  150. <H2>Special Notes</H2>
  151. <P>The WMI SNMP Provider component services requests to instantiate instances of classes that represent MIB objects or SNMP events. MIB objects are mapped to SNMP&nbsp;WMI classes using the OBJECT-TYPE macro; events are mapped to classes using the TRAP-TYPE and NOTIFICATION-TYPE macros. </P>
  152. <P>It is possible that the WMI SNMP Provider will not obtain all of the MIB objects that refer to a particular property of an instance. When this occurs with an instance of a MIB object class, the WMI SNMP Provider marks the property as NULL and attaches the Boolean qualifier Not_Available. When a MIB object is unavailable for an event class, the event provider sets the corresponding property to NULL without attaching the Not_Available qualifier.</P>
  153. <P>When an error occurs due to type mismatching between property definitions and MIB definitions, the instance provider marks the property with another Boolean qualifier, Type_Mismatch. The property itself is assigned a value representing the SNMP protocol encoding type. </P>
  154. <P>For example, consider the property ifType that disallows the value 0. If a type mismatching occurs for this property, the instance provider sets:
  155. <UL type="disc">
  156. <LI>The Type_Mismatch qualifier
  157. <LI>The ifType property to the string value '0' </LI>
  158. </UL>
  159. <P>The WMI SNMP Provider also marks the property with Type_Mismatch if the object identifier in a variable binding does not match the object identifier of the event class property.</P>
  160. <P>For each instance returned by the provider, the instance is modified so that all qualifiers present within the containing namespace are inherited by that instance.</P>
  161. <P>WMI SNMP Provider creates embedded objects using instance information in the variable binding's object identifier to create key properties for the embedded object. If the object identifier of the variable binding has inconsistent instance information such that the key properties cannot be determined, the keys of the embedded object are set to NULL and marked with the Type_Mismatch qualifier.</P>
  162. <P>WMI SNP Provider detects a conflict between the data in a variable binding and the instance information in the variable binding's object identifier when the following occurs:
  163. <UL type="disc">
  164. <LI>The property being set is a key property.
  165. <LI>The data in the variable binding does not have the same value as the value taken from the instance information from the variable binding's object identifier. </LI>
  166. </UL>
  167. <P>In this case, the property is given the value from the variable binding data and marked with the qualifier Value_Mismatch.</P>
  168. <P>The&nbsp;WMI SNMP Provider component is designed to work with the&nbsp;WMI Core component&nbsp;and other WMI provider components. WMI SNMP Provider also requires the&nbsp;WMI Tools&nbsp;component for&nbsp;compiling MOF files by&nbsp;using the Mofcomp.exe tool.</P>
  169. <P>The following components have related functionality:
  170. <UL type="disc">
  171. <LI>WMI Core
  172. <LI>WMI View Provider
  173. <LI>WMI DS Provider
  174. <LI>WMI Windows Installer Provider
  175. <LI>WMI Win32 Provider </LI>
  176. </UL>
  177. <H2>For More Information </H2>
  178. <P>For more information on WMI, see the Platform Software Development Kit (SDK) at this <A HREF="http://msdn.microsoft.com">Microsoft Web site</A>.</P>
  179. </BODY>
  180. </HTML>
  181. ]]></HELPCONTEXT>
  182. <PROPERTIES
  183. Context="1"
  184. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  185. >
  186. <PROPERTY
  187. Name="Tip"
  188. Format="String"
  189. Context="1"
  190. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  191. >Allows client applications to access static and dynamic SNMP information through Windows Management Instrumentation (WMI).</PROPERTY>
  192. <PROPERTY
  193. Name="Parent"
  194. Format="String"
  195. Context="1"
  196. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  197. >NetOC</PROPERTY>
  198. <PROPERTY
  199. Name="IconIndex"
  200. Format="String"
  201. Context="1"
  202. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  203. >17</PROPERTY>
  204. <PROPERTY
  205. Name="Uninstall WBEMSNMP.Uninstall 1"
  206. Format="String"
  207. Context="1"
  208. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  209. >DelFiles=WBEMSNMP.CopyFiles,WBEMSNMP.SNMPCopyFiles</PROPERTY>
  210. <PROPERTY
  211. Name="Uninstall WBEMSNMP.Uninstall 2"
  212. Format="String"
  213. Context="1"
  214. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  215. >DelReg=WBEMSNMP.DelReg</PROPERTY>
  216. <PROPERTY
  217. Name="Uninstall WBEMSNMP.Uninstall 3"
  218. Format="String"
  219. Context="1"
  220. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  221. >UnregisterDlls=WBEMSNMP.UnRegSvr</PROPERTY>
  222. </PROPERTIES>
  223. <RESOURCES
  224. Context="1"
  225. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  226. >
  227. <RESOURCE
  228. Name="File(819):&quot;%11%\WBEM&quot;,&quot;snmpcl.dll&quot;"
  229. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  230. BuildTypeMask="819"
  231. BuildOrder="1000"
  232. Localize="False"
  233. Disabled="False"
  234. Context="1"
  235. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  236. >
  237. <PROPERTIES
  238. Context="1"
  239. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  240. >
  241. <PROPERTY
  242. Name="DstPath"
  243. Format="String"
  244. Context="1"
  245. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  246. >%11%\WBEM</PROPERTY>
  247. <PROPERTY
  248. Name="DstName"
  249. Format="String"
  250. Context="1"
  251. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  252. >snmpcl.dll</PROPERTY>
  253. <PROPERTY
  254. Name="NoExpand"
  255. Format="Boolean"
  256. Context="1"
  257. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  258. >False</PROPERTY>
  259. </PROPERTIES>
  260. </RESOURCE>
  261. <RESOURCE
  262. Name="File(819):&quot;%11%\WBEM&quot;,&quot;snmpincl.dll&quot;"
  263. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  264. BuildTypeMask="819"
  265. BuildOrder="1000"
  266. Localize="False"
  267. Disabled="False"
  268. Context="1"
  269. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  270. >
  271. <PROPERTIES
  272. Context="1"
  273. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  274. >
  275. <PROPERTY
  276. Name="DstPath"
  277. Format="String"
  278. Context="1"
  279. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  280. >%11%\WBEM</PROPERTY>
  281. <PROPERTY
  282. Name="DstName"
  283. Format="String"
  284. Context="1"
  285. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  286. >snmpincl.dll</PROPERTY>
  287. <PROPERTY
  288. Name="NoExpand"
  289. Format="Boolean"
  290. Context="1"
  291. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  292. >False</PROPERTY>
  293. </PROPERTIES>
  294. </RESOURCE>
  295. <RESOURCE
  296. Name="File(819):&quot;%11%\WBEM&quot;,&quot;snmpreg.mof&quot;"
  297. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  298. BuildTypeMask="819"
  299. BuildOrder="1000"
  300. Localize="False"
  301. Disabled="False"
  302. Context="1"
  303. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  304. >
  305. <PROPERTIES
  306. Context="1"
  307. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  308. >
  309. <PROPERTY
  310. Name="DstPath"
  311. Format="String"
  312. Context="1"
  313. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  314. >%11%\WBEM</PROPERTY>
  315. <PROPERTY
  316. Name="DstName"
  317. Format="String"
  318. Context="1"
  319. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  320. >snmpreg.mof</PROPERTY>
  321. <PROPERTY
  322. Name="NoExpand"
  323. Format="Boolean"
  324. Context="1"
  325. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  326. >False</PROPERTY>
  327. </PROPERTIES>
  328. </RESOURCE>
  329. <RESOURCE
  330. Name="File(819):&quot;%11%\WBEM&quot;,&quot;snmpsmir.dll&quot;"
  331. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  332. BuildTypeMask="819"
  333. BuildOrder="1000"
  334. Localize="False"
  335. Disabled="False"
  336. Context="1"
  337. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  338. >
  339. <PROPERTIES
  340. Context="1"
  341. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  342. >
  343. <PROPERTY
  344. Name="DstPath"
  345. Format="String"
  346. Context="1"
  347. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  348. >%11%\WBEM</PROPERTY>
  349. <PROPERTY
  350. Name="DstName"
  351. Format="String"
  352. Context="1"
  353. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  354. >snmpsmir.dll</PROPERTY>
  355. <PROPERTY
  356. Name="NoExpand"
  357. Format="Boolean"
  358. Context="1"
  359. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  360. >False</PROPERTY>
  361. </PROPERTIES>
  362. </RESOURCE>
  363. <RESOURCE
  364. Name="File(819):&quot;%11%\WBEM&quot;,&quot;snmpsmir.mof&quot;"
  365. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  366. BuildTypeMask="819"
  367. BuildOrder="1000"
  368. Localize="False"
  369. Disabled="False"
  370. Context="1"
  371. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  372. >
  373. <PROPERTIES
  374. Context="1"
  375. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  376. >
  377. <PROPERTY
  378. Name="DstPath"
  379. Format="String"
  380. Context="1"
  381. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  382. >%11%\WBEM</PROPERTY>
  383. <PROPERTY
  384. Name="DstName"
  385. Format="String"
  386. Context="1"
  387. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  388. >snmpsmir.mof</PROPERTY>
  389. <PROPERTY
  390. Name="NoExpand"
  391. Format="Boolean"
  392. Context="1"
  393. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  394. >False</PROPERTY>
  395. </PROPERTIES>
  396. </RESOURCE>
  397. <RESOURCE
  398. Name="File(819):&quot;%11%\WBEM&quot;,&quot;snmpstup.dll&quot;"
  399. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  400. BuildTypeMask="819"
  401. BuildOrder="1000"
  402. Localize="False"
  403. Disabled="False"
  404. Context="1"
  405. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  406. >
  407. <PROPERTIES
  408. Context="1"
  409. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  410. >
  411. <PROPERTY
  412. Name="DstPath"
  413. Format="String"
  414. Context="1"
  415. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  416. >%11%\WBEM</PROPERTY>
  417. <PROPERTY
  418. Name="DstName"
  419. Format="String"
  420. Context="1"
  421. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  422. >snmpstup.dll</PROPERTY>
  423. <PROPERTY
  424. Name="NoExpand"
  425. Format="Boolean"
  426. Context="1"
  427. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  428. >False</PROPERTY>
  429. </PROPERTIES>
  430. </RESOURCE>
  431. <RESOURCE
  432. Name="File(819):&quot;%11%\WBEM&quot;,&quot;snmpthrd.dll&quot;"
  433. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  434. BuildTypeMask="819"
  435. BuildOrder="1000"
  436. Localize="False"
  437. Disabled="False"
  438. Context="1"
  439. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  440. >
  441. <PROPERTIES
  442. Context="1"
  443. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  444. >
  445. <PROPERTY
  446. Name="DstPath"
  447. Format="String"
  448. Context="1"
  449. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  450. >%11%\WBEM</PROPERTY>
  451. <PROPERTY
  452. Name="DstName"
  453. Format="String"
  454. Context="1"
  455. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  456. >snmpthrd.dll</PROPERTY>
  457. <PROPERTY
  458. Name="NoExpand"
  459. Format="Boolean"
  460. Context="1"
  461. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  462. >False</PROPERTY>
  463. </PROPERTIES>
  464. </RESOURCE>
  465. <RESOURCE
  466. Name="File(819):&quot;%11%\WBEM\SNMP&quot;,&quot;smi2smir.exe&quot;"
  467. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  468. BuildTypeMask="819"
  469. BuildOrder="1000"
  470. Localize="False"
  471. Disabled="False"
  472. Context="1"
  473. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  474. >
  475. <PROPERTIES
  476. Context="1"
  477. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  478. >
  479. <PROPERTY
  480. Name="DstPath"
  481. Format="String"
  482. Context="1"
  483. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  484. >%11%\WBEM\SNMP</PROPERTY>
  485. <PROPERTY
  486. Name="DstName"
  487. Format="String"
  488. Context="1"
  489. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  490. >smi2smir.exe</PROPERTY>
  491. <PROPERTY
  492. Name="NoExpand"
  493. Format="Boolean"
  494. Context="1"
  495. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  496. >False</PROPERTY>
  497. </PROPERTIES>
  498. </RESOURCE>
  499. <RESOURCE
  500. Name="File(819):&quot;%11%\WBEM\SNMP&quot;,&quot;smierrsm.dll&quot;"
  501. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  502. BuildTypeMask="819"
  503. BuildOrder="1000"
  504. Localize="False"
  505. Disabled="False"
  506. Context="1"
  507. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  508. >
  509. <PROPERTIES
  510. Context="1"
  511. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  512. >
  513. <PROPERTY
  514. Name="DstPath"
  515. Format="String"
  516. Context="1"
  517. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  518. >%11%\WBEM\SNMP</PROPERTY>
  519. <PROPERTY
  520. Name="DstName"
  521. Format="String"
  522. Context="1"
  523. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  524. >smierrsm.dll</PROPERTY>
  525. <PROPERTY
  526. Name="NoExpand"
  527. Format="Boolean"
  528. Context="1"
  529. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  530. >False</PROPERTY>
  531. </PROPERTIES>
  532. </RESOURCE>
  533. <RESOURCE
  534. Name="File(819):&quot;%11%\WBEM\SNMP&quot;,&quot;smierrsy.dll&quot;"
  535. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  536. BuildTypeMask="819"
  537. BuildOrder="1000"
  538. Localize="False"
  539. Disabled="False"
  540. Context="1"
  541. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  542. >
  543. <PROPERTIES
  544. Context="1"
  545. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  546. >
  547. <PROPERTY
  548. Name="DstPath"
  549. Format="String"
  550. Context="1"
  551. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  552. >%11%\WBEM\SNMP</PROPERTY>
  553. <PROPERTY
  554. Name="DstName"
  555. Format="String"
  556. Context="1"
  557. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  558. >smierrsy.dll</PROPERTY>
  559. <PROPERTY
  560. Name="NoExpand"
  561. Format="Boolean"
  562. Context="1"
  563. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  564. >False</PROPERTY>
  565. </PROPERTIES>
  566. </RESOURCE>
  567. <RESOURCE
  568. Name="File(819):&quot;%11%\WBEM\SNMP&quot;,&quot;smimsgif.dll&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\SNMP</PROPERTY>
  587. <PROPERTY
  588. Name="DstName"
  589. Format="String"
  590. Context="1"
  591. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  592. >smimsgif.dll</PROPERTY>
  593. <PROPERTY
  594. Name="NoExpand"
  595. Format="Boolean"
  596. Context="1"
  597. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  598. >False</PROPERTY>
  599. </PROPERTIES>
  600. </RESOURCE>
  601. <RESOURCE
  602. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\Providers\SNMP\COMPILER&quot;,&quot;File Suffixes&quot;"
  603. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  604. BuildTypeMask="819"
  605. BuildOrder="1000"
  606. Localize="False"
  607. Disabled="False"
  608. Context="1"
  609. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  610. >
  611. <PROPERTIES
  612. Context="1"
  613. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  614. >
  615. <PROPERTY
  616. Name="KeyPath"
  617. Format="String"
  618. Context="1"
  619. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  620. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\Providers\SNMP\COMPILER</PROPERTY>
  621. <PROPERTY
  622. Name="RegType"
  623. Format="Integer"
  624. Context="1"
  625. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  626. >7</PROPERTY>
  627. <PROPERTY
  628. Name="RegValue"
  629. Format="Multi"
  630. Context="1"
  631. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  632. >74007800740000006D00690062000000610073006E000000</PROPERTY>
  633. <PROPERTY
  634. Name="ValueName"
  635. Format="String"
  636. Context="1"
  637. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  638. >File Suffixes</PROPERTY>
  639. <PROPERTY
  640. Name="RegCond"
  641. Format="Integer"
  642. Context="1"
  643. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  644. >1</PROPERTY>
  645. <PROPERTY
  646. Name="RegOp"
  647. Format="Integer"
  648. Context="1"
  649. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  650. >1</PROPERTY>
  651. </PROPERTIES>
  652. </RESOURCE>
  653. <RESOURCE
  654. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\Providers\SNMP\COMPILER\MIB&quot;,&quot;&quot;"
  655. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  656. BuildTypeMask="819"
  657. BuildOrder="1000"
  658. Localize="False"
  659. Disabled="False"
  660. Context="1"
  661. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  662. >
  663. <PROPERTIES
  664. Context="1"
  665. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  666. >
  667. <PROPERTY
  668. Name="KeyPath"
  669. Format="String"
  670. Context="1"
  671. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  672. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\Providers\SNMP\COMPILER\MIB</PROPERTY>
  673. <PROPERTY
  674. Name="RegType"
  675. Format="Integer"
  676. Context="1"
  677. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  678. >1</PROPERTY>
  679. <PROPERTY
  680. Name="RegValue"
  681. Format="String"
  682. Context="1"
  683. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  684. ></PROPERTY>
  685. <PROPERTY
  686. Name="ValueName"
  687. Format="String"
  688. Context="1"
  689. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  690. ></PROPERTY>
  691. <PROPERTY
  692. Name="RegCond"
  693. Format="Integer"
  694. Context="1"
  695. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  696. >1</PROPERTY>
  697. <PROPERTY
  698. Name="RegOp"
  699. Format="Integer"
  700. Context="1"
  701. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  702. >1</PROPERTY>
  703. </PROPERTIES>
  704. </RESOURCE>
  705. <RESOURCE
  706. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\Providers\SNMP\Correlator&quot;,&quot;MaxVarBinds&quot;"
  707. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  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="KeyPath"
  721. Format="String"
  722. Context="1"
  723. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  724. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\Providers\SNMP\Correlator</PROPERTY>
  725. <PROPERTY
  726. Name="RegType"
  727. Format="Integer"
  728. Context="1"
  729. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  730. >4</PROPERTY>
  731. <PROPERTY
  732. Name="RegValue"
  733. Format="Integer"
  734. Context="1"
  735. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  736. >6</PROPERTY>
  737. <PROPERTY
  738. Name="ValueName"
  739. Format="String"
  740. Context="1"
  741. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  742. >MaxVarBinds</PROPERTY>
  743. <PROPERTY
  744. Name="RegCond"
  745. Format="Integer"
  746. Context="1"
  747. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  748. >1</PROPERTY>
  749. <PROPERTY
  750. Name="RegOp"
  751. Format="Integer"
  752. Context="1"
  753. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  754. >1</PROPERTY>
  755. </PROPERTIES>
  756. </RESOURCE>
  757. <RESOURCE
  758. Name="RegKey(819):&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\Providers\SNMP\Events&quot;,&quot;StrobeCount&quot;"
  759. ResTypeVSGUID="{2C10DB69-39AB-48A4-A83F-9AB3ACBA7C45}"
  760. BuildTypeMask="819"
  761. BuildOrder="1000"
  762. Localize="False"
  763. Disabled="False"
  764. Context="1"
  765. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  766. >
  767. <PROPERTIES
  768. Context="1"
  769. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  770. >
  771. <PROPERTY
  772. Name="KeyPath"
  773. Format="String"
  774. Context="1"
  775. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  776. >HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\Providers\SNMP\Events</PROPERTY>
  777. <PROPERTY
  778. Name="RegType"
  779. Format="Integer"
  780. Context="1"
  781. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  782. >4</PROPERTY>
  783. <PROPERTY
  784. Name="RegValue"
  785. Format="Integer"
  786. Context="1"
  787. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  788. >1</PROPERTY>
  789. <PROPERTY
  790. Name="ValueName"
  791. Format="String"
  792. Context="1"
  793. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  794. >StrobeCount</PROPERTY>
  795. <PROPERTY
  796. Name="RegCond"
  797. Format="Integer"
  798. Context="1"
  799. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  800. >1</PROPERTY>
  801. <PROPERTY
  802. Name="RegOp"
  803. Format="Integer"
  804. Context="1"
  805. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  806. >1</PROPERTY>
  807. </PROPERTIES>
  808. </RESOURCE>
  809. <RESOURCE
  810. Name="RawDep(819):&quot;File&quot;,&quot;MSVCRT.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. >MSVCRT.dll</PROPERTY>
  835. </PROPERTIES>
  836. </RESOURCE>
  837. <RESOURCE
  838. Name="RawDep(819):&quot;File&quot;,&quot;MSVCIRT.dll&quot;"
  839. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  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="RawType"
  853. Format="String"
  854. Context="1"
  855. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  856. >File</PROPERTY>
  857. <PROPERTY
  858. Name="Value"
  859. Format="String"
  860. Context="1"
  861. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  862. >MSVCIRT.dll</PROPERTY>
  863. </PROPERTIES>
  864. </RESOURCE>
  865. <RESOURCE
  866. Name="RawDep(819):&quot;File&quot;,&quot;wsnmp32.dll&quot;"
  867. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  868. BuildTypeMask="819"
  869. BuildOrder="1000"
  870. Localize="False"
  871. Disabled="False"
  872. Context="1"
  873. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  874. >
  875. <PROPERTIES
  876. Context="1"
  877. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  878. >
  879. <PROPERTY
  880. Name="RawType"
  881. Format="String"
  882. Context="1"
  883. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  884. >File</PROPERTY>
  885. <PROPERTY
  886. Name="Value"
  887. Format="String"
  888. Context="1"
  889. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  890. >wsnmp32.dll</PROPERTY>
  891. </PROPERTIES>
  892. </RESOURCE>
  893. <RESOURCE
  894. Name="RawDep(819):&quot;File&quot;,&quot;KERNEL32.dll&quot;"
  895. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  896. BuildTypeMask="819"
  897. BuildOrder="1000"
  898. Localize="False"
  899. Disabled="False"
  900. Context="1"
  901. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  902. >
  903. <PROPERTIES
  904. Context="1"
  905. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  906. >
  907. <PROPERTY
  908. Name="RawType"
  909. Format="String"
  910. Context="1"
  911. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  912. >File</PROPERTY>
  913. <PROPERTY
  914. Name="Value"
  915. Format="String"
  916. Context="1"
  917. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  918. >KERNEL32.dll</PROPERTY>
  919. </PROPERTIES>
  920. </RESOURCE>
  921. <RESOURCE
  922. Name="RawDep(819):&quot;File&quot;,&quot;OLEAUT32.dll&quot;"
  923. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  924. BuildTypeMask="819"
  925. BuildOrder="1000"
  926. Localize="False"
  927. Disabled="False"
  928. Context="1"
  929. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  930. >
  931. <PROPERTIES
  932. Context="1"
  933. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  934. >
  935. <PROPERTY
  936. Name="RawType"
  937. Format="String"
  938. Context="1"
  939. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  940. >File</PROPERTY>
  941. <PROPERTY
  942. Name="Value"
  943. Format="String"
  944. Context="1"
  945. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  946. >OLEAUT32.dll</PROPERTY>
  947. </PROPERTIES>
  948. </RESOURCE>
  949. <RESOURCE
  950. Name="RawDep(819):&quot;File&quot;,&quot;USER32.dll&quot;"
  951. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  952. BuildTypeMask="819"
  953. BuildOrder="1000"
  954. Localize="False"
  955. Disabled="False"
  956. Context="1"
  957. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  958. >
  959. <PROPERTIES
  960. Context="1"
  961. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  962. >
  963. <PROPERTY
  964. Name="RawType"
  965. Format="String"
  966. Context="1"
  967. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  968. >File</PROPERTY>
  969. <PROPERTY
  970. Name="Value"
  971. Format="String"
  972. Context="1"
  973. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  974. >USER32.dll</PROPERTY>
  975. </PROPERTIES>
  976. </RESOURCE>
  977. <RESOURCE
  978. Name="RawDep(819):&quot;File&quot;,&quot;WSOCK32.dll&quot;"
  979. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  980. BuildTypeMask="819"
  981. BuildOrder="1000"
  982. Localize="False"
  983. Disabled="False"
  984. Context="1"
  985. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  986. >
  987. <PROPERTIES
  988. Context="1"
  989. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  990. >
  991. <PROPERTY
  992. Name="RawType"
  993. Format="String"
  994. Context="1"
  995. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  996. >File</PROPERTY>
  997. <PROPERTY
  998. Name="Value"
  999. Format="String"
  1000. Context="1"
  1001. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1002. >WSOCK32.dll</PROPERTY>
  1003. </PROPERTIES>
  1004. </RESOURCE>
  1005. <RESOURCE
  1006. Name="RawDep(819):&quot;File&quot;,&quot;PROVTHRD.dll&quot;"
  1007. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1008. BuildTypeMask="819"
  1009. BuildOrder="1000"
  1010. Localize="False"
  1011. Disabled="False"
  1012. Context="1"
  1013. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1014. >
  1015. <PROPERTIES
  1016. Context="1"
  1017. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1018. >
  1019. <PROPERTY
  1020. Name="RawType"
  1021. Format="String"
  1022. Context="1"
  1023. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1024. >File</PROPERTY>
  1025. <PROPERTY
  1026. Name="Value"
  1027. Format="String"
  1028. Context="1"
  1029. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1030. >PROVTHRD.dll</PROPERTY>
  1031. </PROPERTIES>
  1032. </RESOURCE>
  1033. <RESOURCE
  1034. Name="RawDep(819):&quot;File&quot;,&quot;ADVAPI32.dll&quot;"
  1035. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1036. BuildTypeMask="819"
  1037. BuildOrder="1000"
  1038. Localize="False"
  1039. Disabled="False"
  1040. Context="1"
  1041. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1042. >
  1043. <PROPERTIES
  1044. Context="1"
  1045. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1046. >
  1047. <PROPERTY
  1048. Name="RawType"
  1049. Format="String"
  1050. Context="1"
  1051. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1052. >File</PROPERTY>
  1053. <PROPERTY
  1054. Name="Value"
  1055. Format="String"
  1056. Context="1"
  1057. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1058. >ADVAPI32.dll</PROPERTY>
  1059. </PROPERTIES>
  1060. </RESOURCE>
  1061. <RESOURCE
  1062. Name="RawDep(819):&quot;File&quot;,&quot;ole32.dll&quot;"
  1063. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1064. BuildTypeMask="819"
  1065. BuildOrder="1000"
  1066. Localize="False"
  1067. Disabled="False"
  1068. Context="1"
  1069. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1070. >
  1071. <PROPERTIES
  1072. Context="1"
  1073. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1074. >
  1075. <PROPERTY
  1076. Name="RawType"
  1077. Format="String"
  1078. Context="1"
  1079. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1080. >File</PROPERTY>
  1081. <PROPERTY
  1082. Name="Value"
  1083. Format="String"
  1084. Context="1"
  1085. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1086. >ole32.dll</PROPERTY>
  1087. </PROPERTIES>
  1088. </RESOURCE>
  1089. <RESOURCE
  1090. Name="RawDep(819):&quot;File&quot;,&quot;VERSION.dll&quot;"
  1091. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  1092. BuildTypeMask="819"
  1093. BuildOrder="1000"
  1094. Localize="False"
  1095. Disabled="False"
  1096. Context="1"
  1097. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1098. >
  1099. <PROPERTIES
  1100. Context="1"
  1101. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1102. >
  1103. <PROPERTY
  1104. Name="RawType"
  1105. Format="String"
  1106. Context="1"
  1107. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1108. >File</PROPERTY>
  1109. <PROPERTY
  1110. Name="Value"
  1111. Format="String"
  1112. Context="1"
  1113. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1114. >VERSION.dll</PROPERTY>
  1115. </PROPERTIES>
  1116. </RESOURCE>
  1117. <RESOURCE
  1118. Name="FBRegDLL(819):&quot;%11%\wbem\snmpincl.dll&quot;,&quot;&quot;"
  1119. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  1120. BuildTypeMask="819"
  1121. BuildOrder="1000"
  1122. Localize="False"
  1123. Disabled="False"
  1124. Context="1"
  1125. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1126. >
  1127. <PROPERTIES
  1128. Context="1"
  1129. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1130. >
  1131. <PROPERTY
  1132. Name="Arguments"
  1133. Format="String"
  1134. Context="1"
  1135. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1136. ></PROPERTY>
  1137. <PROPERTY
  1138. Name="DLLEntryPoint"
  1139. Format="String"
  1140. Context="1"
  1141. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1142. ></PROPERTY>
  1143. <PROPERTY
  1144. Name="DLLInstall"
  1145. Format="Boolean"
  1146. Context="1"
  1147. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1148. >False</PROPERTY>
  1149. <PROPERTY
  1150. Name="DLLRegister"
  1151. Format="Boolean"
  1152. Context="1"
  1153. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1154. >True</PROPERTY>
  1155. <PROPERTY
  1156. Name="FilePath"
  1157. Format="String"
  1158. Context="1"
  1159. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1160. >%11%\wbem\snmpincl.dll</PROPERTY>
  1161. <PROPERTY
  1162. Name="Flags"
  1163. Format="Integer"
  1164. Context="1"
  1165. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1166. >0</PROPERTY>
  1167. <PROPERTY
  1168. Name="Timeout"
  1169. Format="Integer"
  1170. Context="1"
  1171. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1172. >0</PROPERTY>
  1173. </PROPERTIES>
  1174. </RESOURCE>
  1175. <RESOURCE
  1176. Name="FBRegDLL(819):&quot;%11%\wbem\snmpsmir.dll&quot;,&quot;&quot;"
  1177. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  1178. BuildTypeMask="819"
  1179. BuildOrder="1000"
  1180. Localize="False"
  1181. Disabled="False"
  1182. Context="1"
  1183. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1184. >
  1185. <PROPERTIES
  1186. Context="1"
  1187. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1188. >
  1189. <PROPERTY
  1190. Name="Arguments"
  1191. Format="String"
  1192. Context="1"
  1193. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1194. ></PROPERTY>
  1195. <PROPERTY
  1196. Name="DLLEntryPoint"
  1197. Format="String"
  1198. Context="1"
  1199. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1200. ></PROPERTY>
  1201. <PROPERTY
  1202. Name="DLLInstall"
  1203. Format="Boolean"
  1204. Context="1"
  1205. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1206. >False</PROPERTY>
  1207. <PROPERTY
  1208. Name="DLLRegister"
  1209. Format="Boolean"
  1210. Context="1"
  1211. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1212. >True</PROPERTY>
  1213. <PROPERTY
  1214. Name="FilePath"
  1215. Format="String"
  1216. Context="1"
  1217. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1218. >%11%\wbem\snmpsmir.dll</PROPERTY>
  1219. <PROPERTY
  1220. Name="Flags"
  1221. Format="Integer"
  1222. Context="1"
  1223. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1224. >0</PROPERTY>
  1225. <PROPERTY
  1226. Name="Timeout"
  1227. Format="Integer"
  1228. Context="1"
  1229. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1230. >0</PROPERTY>
  1231. </PROPERTIES>
  1232. </RESOURCE>
  1233. <RESOURCE
  1234. Name="FBRegDLL(819):&quot;%11%\wbem\snmpstup.dll&quot;,&quot;&quot;"
  1235. ResTypeVSGUID="{322D2CA9-219E-4380-989B-12E8A830DFFA}"
  1236. BuildTypeMask="819"
  1237. BuildOrder="1000"
  1238. Localize="False"
  1239. Disabled="False"
  1240. Context="1"
  1241. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1242. >
  1243. <PROPERTIES
  1244. Context="1"
  1245. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1246. >
  1247. <PROPERTY
  1248. Name="Arguments"
  1249. Format="String"
  1250. Context="1"
  1251. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1252. ></PROPERTY>
  1253. <PROPERTY
  1254. Name="DLLEntryPoint"
  1255. Format="String"
  1256. Context="1"
  1257. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1258. ></PROPERTY>
  1259. <PROPERTY
  1260. Name="DLLInstall"
  1261. Format="Boolean"
  1262. Context="1"
  1263. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1264. >False</PROPERTY>
  1265. <PROPERTY
  1266. Name="DLLRegister"
  1267. Format="Boolean"
  1268. Context="1"
  1269. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1270. >True</PROPERTY>
  1271. <PROPERTY
  1272. Name="FilePath"
  1273. Format="String"
  1274. Context="1"
  1275. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1276. >%11%\wbem\snmpstup.dll</PROPERTY>
  1277. <PROPERTY
  1278. Name="Flags"
  1279. Format="Integer"
  1280. Context="1"
  1281. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1282. >0</PROPERTY>
  1283. <PROPERTY
  1284. Name="Timeout"
  1285. Format="Integer"
  1286. Context="1"
  1287. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1288. >0</PROPERTY>
  1289. </PROPERTIES>
  1290. </RESOURCE>
  1291. </RESOURCES>
  1292. <GROUPMEMBERS
  1293. >
  1294. <GROUPMEMBER
  1295. GroupVSGUID="{642AAB7A-C8F9-4026-A8A4-0B9E2A581B99}"
  1296. ></GROUPMEMBER>
  1297. </GROUPMEMBERS>
  1298. <DEPENDENCIES
  1299. Context="1"
  1300. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1301. >
  1302. <DEPENDENCY
  1303. Class="Include"
  1304. Type="All"
  1305. DependOnGUID="{CB6FD864-D64C-4BD7-A55E-DF05F1975711}"
  1306. MinRevision="0"
  1307. Disabled="False"
  1308. Context="1"
  1309. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  1310. >
  1311. <PROPERTIES
  1312. Context="1"
  1313. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1314. > </PROPERTIES>
  1315. </DEPENDENCY>
  1316. </DEPENDENCIES>
  1317. <DISPLAYNAME>WMI SNMP Provider</DISPLAYNAME>
  1318. <VERSION>1.0</VERSION>
  1319. <DESCRIPTION>Windows Management Instrumentation Simple Networking Management Provider</DESCRIPTION>
  1320. <OWNERS>vladj</OWNERS>
  1321. <AUTHORS>vladj; shbrown</AUTHORS>
  1322. <DATECREATED>11/29/2000</DATECREATED>
  1323. <DATEREVISED>11/2/2001 12:41:41 AM</DATEREVISED>
  1324. </COMPONENT>
  1325. </COMPONENTS>
  1326. <RESTYPES
  1327. Context="1"
  1328. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  1329. > </RESTYPES>
  1330. </DCARRIER>