Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/Windows/SysWOW64/migwiz/dlmanifests/ |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- Downlevel, migration only manifest for pre Vista eudcedit --> <assembly> <assemblyIdentity name="Microsoft-Windows-eudcedit-DL" language="neutral" version="0.0.0.0" processorArchitecture="*"/> <migration scope="Upgrade,MigWiz,USMT" > <migXml> <detects> <detect> <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0")</condition> </detect> </detects> <rules context="system"> <include> <objectSet> <pattern type="File">%CSIDL_COMMON_FONTS%\eudc.tte</pattern> <pattern type="File">%CSIDL_COMMON_FONTS%\eudc.euf</pattern> </objectSet> </include> </rules> <rules context="User"> <include> <objectSet> <pattern type="Registry">HKCU\EUDC\$ [*]</pattern> <content filter="MigXmlHelper.ExtractDirectory(NULL,'1','\*[*.tte]')"> <objectSet> <pattern type="Registry">HKCU\EUDC\$ [*]</pattern> </objectSet> </content> <content filter="MigXmlHelper.ExtractDirectory(NULL,'1','\*[*.EUF]')"> <objectSet> <pattern type="Registry">HKCU\EUDC\$ [*]</pattern> </objectSet> </content> </objectSet> </include> </rules> </migXml> </migration> </assembly>