home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / wmi-core-dl.man < prev    next >
Text File  |  2008-01-19  |  1KB  |  31 lines

  1. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-07-28T11:51:38.2054652-07:00" lastUpdateTimeStamp="2005-04-12T00:06:49.9963520-07:00" authors="prasenni" owners="rajakhan" testers="Kmathur" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity name="Microsoft-Windows-WMI-Core-DL" version="0.0.0.0" processorArchitecture="*" publicKeyToken="$(Build.WindowsPublicKeyToken)" language="neutral"/>
  3.   <migration>
  4.     <migXml xmlns="">
  5.       <plugin file="Microsoft-Windows-WMI-Core\WMIMigrationPlugin.dll" classId="{401F8281-A9B6-49F9-9F71-8AEA167EEEFD}"/>
  6.  
  7.       <detects>
  8.         <detect>
  9.           <condition>
  10.             MigXmlHelper.IsOSEarlierThan("NT", "6.0")
  11.           </condition>
  12.         </detect> 
  13.  
  14.         <detect>
  15.           <condition>
  16.             MigXmlHelper.IsOSLaterThan("NT", "5.1")
  17.           </condition>
  18.         </detect>
  19.       </detects>
  20.  
  21.       <rules context="system">
  22.         <include>
  23.           <objectSet>
  24.             <pattern type="Registry">HKLM\Software\Microsoft\WBEM\CIMOM [Autorecover MOFs]</pattern>
  25.           </objectSet>
  26.         </include>
  27.       </rules>
  28.     </migXml>
  29.   </migration>
  30. </assembly>
  31.