home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / nfs-admincore-dl.man < prev    next >
Text File  |  2008-01-19  |  3KB  |  79 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-AdminCore-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="NFS-Administration"></registerSDF>
  31.  
  32.     <!-- the detects conditions must not be put directly under migration -->
  33.     <migXml xmlns="">
  34.  
  35.       <detects>
  36.         <!-- Detect presence of Longhorn down-level equiv feature -->
  37.         <detect>
  38.           <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\MSNFS")</condition>
  39.         </detect>
  40.  
  41.         <!-- Check as this is only valid for Windows Server 2003 R2 -->
  42.         <detect>
  43.           <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  44.         </detect>
  45.       </detects>
  46.     </migXml>
  47.  
  48.     <machineSpecific>
  49.       <migXml xmlns="">
  50.  
  51.         <detects>
  52.           <!-- Detect presence of Longhorn down-level equiv feature -->
  53.           <detect>
  54.             <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\MSNFS")</condition>
  55.           </detect>
  56.  
  57.           <!-- Check as this is only valid for Windows Server 2003 R2 -->
  58.           <detect>
  59.             <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  60.           </detect>
  61.         </detects>
  62.  
  63.         <rules context="System">
  64.           <include>
  65.             <objectSet>
  66.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\MSNFS [Rfc2307]</pattern>
  67.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\MSNFS [Rfc2307Domain]</pattern>
  68.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\MSNFS [MappingServerLookup]</pattern>
  69.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\MSNFS [MappingServers]</pattern>
  70.             </objectSet>
  71.           </include>
  72.         </rules>
  73.  
  74.       </migXml>
  75.     </machineSpecific>
  76.  
  77.   </migration>
  78. </assembly>
  79.