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

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <assembly 
  3.   description="Downlevel manifest for COM+ Services" 
  4.   displayName="COM+ Downlevel Manifest" 
  5.   company="Microsoft" 
  6.   copyright="" 
  7.   supportInformation="" 
  8.   creationTimeStamp="2003-07-08T23:15:23.9993750-07:00" 
  9.   lastUpdateTimeStamp="2003-07-08T23:15:23.9993750-07:00" 
  10.   estimatedSize="" 
  11.   authors="johnfran" 
  12.   owners="johnfran" 
  13.   testers="stb" 
  14.   buildFilter="" 
  15.   manifestVersion="1.0" 
  16.   xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  17.   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  18.   xmlns="urn:schemas-microsoft-com:asm.v3" >
  19.   <assemblyIdentity 
  20.     name="Microsoft-Windows-COM-ComPlus-Setup-DL" 
  21.     version="0.0.0.0" 
  22.     processorArchitecture="*" 
  23.     language="*">
  24.   </assemblyIdentity>
  25.   <migration scope="Upgrade,MigWiz,USMT">
  26.     <migXml xmlns="">
  27.       <detects>
  28.       <detect>
  29.         <condition>
  30.             MigXmlHelper.IsOSEarlierThan("NT", "6.0.*")
  31.         </condition>
  32.        </detect>
  33.       </detects>
  34.       <plugin file="Microsoft-Windows-COM-ComPlus-Setup-DL\commig.dll" classId="{AB1D4748-682E-40AE-8CFA-6E3F8A5ED6BC}"></plugin>
  35.       <rules context="System">
  36.         <include>
  37.           <objectSet>
  38.             <pattern type="File">%systemroot%\Registration\* [*.crmlog]</pattern>
  39.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\COM3 [*]</pattern>
  40.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\COM3\Setup [*]</pattern>
  41.             <pattern type="Registry">HKLM\Software\Microsoft\EventSystem\Subscriptions\* [*]</pattern>
  42.           </objectSet>
  43.         </include>
  44.         <exclude>
  45.           <objectSet>
  46.             <pattern type="File">%systemroot%\Registration [*.clb]</pattern>
  47.             <pattern type="File">%systemroot% [comsetup.log]</pattern>
  48.             <pattern type="File">%systemroot%\system32 [clbcatex.dll]</pattern>
  49.           </objectSet>
  50.         </exclude>
  51.       </rules>
  52.       <rules context="User">
  53.         <include>
  54.           <objectSet>
  55.             <pattern type="Registry">HKCU\Software\Microsoft\EventSystem\Subscriptions\* [*]</pattern>
  56.           </objectSet>
  57.          </include>
  58.       </rules>
  59.     </migXml>
  60.     <migrationDisplayID>Additional_Options\Windows_Core_Settings</migrationDisplayID>
  61.   </migration>
  62. </assembly>
  63.