home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / microsoft-windows-dfsr-core-dl.man < prev    next >
Text File  |  2008-01-19  |  3KB  |  73 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.           
  17.   <assemblyIdentity type=""
  18.                     publicKeyToken="$(Build.WindowsPublicKeyToken)"
  19.                     buildType="$(build.buildType)"
  20.                     versionScope="nonSxS"
  21.                     buildFilter=""
  22.                     name="Microsoft-Windows-DFSR-Core-DL"
  23.                     version="0.0.0.0"
  24.                     processorArchitecture="*"
  25.                     language="*" />
  26.  
  27.   <migration>
  28.     <!-- In-place section. Declarations here will not be migrated pc-to-pc. -->
  29.     <!-- Begin migration to W2K8 from non-Vista Server OS -->
  30.     <registerSDF name="DFSR-Infrastructure-ServerEdition"></registerSDF>
  31.  
  32.     <migXml xmlns="">
  33.       <!-- Ruleset for migrating R2 -->
  34.       <detects>
  35.         <detect>
  36.           <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  37.         </detect>
  38.         <detect>
  39.           <condition>MigXmlHelper.DoesObjectExist("Registry", "HKLM\SYSTEM\CurrentControlSet\Services\DFSR")</condition>
  40.         </detect>
  41.       </detects>    
  42.     </migXml>
  43.  
  44.     <machineSpecific>
  45.       <migXml xmlns="">
  46.       
  47.         <!-- Ruleset for migrating R2 -->
  48.         <detects>
  49.           <detect>
  50.             <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  51.           </detect>
  52.           <detect>
  53.             <condition>MigXmlHelper.DoesObjectExist("Registry", "HKLM\SYSTEM\CurrentControlSet\Services\DFSR")</condition>
  54.           </detect>
  55.         </detects>    
  56.         <rules context="System">
  57.           <include>
  58.             <objectSet>
  59.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\DFSR\Parameters\* [*]</pattern>
  60.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\DFSR\Access Checks\* [*]</pattern>
  61.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\DFSR [Start]</pattern>
  62.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\DFSR [DependOnService]</pattern>
  63.             </objectSet>
  64.           </include>
  65.         </rules>
  66.       
  67.       </migXml>
  68.     </machineSpecific>
  69.  
  70.     <!-- No pc-to-pc migration. -->
  71.  
  72.   </migration> 
  73. </assembly>