home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
dlmanifests
/
adfs-federationserviceproxy-dl.man
< prev
next >
Wrap
Extensible Markup Language
|
2008-01-19
|
3KB
|
76 lines
<?xml version="1.0" encoding="utf-8"?>
<assembly
manifestVersion="1.0"
description="$(resourceString.description)"
displayName="$(resourceString.displayName)"
company="Microsoft Corporation"
copyright=""
supportInformation=""
buildFilter=""
authors=""
owners=""
testers=""
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity
name="Microsoft-Windows-ADFS-FederationServiceProxy-DL"
publicKeyToken=""
version="0.0.0.0"
processorArchitecture="*"
language="neutral"
buildType="release"
versionScope="nonSxS"
/>
<migration scope="Upgrade,MigWiz">
<migrationDisplayID>Active_Directory_Federation_Services</migrationDisplayID>
<!--Declare for which Longhorn equivalent OC this manifest corresponds too-->
<registerSDF name="ADFS-FederationServiceProxy"></registerSDF>
<migXml xmlns="">
<detects>
<detect>
<!--Check if the source version is Server 2003-->
<condition>
MigXmlHelper.DoesOSMatch("NT", "5.2.*")
</condition>
</detect>
<detect>
<condition>
MigXmlHelper.DoesStringContentEqual("Registry", "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents [adfsproxyserver]", "0x00000001")
</condition>
</detect>
</detects>
<plugin
file="Microsoft-Windows-ADFS-DL\adfsmig.dll"
classId="{c9a3cb6e-4986-4280-b739-84aae00f1a24}">
</plugin>
<rules context="System">
<include>
<objectSet>
<pattern type="File">%SystemDrive%\ADFS\* [*]</pattern>
</objectSet>
</include>
</rules>
</migXml>
</migration>
<localization>
<resources culture="en-US">
<stringTable>
<string id="displayName"
value="Active Directory Federation Service Proxy"
buildFilter="" />
</stringTable>
<stringTable>
<string id="description"
value="Installs Active Directory Federation Service Proxy"
buildFilter="" />
</stringTable>
</resources>
</localization>
</assembly>