home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
dlmanifests
/
msmq-http-dl.man
< prev
next >
Wrap
Text File
|
2008-01-19
|
2KB
|
48 lines
<assembly manifestVersion="1.0" description="Downleve manifest for MSMQ HTTP component" displayName="Downleve manifest for MSMQ HTTP component" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-07-21T16:37:03.6090709-07:00" lastUpdateTimeStamp="2004-11-11T23:01:42.1450255-08:00" authors="mikedice" owners="MikeDice;AnandRaj" testers="AshishW" buildFilter="" 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-msmq-http-DL"
version="0.0.0.0"
processorArchitecture="*"
language="neutral"
publicKeyToken="$(Build.WindowsPublicKeyToken)"
buildFilter=""
buildType="$(build.buildType)"
versionScope="nonSxS"
/>
<migration>
<registerSDF name="MSMQ-HTTP">
</registerSDF>
<migXml xmlns="">
<!-- Plugin is used to transform old format XML routing files to new format -->
<plugin file="Microsoft-Windows-msmq-messagingcoreservice\mqmigplugin.dll" classId="{3107f3af-3aae-4eba-aba4-4a57f5a29c86}">
</plugin>
<detects>
<!-- Platform detection -->
<detect>
<condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
<condition>MigXmlHelper.DoesOSMatch("NT","5.2.*")</condition>
</detect>
<!-- Detect presence of MSMQ ISAPI by using the HTTP component installation in the registry.
We can't rely on mqise.dll existence because it is always there. -->
<detect>
<condition>MigXmlHelper.DoesStringContentEqual("Registry", "HKLM\SOFTWARE\Microsoft\MSMQ\Setup[msmq_HTTPSupport]", "0x00000001")</condition>
</detect>
</detects>
<rules context="System">
<!-- If the VROOT is created under %windir%\MSMQ\WEB - we need to move this over too -->
<include>
<objectSet>
<pattern type="File">%windir%\system32\msmq\web</pattern>
</objectSet>
</include>
</rules>
</migXml>
</migration>
</assembly>