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

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!-- Down Level Manifest to trigger post-apply step for Component WCF-NonHTTP-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 Non-HTTP Activation Downlevel" displayName="Windows Communication Foundation Non-HTTP Activation Downlevel" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2006-07-27T12:29:38.8364502Z" lastUpdateTimeStamp="2006-07-27T12:29:38.8364502Z" authors="dglick" owners="" testers="" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  5.     <assemblyIdentity name="WCF-NonHTTP-Activation-DL" version="0.0.0.0" processorArchitecture="*" language="*" type="" publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="$(build.buildType)" versionScope="nonSxS" buildFilter=""/>
  6.     <migration>
  7.         <migXml xmlns="">
  8.             <!-- This is always true if we are upgrading from downlevel, because it's possible that Non-HTTP Activation is 
  9.                  enabled during upgrade, and thus we need to run the post-apply step. -->
  10.             <detects>
  11.                 <detect>
  12.                     <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  13.                 </detect>
  14.             </detects>
  15.             <rules context="System"/>
  16.         </migXml>
  17.     </migration>
  18. </assembly>
  19.