home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / wcf-http-activation-dl.man < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  29 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!-- Down Level Manifest For Component WCF-HTTP-Activation -->
  4. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" manifestVersion="1.0" description="Windows Communication Foundation HTTP Activation Downlevel" displayName="Windows Communication Foundation HTTP Activation Downlevel" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2006-07-27T12:29:38.8364502Z" lastUpdateTimeStamp="2006-07-27T12:29:38.8364502Z" authors="wdong" owners="" testers="" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  5.     <assemblyIdentity name="WCF-HTTP-Activation-DL" version="0.0.0.0" processorArchitecture="*" language="*" type="" publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="$(build.buildType)" versionScope="nonSxS" buildFilter=""/>
  6.     <migration>
  7.         <!-- Declare for which Longhorn equivalent OC this manifest corresponds too -->
  8.         <registerSDF name="WCF-HTTP-Activation"/>
  9.  
  10.         <migXml xmlns="">
  11.             <!-- On a down-level system, we detect the presence of WWW by -->
  12.             <!-- looking for the W3SVC service.  We base this on the      -->
  13.             <!-- registry key for the service declaration.                -->
  14.             <detects>
  15.                 <detect>
  16.                     <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  17.                 </detect>
  18.                 <detect>
  19.                     <condition>MigXmlHelper.DoesObjectExist("Registry", "HKLM\System\CurrentControlSet\Services\W3SVC [ImagePath]")</condition>
  20.                 </detect>
  21.                 <detect>
  22.                     <condition>MigXmlHelper.DoesObjectExist("Registry", "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0\Setup\Windows Communication Foundation [InstallSuccess]")</condition>
  23.                 </detect>
  24.             </detects>
  25.             <rules context="System"/>
  26.         </migXml>
  27.     </migration>
  28. </assembly>
  29.