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

  1. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName1)" company="MS" copyright="" supportInformation="" creationTimeStamp="2003-07-20T21:58:19.3497755-07:00" lastUpdateTimeStamp="2004-10-25T23:37:54.0182701-07:00" authors="yizhao" owners="moonma;jamesg" testers="rasundar" buildFilter="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="$(build.buildType)" buildFilter="" versionScope="nonSxS" name="Microsoft-Windows-DNS-Client-DL" version="0.0.0.0" processorArchitecture="*" language="*"></assemblyIdentity>
  3.  
  4.   <migration>
  5.     <machineSpecific>
  6.     <migXml xmlns="">
  7.     
  8.       <detects>
  9.         <detect>
  10.           <condition>
  11.             MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")     
  12.           </condition>
  13.         </detect>
  14.       </detects>
  15.  
  16.       <rules context="System">
  17.         <include>
  18.           <objectSet>
  19.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Dnscache [Start]</pattern>                    
  20.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\* [*]</pattern>
  21.             
  22.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters [Domain]</pattern>
  23.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters [SearchList]</pattern>
  24.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters [UseDomainNameDevolution]</pattern>
  25.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters [DnsQueryTimeouts]</pattern>
  26.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters [DnsQuickQueryTimeouts]</pattern>
  27.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters [Hostname]</pattern>
  28.         
  29.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\$ [Domain]</pattern>
  30.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\$ [NameServer]</pattern>
  31.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\$ [RegisterAdapterName]</pattern>
  32.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\$ [RegistrationEnabled]</pattern>
  33.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\$ [EnableMulticast]</pattern>
  34.         
  35.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\Interfaces\$ [NameServer]</pattern>
  36.         
  37.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\$ [DhcpNameServer]</pattern>
  38.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\$ [SearchList]</pattern>
  39.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\Interfaces\$ [DhcpNameServer]</pattern>
  40.           </objectSet>
  41.         </include>
  42.         <exclude>
  43.           <objectSet>
  44.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters</pattern>
  45.           </objectSet>
  46.         </exclude>
  47.       </rules>
  48.  
  49.     </migXml>
  50.     </machineSpecific>
  51.   </migration>
  52. </assembly>
  53.