home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / snis-dl.man < prev    next >
Text File  |  2008-01-19  |  3KB  |  50 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.description0)" displayName="$(resourceString.displayName0)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2004-10-14T09:04:16.2261744+05:30" lastUpdateTimeStamp="2005-03-02T10:23:41.7401635+05:30" authors="amitlal" owners="amitlal" testers="srir" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="$(build.buildType)" buildFilter="" versionScope="nonSxS" name="Microsoft-Windows-Server-for-NIS-DL" version="0.0.0.0" processorArchitecture="*" language="*"></assemblyIdentity>
  3.  
  4.   <migration>
  5. <!--Declare for which Longhorn equivalent OC this manifest corresponds too -->
  6.    <registerSDF name="NIS"></registerSDF>
  7.  
  8.    <migXml xmlns="">
  9.     <!-- This detects section is added just to identify whether the component is present or not -->
  10.     <detects>
  11.         <detect>
  12.             <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\Server for NIS")</condition>
  13.         </detect>
  14.         <detect>
  15.                 <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0")</condition>
  16.             </detect>     
  17.     </detects>
  18.  
  19.       <rules context="System">
  20.                 <!-- Collect this file on non Longhorn systems -->
  21.                 <detects>
  22.                     <detect>
  23.                         <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\Server for NIS")</condition>
  24.                     </detect>
  25. <detect>
  26.                <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0")</condition>
  27.             </detect>
  28.                 </detects>
  29.         <include>
  30.           <objectSet>
  31.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Server for NIS [PushNow]</pattern>
  32.           
  33.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Server for NIS [PushInterval]</pattern>
  34.           
  35.         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Server for NIS [LoggingLevel]</pattern>
  36.  
  37.         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Server for NIS [EnhancedLogging]</pattern>
  38.  
  39.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Server for NIS [EnableCaching]</pattern>
  40.  
  41.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Server for NIS [FlushCache]</pattern>
  42.  
  43.         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\nissvc  [Start] </pattern>
  44.           </objectSet>
  45.         </include>
  46.       </rules>
  47.     </migXml>
  48.   </migration>
  49. </assembly>
  50.