home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / microsoft.windows.com.base-dl.man < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  50 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <assembly description="Downlevel manifest for migration of OLE ComBase Keys" 
  3.   displayName="Downlevel manifest for OLE" 
  4.   company="Microsoft" copyright="" 
  5.   supportInformation="" 
  6.   creationTimeStamp="2006-02-15T20:15:23.9993750-07:00" 
  7.   lastUpdateTimeStamp="2006-02-15T20:15:23.9993750-07:00" 
  8.   estimatedSize="" 
  9.   authors="johnfran" 
  10.   owners="johnfran" 
  11.   testers="stb" 
  12.   buildFilter="" 
  13.   manifestVersion="1.0" 
  14.   xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  15.   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  16.   xmlns="urn:schemas-microsoft-com:asm.v3">
  17.   <assemblyIdentity 
  18.     name="Microsoft-Windows-COM-Base-DL" 
  19.     version="0.0.0.0" 
  20.     processorArchitecture="*" 
  21.     language="*">
  22.   </assemblyIdentity>
  23.   <migration scope="Upgrade,MigWiz,USMT">
  24.     <migXml xmlns="">
  25.       <!-- Check as this manifest is only valid for down level OS < Windows Vista -->
  26.       <detects>
  27.         <detect>
  28.           <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  29.         </detect>
  30.       </detects>
  31.       <rules context="System">
  32.         <include>
  33.           <objectSet>
  34.             <!-- migrate regkeys -->
  35.             <pattern type="Registry">HKLM\Software\Microsoft\OLE\* [*]</pattern>
  36.           </objectSet>
  37.         </include>
  38.         <exclude>
  39.           <objectSet>
  40.             <pattern type="File">%systemroot%\system32 [olecnv32.dll]</pattern>
  41.           </objectSet>
  42.         </exclude>
  43.       </rules>
  44.     </migXml>
  45.     <migrationDisplayID>Additional_Options\Windows_Core_Settings</migrationDisplayID>
  46.   </migration>
  47. </assembly>
  48.  
  49.  
  50.