|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Windows/System32/migwiz/dlmanifests/ |
Upload File : |
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<assembly
xmlns="urn:schemas-microsoft-com:asm.v3"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
authors="durgav"
buildFilter=""
company="Microsoft Corporation"
copyright=""
creationTimeStamp="2006-10-05T00:28:14.1973236-07:00"
description="ESC's Downlevel Settings"
displayName="Microsoft-Windows-IE-ESC-DL"
lastUpdateTimeStamp="2006-10-05T00:28:14.1973236-07:00"
manifestVersion="1.0"
owners="mpurohit"
supportInformation=""
testers="anupamv"
>
<!--
in DL manifest, we only care about name, processorArch, language and version
elements in the <assemblyIdentity> hence can delete the rest if you like
-->
<assemblyIdentity
language="*"
name="Microsoft-Windows-IE-ESC-DL"
processorArchitecture="*"
version="0.0.0.0"
versionScope="nonSxS"
/>
<migration scope="Upgrade,MigWiz,USMT">
<migXml xmlns="">
<!-- Check this is only valid for down-level OS < than Windows Vista
Upgrade to LH server is only allowed from Win2k3 server machines. (XP etc will be excluded by setup itself)
-->
<detects>
<detect>
<condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
</detect>
</detects>
<!-- reg keys in HKLM (wcm:scope="allUsers") -->
<rules context="System">
<include>
<objectSet>
<pattern type="Registry">HKLM\Software\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073} [IsInstalled]</pattern>
<pattern type="Registry">HKLM\Software\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073} [IsInstalled]</pattern>
</objectSet>
</include>
</rules>
</migXml>
<migrationDisplayID>Internet_Explorer\Enhanced_Security_Configuration</migrationDisplayID>
</migration>
</assembly>