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

  1. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" manifestVersion="1.0" description="$(resourceString.description1)" displayName="$(resourceString.displayName0)" company="Microsoft Corporation" copyright="Microsoft Corporation" supportInformation="" creationTimeStamp="2004-10-21T22:15:26.4141421-07:00" lastUpdateTimeStamp="2005-03-31T02:22:45.6392567Z" authors="jwesth" owners="jwesth" testers="rasundar" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  2. <assemblyIdentity name="Microsoft-Windows-DNS-Server-Service-DL" version="0.0.0.0" processorArchitecture="*" language="*"/>
  3.  
  4. <migration xmlns="">
  5.  
  6.     <registerSDF name="DNS-Server-Full-Role"></registerSDF>
  7.  
  8.     <migXml>
  9.         <detects>
  10.             <detect>
  11.                <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  12.             </detect>
  13.             <detect>
  14.                 <condition>MigXmlHelper.DoesObjectExist("Registry", "HKLM\SYSTEM\CurrentControlSet\Services\DNS [ImagePath]")</condition>
  15.             </detect>
  16.             <detect>
  17.                 <condition>MigXmlHelper.DoesObjectExist("File", "%windir%\system32 [dns.exe]")</condition>
  18.             </detect>
  19.         </detects>
  20.  
  21.         <rules context="System">
  22.         </rules>
  23.     </migXml>
  24.     <machineSpecific>
  25.         <migXml>
  26.             <detects>
  27.                 <detect>
  28.                     <condition>MigXmlHelper.DoesObjectExist("Registry", "HKLM\SYSTEM\CurrentControlSet\Services\DNS [ImagePath]")</condition>
  29.                 </detect>
  30.                 <detect>
  31.                     <condition>MigXmlHelper.DoesObjectExist("File", "%windir%\system32 [dns.exe]")</condition>
  32.                 </detect>
  33.             </detects>
  34.             <rules context="System">
  35.                 <include>
  36.                     <objectSet>
  37.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server\* [*]</pattern>
  38.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DNS\Parameters\* [*]</pattern>
  39.                         <pattern type="File">%windir%\system32\dns\ [*]</pattern>
  40.                     </objectSet>
  41.                 </include>
  42.             </rules>
  43.         </migXml>
  44.     </machineSpecific>
  45. </migration>
  46.  
  47. </assembly>
  48.