home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / msmq-dcom-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  23 lines

  1. <assembly manifestVersion="1.0" description="Downleve manifest for MSMQ DCOM Proxy component" displayName="Downleve manifest for MSMQ DCOM Proxy component" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2006-06-16T16:37:03.6090709-07:00" lastUpdateTimeStamp="2006-06-12T23:01:42.1450255-08:00" authors="SanjibS" 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 name="Microsoft-Windows-msmq-DCOM-DL" version="0.0.0.0" processorArchitecture="*" language="neutral" publicKeyToken="$(Build.WindowsPublicKeyToken)" buildFilter="" buildType="release" versionScope="nonSxS" />
  3.   <migration>
  4.     <registerSDF name="MSMQ-DCOMProxy">
  5.     </registerSDF>
  6.     <migXml xmlns="">
  7.       <detects>
  8.         <!-- Platform detection -->
  9.         <detect>
  10.           <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
  11.           <condition>MigXmlHelper.DoesOSMatch("NT","5.2.*")</condition>
  12.         </detect>
  13.         <!-- Detect presence of the MSMQ Type Libraries -->
  14.         <detect>
  15.           <condition>MigXmlHelper.DoesObjectExist("File", "%windir%\system32\mqoa10.tlb");</condition>
  16.         </detect>
  17.         <detect>
  18.           <condition>MigXmlHelper.DoesObjectExist("File", "%windir%\system32\mqoa20.tlb");</condition>
  19.         </detect>
  20.       </detects>
  21.     </migXml>
  22.   </migration>
  23. </assembly>