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

  1. <!-- *************** Down Level Manifest For Upgrade from R2 to LH ********************** -->
  2.  
  3. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.           xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  5.           manifestVersion="1.0"
  6.           description="$(resourceString.description)"
  7.           displayName="$(resourceString.displayName)"
  8.           company="Microsoft Corp"
  9.           copyright="Microsoft"
  10.           supportInformation="sanuidev"
  11.           authors="sanuidev"
  12.           owners="sanuidev"
  13.           testers="sanuidev"
  14.           buildFilter=""
  15.           xmlns="urn:schemas-microsoft-com:asm.v3"> 
  16.   <assemblyIdentity type=""
  17.             publicKeyToken="$(Build.WindowsPublicKeyToken)"
  18.                     buildType="$(build.buildType)"
  19.                     versionScope="nonSxS"
  20.                     buildFilter=""
  21.                     name="Microsoft-Windows-SanMmc-DL"
  22.                     version="0.0.0.0"
  23.                     processorArchitecture="*"
  24.                     language="neutral" />
  25.  
  26. <migration>
  27.  
  28.     
  29.     <!-- Declare for which Longhorn equivalent OC this manifest corresponds to -->
  30.   
  31.     <registerSDF name="StorageManagerForSANs"/>
  32.  
  33.     
  34.     <!-- Begin migration to Vista from non-Vista Server OS -->
  35.  
  36.     <!-- In-place section. Declarations here will not be migrated pc-to-pc. -->
  37.  
  38.     <migXml xmlns="">
  39.  
  40.         <detects>
  41.  
  42.         <!-- Make sure this DL manifest is called only on DownLevel machine - Storage Manager for SANs was introduced in OS W2k3 R2 prior to LH -->
  43.             <detect>
  44.                 <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  45.            </detect>
  46.         <detect>
  47.                 <condition>MigXmlHelper.DoesObjectExist("File","%windir%\system32\Microsoft.Storage.SanMmc.dll")</condition>
  48.             </detect>
  49.  
  50.         </detects>
  51.  
  52.         <rules context="System">
  53.         </rules>
  54.  
  55.      </migXml>
  56.  
  57. </migration>
  58.  
  59. </assembly>