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

  1. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  2.           xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  3.           manifestVersion="1.0" 
  4.           description="$(resourceString.description1)" 
  5.           displayName="$(resourceString.displayName1)" 
  6.           company="Microsoft Corporation" 
  7.           copyright="Microsoft Corporation" 
  8.           supportInformation="nfsdev" 
  9.           creationTimeStamp="2005-06-01T20:46:17.0709288Z" 
  10.           lastUpdateTimeStamp="2005-06-27T19:13:31.5450725Z" 
  11.           authors="AkhilW" 
  12.           owners="RoopeshB" 
  13.           testers="nfstest" 
  14.           buildFilter="" 
  15.           xmlns="urn:schemas-microsoft-com:asm.v3">
  16.   
  17.   <assemblyIdentity name="Microsoft-Windows-NFS-ServerCore-DL"
  18.                       version="0.0.0.0"
  19.                       processorArchitecture="*"
  20.                       language="neutral"
  21.                       type=""
  22.                       publicKeyToken="$(Build.WindowsPublicKeyToken)"
  23.                       buildType="$(build.buildType)"
  24.                       versionScope="nonSxS"
  25.                       buildFilter=""/>
  26.  
  27.   <migration>
  28.  
  29.   <!-- Declare for which Longhorn equivalent OC this manifest corresponds to -->  
  30.   <registerSDF name="ServerForNFS-Infrastructure"></registerSDF>
  31.  
  32.   <!-- the detects conditions must not be put directly under migration -->
  33.   <migXml xmlns="">
  34.     <detects>
  35.       <!-- Detect presence of Longhorn down-level equiv feature -->
  36.       <detect>
  37.          <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\MSNFS\AppsInstalled\Server for NFS")</condition>
  38.       </detect>
  39.  
  40.       <!-- Check as this is only valid for Windows Server 2003 R2 -->
  41.       <detect>
  42.         <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  43.       </detect>
  44.     </detects>      
  45.   </migXml>
  46.   
  47.   <machineSpecific>
  48.     <migXml xmlns="">
  49.       
  50.       <detects>
  51.         <!-- Detect presence of Longhorn down-level equiv feature -->
  52.         <detect>
  53.                             <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\MSNFS\AppsInstalled\Server for NFS")</condition>
  54.         </detect>
  55.  
  56.         <!-- Check as this is only valid for Windows Server 2003 R2 -->
  57.         <detect>
  58.           <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  59.         </detect>
  60.       </detects>      
  61.       
  62.       <rules context="System">
  63.  
  64.         <include>
  65.           <objectSet>
  66.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\NfsSvr\Parameters\* [*]</pattern>
  67.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\NfsSvr\NlmNsm\* [*]</pattern>
  68.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Server For NFS\CurrentVersion\* [*]</pattern>
  69.           </objectSet>
  70.         </include>
  71.       </rules>
  72.  
  73.     </migXml>
  74.   </machineSpecific>
  75.  
  76.   </migration>
  77. </assembly>
  78.