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

  1. <assembly manifestVersion="1.0"
  2.           description="$(resourceString.description)"
  3.           displayName="$(resourceString.displayName)"
  4.           company="Microsoft Corp"
  5.           copyright="Microsoft"
  6.           supportInformation="dfsdev"
  7.           creationTimeStamp="2003-07-25T13:52:42.1200687-07:00"
  8.           lastUpdateTimeStamp="2004-12-14T00:18:39.1687500-08:00"
  9.           authors="dfsdev"
  10.           owners="dfsdev"
  11.           testers="dfsntest"
  12.           buildFilter=""
  13.           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14.           xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  15.           xmlns="urn:schemas-microsoft-com:asm.v3">
  16.   <assemblyIdentity name="Microsoft-Windows-DFSClient-DL"
  17.                     version="0.0.0.0"
  18.                     processorArchitecture="*"
  19.                     language="neutral">    
  20.   </assemblyIdentity>
  21.  
  22.   <migration xmlns="">
  23.  
  24.     <!-- Begin migration to Vista from non-Vista Client OS, including XP and Win2K3 -->
  25.     <machineSpecific>
  26.     <migXml xmlns="">
  27.  
  28.       <detects>
  29.         <detect>
  30.           <condition>MigXmlHelper.DoesOSMatch("NT", "5.*")</condition>
  31.         </detect>
  32.       </detects>
  33.  
  34.       <!-- Ruleset for migrating Windows XP -->    
  35.       <rules context="System">
  36.         <rules>
  37.         <include>
  38.  
  39.           <objectSet>
  40.             <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Mup [DisableDfs]</pattern>
  41.             <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Mup\Parameters [EnableDfsLoopbackTargets]</pattern>
  42.           </objectSet>
  43.           
  44.         </include>
  45.         </rules>
  46.       </rules>        
  47.     
  48.     </migXml>
  49.     </machineSpecific>
  50.   </migration> 
  51.   
  52. </assembly> 
  53.