home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / adfs-federationservice-dl.man < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  76 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <assembly
  3.     manifestVersion="1.0"
  4.     description="$(resourceString.description)" 
  5.     displayName="$(resourceString.displayName)" 
  6.     company="Microsoft Corporation" 
  7.     copyright="" 
  8.     supportInformation="" 
  9.     buildFilter=""
  10.     authors="" 
  11.     owners="" 
  12.     testers=""
  13.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  14.     xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  15.     xmlns="urn:schemas-microsoft-com:asm.v3">
  16.     <assemblyIdentity
  17.         name="Microsoft-Windows-ADFS-FederationService-DL"
  18.         publicKeyToken=""
  19.         version="0.0.0.0"
  20.         processorArchitecture="*"
  21.         language="neutral"
  22.         buildType="release"
  23.         versionScope="nonSxS"
  24.         />
  25.  
  26.     <migration scope="Upgrade,MigWiz">
  27.         <migrationDisplayID>Active_Directory_Federation_Services</migrationDisplayID>
  28.  
  29.         <!--Declare for which Longhorn equivalent OC this manifest corresponds too-->
  30.         <registerSDF name="ADFS-FederationService"></registerSDF>
  31.  
  32.         <migXml xmlns="">
  33.             <detects>
  34.                 <detect>
  35.                     <!--Check if the source version is Server 2003-->
  36.                     <condition>
  37.                         MigXmlHelper.DoesOSMatch("NT", "5.2.*")
  38.                     </condition>
  39.                 </detect>
  40.                 <detect>
  41.                     <condition>
  42.                         MigXmlHelper.DoesStringContentEqual("Registry", "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents [adfsfederationserver]", "0x00000001")
  43.                     </condition>
  44.                 </detect>
  45.             </detects>
  46.             <plugin 
  47.                 file="Microsoft-Windows-ADFS-DL\adfsmig.dll" 
  48.                 classId="{3086d6cd-bd76-40bb-9004-9740e3bd56a2}">
  49.             </plugin>
  50.             <rules context="System">
  51.                 <include>
  52.                     <objectSet>
  53.                         <pattern type="File">%SystemDrive%\ADFS\* [*]</pattern>
  54.                     </objectSet>
  55.                 </include>
  56.             </rules>
  57.         </migXml>
  58.     </migration>
  59.  
  60.     <localization>
  61.         <resources culture="en-US">
  62.  
  63.         <stringTable>
  64.             <string id="displayName"
  65.                 value="Active Directory Federation Service"
  66.                 buildFilter="" />
  67.         </stringTable>
  68.         <stringTable>
  69.             <string id="description"
  70.                 value="Installs Active Directory Federation Service"
  71.                 buildFilter="" />
  72.         </stringTable>
  73.             </resources>
  74.     </localization>
  75. </assembly>
  76.