home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / mup-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  52 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-24T13:56:28.257695-07:00"
  8.           lastUpdateTimeStamp="2005-05-09T18:53:42.942604Z"
  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.  
  17.   <assemblyIdentity name="Microsoft-Windows-Mup-DL"
  18.                     version="0.0.0.0"
  19.                     processorArchitecture="*"
  20.                     language="neutral">
  21.   </assemblyIdentity>
  22.   
  23.   <migration>
  24.  
  25.     <!-- Begin migration to Vista from non-Vista Client OS -->
  26.     <machineSpecific>
  27.     <migXml xmlns="">
  28.     
  29.       <!-- Ruleset for migrating Windows XP or Win2K3-->
  30.       <detects>
  31.         <detect>
  32.           <condition>MigXmlHelper.DoesOSMatch("NT", "5.*")</condition>
  33.         </detect>
  34.       </detects>
  35.  
  36.       <rules context="System">
  37.         <rules>
  38.         <include>          
  39.           <objectSet>
  40.             <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Mup [ProviderCacheTimeoutInMinutes]</pattern>
  41.           </objectSet>          
  42.         </include>
  43.         </rules>
  44.       </rules>        
  45.     
  46.     </migXml>
  47.     </machineSpecific>
  48.  
  49.   </migration> 
  50.   
  51. </assembly> 
  52.