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

  1. ∩╗┐<!-- *************** Down Level Manifest For Upgrade from R2 to LH ********************** -->
  2.  
  3. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  4.           xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  5.           manifestVersion="1.0" 
  6.           description="$(resourceString.description1)" 
  7.           displayName="$(resourceString.displayName1)" 
  8.           company="Microsoft Corporation" 
  9.           copyright="Microsoft Corporation" 
  10.           supportInformation="bofdev"
  11.           creationTimeStamp="2006-02-15T20:46:17.0709288Z"
  12.           lastUpdateTimeStamp="2006-02-15T19:13:31.5450725Z"
  13.           authors="arunl"
  14.           owners="bofdev"
  15.           testers="botest"
  16.           buildFilter=""
  17.           xmlns="urn:schemas-microsoft-com:asm.v3">
  18.  
  19.   <assemblyIdentity type=""
  20.             publicKeyToken="$(Build.WindowsPublicKeyToken)"
  21.                     buildType="$(build.buildType)"
  22.                     versionScope="nonSxS"
  23.                     buildFilter=""
  24.                     name="DfsMgmt-DL"                    
  25.             processorArchitecture="*"
  26.             language="neutral"
  27.             version="0.0.0.0"/> 
  28.   
  29.   <migration>
  30.  
  31.     <!-- for which Longhorn equivalent OC this manifest corresponds to  -->     
  32.     <registerSDF name="DfsMgmt"/>
  33.  
  34.       <migXml xmlns="">
  35.         <detects>
  36.  
  37.           <!-- Ruleset for migrating Windows 2003 and R2 -->
  38.           <detect>
  39.             <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  40.           </detect>
  41.  
  42.           <!-- Detect presence of Longhorn down-level equiv feature -->
  43.           <detect>
  44.             <condition>
  45.               MigXmlHelper.DoesStringContentContain("Registry", "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents [dfsfrsui]", "1")
  46.             </condition>
  47.           </detect>
  48.  
  49.         </detects>        
  50.        
  51.         <rules context="user">
  52.           <include>
  53.             <objectSet>
  54.               <pattern type="Registry">HKCU\Software\Microsoft\DFS Management\* [*]</pattern>
  55.             </objectSet>
  56.           </include>
  57.           <!-- We don't expect any merge conflicts -->
  58.         </rules>        
  59.       </migXml>
  60.     
  61.     <!-- No pc-to-pc migration. -->
  62.     
  63.   </migration>
  64. </assembly>
  65.  
  66.