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 >
Text File  |  2008-01-19  |  2KB  |  48 lines

  1. <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">
  2.   <assemblyIdentity 
  3.                 name="Microsoft-Windows-msmq-http-DL"
  4.                 version="0.0.0.0"
  5.                 processorArchitecture="*"
  6.                 language="neutral"
  7.                 publicKeyToken="$(Build.WindowsPublicKeyToken)"
  8.                 buildFilter=""
  9.                 buildType="$(build.buildType)"
  10.                 versionScope="nonSxS"
  11.                 />
  12.   <migration>
  13.     <registerSDF name="MSMQ-HTTP">
  14.     </registerSDF>
  15.     <migXml xmlns="">
  16.       <!-- Plugin is used to transform old format XML routing files to new format -->
  17.       <plugin file="Microsoft-Windows-msmq-messagingcoreservice\mqmigplugin.dll" classId="{3107f3af-3aae-4eba-aba4-4a57f5a29c86}">
  18.       </plugin>
  19.       <detects>
  20.         <!-- Platform detection -->
  21.         <detect>
  22.           <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
  23.           <condition>MigXmlHelper.DoesOSMatch("NT","5.2.*")</condition>
  24.         </detect>
  25.         <!-- Detect presence of MSMQ ISAPI by using the HTTP component installation in the registry. 
  26.              We can't rely on mqise.dll existence because it is always there.  -->
  27.         <detect>
  28.           <condition>MigXmlHelper.DoesStringContentEqual("Registry", "HKLM\SOFTWARE\Microsoft\MSMQ\Setup[msmq_HTTPSupport]", "0x00000001")</condition>
  29.         </detect>
  30.       </detects>
  31.  
  32.  
  33.         <rules context="System">
  34.  
  35.          <!-- If the VROOT is created under %windir%\MSMQ\WEB - we need to move this over too -->
  36.  
  37.             <include>
  38.                 <objectSet>
  39.                     <pattern type="File">%windir%\system32\msmq\web</pattern>
  40.                 </objectSet>
  41.             </include>
  42.  
  43.         </rules>
  44.  
  45.     </migXml>
  46.   </migration>
  47. </assembly>
  48.