Mini Kabibi Habibi
<?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="chenyz"
buildFilter=""
company="Microsoft"
copyright=""
creationTimeStamp="2003-07-31T19:17:13.3882905-07:00"
description="$(resourceString.description)"
displayName="$(resourceString.displayName)"
lastUpdateTimeStamp="2004-10-07T00:02:19.1021250-07:00"
manifestVersion="1.0"
owners="eltons"
supportInformation=""
testers=""
>
<assemblyIdentity
language="*"
name="Microsoft-Windows-TerminalServices-TerminalServicesClient-DL"
processorArchitecture="*"
version="0.0.0.0"
/>
<migration>
<migXml xmlns="">
<detects>
<detect>
<condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0")</condition>
</detect>
</detects>
<rules context="System">
<include>
<objectSet>
<pattern type="Registry">HKLM\Software\Microsoft\Terminal Server Client\* [*]</pattern>
</objectSet>
</include>
<exclude>
<objectSet>
<pattern type="Registry">HKLM\Software\Microsoft\Terminal Server Client\IME Mapping Table\* [*]</pattern>
</objectSet>
</exclude>
</rules>
<rules context="User">
<include>
<objectSet>
<pattern type="Registry">HKCU\Software\Microsoft\Terminal Server Client\* [*]</pattern>
</objectSet>
</include>
<exclude>
<objectSet>
<pattern type="Registry">HKCU\Software\Microsoft\Terminal Server Client\IME Mapping Table\* [*]</pattern>
</objectSet>
</exclude>
</rules>
</migXml>
</migration>
</assembly>