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

  1. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2.           xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  3.           manifestVersion="1.0"
  4.           description="$(resourceString.description)"
  5.           displayName="$(resourceString.displayName)"
  6.           company="Microsoft Corp"
  7.           copyright="Microsoft"
  8.           supportInformation="dfsrdev"
  9.           creationTimeStamp="2004-05-24T17:39:48.5440428-07:00"
  10.           lastUpdateTimeStamp="2005-05-10T17:21:13.088724Z"
  11.           authors="dfsrdev"
  12.           owners="dfsrdev"
  13.           testers="dfsrtst"
  14.           buildFilter=""
  15.           xmlns="urn:schemas-microsoft-com:asm.v3"> 
  16.   <assemblyIdentity type=""
  17.                     publicKeyToken="$(Build.WindowsPublicKeyToken)"
  18.                     buildType="$(build.buildType)"
  19.                     versionScope="nonSxS"
  20.                     buildFilter=""
  21.                     name="Microsoft-Windows-FRS-Core-DL"
  22.                     version="0.0.0.0"
  23.                     processorArchitecture="*"
  24.                     language="*" />
  25.  
  26.   <migration>
  27.  
  28.     <!-- Begin migration to Vista from non-Vista Server OS -->
  29.  
  30.     <!-- In-place section. Declarations here will not be migrated pc-to-pc. -->
  31.  
  32.     <machineSpecific>
  33.       <migXml xmlns="">
  34.       
  35.         <!-- Ruleset for migrating Windows 2003 and R2 -->
  36.       
  37.         <rules context="System">
  38.           <detects>
  39.             <detect>
  40.               <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  41.             </detect>
  42.           </detects>
  43.           <include>
  44.             <objectSet>
  45.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\NtFrs\Parameters\* [*]</pattern>
  46.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Netlogon\Parameters [SysvolReady]</pattern>
  47.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\NtFrs [Start]</pattern>
  48.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\NtFrs [DependOnService]</pattern>
  49.               <pattern type="File">%windir%\ntfrs\*[*]</pattern>
  50.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\control\ProductOptions [ProductType]</pattern>
  51.              </objectSet>
  52.            </include>
  53.  
  54.  
  55.  
  56.           <!-- Specify merge resolution handler. Source priority forces migrate from downlevel. -->
  57.  
  58.           <merge script="MigXmlHelper.SourcePriority()">
  59.             <objectSet>
  60.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\NtFrs\* [*]</pattern>
  61.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Netlogon\Parameters\* [*]</pattern>
  62.               <pattern type="File">%windir%\ntfrs\*[*]</pattern>
  63.             </objectSet>
  64.           </merge>
  65.         </rules>
  66.       
  67.         <!-- ******************************************************* -->
  68.       
  69.         <!-- Ruleset for migrating Windows 2000 -->
  70.  
  71.         <rules context="System">
  72.           <detects>
  73.             <detect>
  74.               <condition>MigXmlHelper.DoesOSMatch("NT", "5.0.*")</condition>
  75.             </detect>
  76.           </detects>
  77.           <include>
  78.             <objectSet>
  79.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\NtFrs\Parameters\* [*]</pattern>
  80.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Netlogon\Parameters [SysvolReady]</pattern>
  81.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\NtFrs [Start]</pattern>
  82.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\NtFrs [DependOnService]</pattern>
  83.               <pattern type="File">%windir%\ntfrs\*[*]</pattern>
  84.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\control\ProductOptions [ProductType]</pattern>
  85.              </objectSet>
  86.            </include>
  87.  
  88.  
  89.           <!-- Specify merge resolution handler. Source priority forces migrate from downlevel. -->
  90.  
  91.           <merge script="MigXmlHelper.SourcePriority()">
  92.             <objectSet>
  93.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\NtFrs\* [*]</pattern>
  94.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Netlogon\Parameters\* [*]</pattern>
  95.               <pattern type="File">%windir%\ntfrs\*[*]</pattern>
  96.             </objectSet>
  97.           </merge>
  98.         </rules>
  99.       
  100.         <!-- Ruleset for migrating Windows 2003+ registry settings -->
  101.       
  102.       </migXml>
  103.     </machineSpecific>
  104.  
  105.     <!-- No pc-to-pc migration. -->
  106.  
  107.   </migration> 
  108. </assembly> 
  109.