home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / adfs-webagentclaims-dl.man < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  64 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-WebAgentClaims-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-WebAgentClaims"></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 [adfsclaims]", "0x00000001")
  43.                     </condition>
  44.                 </detect>
  45.             </detects>
  46.         </migXml>
  47.     </migration>
  48.  
  49.     <localization>
  50.         <resources culture="en-US">
  51.             <stringTable>
  52.                 <string id="displayName"
  53.                     value="ADFS Web agent for claims-aware applications"
  54.                     buildFilter="" />
  55.             </stringTable>
  56.             <stringTable>
  57.                 <string id="description"
  58.                     value="Installs Web agent for claims-aware applications"
  59.                     buildFilter="" />
  60.             </stringTable>
  61.         </resources>
  62.     </localization>
  63. </assembly>
  64.