home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / dhcpservermigplugin-dl.man < prev    next >
Text File  |  2008-01-19  |  4KB  |  54 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.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-06-11T06:10:20.2812500+05:30" lastUpdateTimeStamp="2005-03-24T11:48:32.2583542+05:30" authors="asetia" owners="dhcpidev" testers="tmutrej" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.     <assemblyIdentity name="Microsoft-Windows-DHCPServerMigPlugin-DL" version="0.0.0.0" processorArchitecture="*" type="" publicKeyToken="31bf3856fd334e35" language="neutral" buildType="release" versionScope="nonSxS" buildFilter=""/>
  3.     <migration xmlns:auto-ns1="urn:schemas-microsoft-com:asm.v3">
  4.  
  5.             <!--Declare for which Longhorn equivalent OC this manifest corresponds to.-->
  6.             <registerSDF name="DHCPServerCore"></registerSDF>
  7.             <registerSDF name="DHCPServer"></registerSDF>
  8.         <migXml xmlns="">
  9.             <detects>
  10.                 <!--Detect presence of Longhorn down-level equiv feature.-->
  11.                     <!--Determined by the presence of a registry key.-->
  12.                 <detect>
  13.                    <condition>
  14.                     MigXmlHelper.DoesObjectExist("Registry","HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer")
  15.                    </condition>
  16.                 </detect>
  17.  
  18.                     <detect>
  19.                       <condition>
  20.                         MigXmlHelper.IsOSEarlierThan("NT", "6.0")
  21.                       </condition>
  22.                     </detect>
  23.                  </detects>
  24.             <rules context="System">
  25.                 <include>
  26.                     <objectSet>
  27.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [ActivityLogFlag] </pattern>
  28.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [APIProtocolSupport] </pattern>
  29.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [BackupDatabasePath] </pattern>
  30.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [BackupInterval] </pattern>
  31.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [BootFileTable]</pattern>
  32.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DatabaseCleanupInterval] </pattern>
  33.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DatabaseName] </pattern>
  34.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DatabasePath] </pattern>
  35.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DbType] </pattern>
  36.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DebugFlag] </pattern>
  37.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DetectConflictRetries] </pattern>
  38.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DhcpLogDiskSpaceCheckInterval] </pattern>
  39.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DhcpLogFilePath] </pattern>
  40.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DhcpLogFilesMaxSize] </pattern>
  41.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [DhcpLogMinSpaceOnDisk] </pattern>
  42.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [IgnoreBroadcastFlag] </pattern>
  43.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [MaxActiveThreads] </pattern>
  44.                                                 <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\AlternateDnsServer\* [*] </pattern>
  45.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\DhcpServer\Parameters\ [MaxProcessingThreads] </pattern>
  46.                               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\DhcpServer\ [Start] </pattern>
  47.                     </objectSet>
  48.                 </include>
  49.             </rules>
  50.             <plugin file="Microsoft-Windows-DHCPServerMigPlugin-DL\DhcpSrvMigPlugin.dll" classId="{f5e8de96-7f4d-4a29-be28-3943538d0340}"/>
  51.         </migXml>
  52.   </migration>
  53. </assembly>
  54.