home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / nfs-clientcore-dl.man < prev    next >
Text File  |  2008-01-19  |  3KB  |  82 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-ClientCore-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="ClientForNFS-Infrastructure"></registerSDF>
  31.  
  32.     <migXml xmlns="">
  33.  
  34.         <detects>
  35.           <!-- Detect presence of Longhorn down-level equiv feature -->
  36.           <detect>
  37.             <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\MSNFS\AppsInstalled\Client 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.             
  46.         <rules context="System">
  47.         </rules>
  48.     </migXml>
  49.       
  50.     <machineSpecific>
  51.       <migXml xmlns="">
  52.  
  53.         <rules context="System">
  54.           <detects>
  55.             <!-- Detect presence of Longhorn down-level equiv feature -->
  56.             <detect>
  57.               <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\MSNFS\AppsInstalled\Client for NFS")</condition>
  58.             </detect>
  59.  
  60.             <!-- Check as this is only valid for Windows Server 2003 R2 -->
  61.             <detect>
  62.               <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  63.             </detect>
  64.           </detects>  
  65.             
  66.         
  67.           <include>
  68.             <objectSet>
  69.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\NfsClnt\NFS LANs\* [*]</pattern>
  70.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Client for NFS\CurrentVersion\Users\* [*]</pattern>
  71.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Client for NFS\CurrentVersion\Default\* [*]</pattern>
  72.             </objectSet>
  73.           </include>
  74.             
  75.         </rules>
  76.  
  77.       </migXml>
  78.     </machineSpecific>
  79.  
  80.   </migration>
  81. </assembly>
  82.