????
Current Path : C:/Windows/System32/migwiz/replacementmanifests/ |
Current File : C:/Windows/System32/migwiz/replacementmanifests/WCF-NonHTTP-Activation-Replacement.man |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly> <!-- This doesn't actually replace the WCF-NonHTTP-Activation component. It's just here to provide a dummy MigUnit so the post-apply step for WCF runs if Non-HTTP Activation is enabled during migration. --> <assemblyIdentity name="WCF-NonHTTP-Activation" version="0.0.0.0" processorArchitecture="*" /> <migration scope="Upgrade,MigWiz,USMT" settingsVersion="0" replacementVersionRange="6.0" replacementSettingsVersionRange="0" alwaysProcess="yes"> <migXml xmlns=""> <detects> <detect> <condition>MigXmlHelper.IsOSLaterThan("NT", "6.0.0.0")</condition> </detect> </detects> </migXml> </migration> </assembly>