home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / terminalservices-terminalservicesclient-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  45 lines

  1. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-07-31T19:17:13.3882905-07:00" lastUpdateTimeStamp="2004-10-07T00:02:19.1021250-07:00" authors="chenyz" owners="eltons" testers="" buildFilter="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity name="Microsoft-Windows-TerminalServices-TerminalServicesClient-DL" version="0.0.0.0" processorArchitecture="*" language="*"/>
  3.  
  4.   <migration>
  5.     <migXml xmlns="">
  6.  
  7.       <detects>
  8.         <detect>
  9.           <condition>
  10.             MigXmlHelper.IsOSEarlierThan("NT", "6.0")
  11.           </condition>
  12.         </detect>
  13.       </detects>
  14.  
  15.       <rules context="System">
  16.         <include>
  17.           <objectSet>
  18.             <pattern type="Registry">HKLM\Software\Microsoft\Terminal Server Client\* [*]</pattern>
  19.           </objectSet>
  20.         </include> 
  21.  
  22.         <exclude>
  23.           <objectSet>
  24.             <pattern type="Registry">HKLM\Software\Microsoft\Terminal Server Client\IME Mapping Table\* [*]</pattern>
  25.           </objectSet>
  26.         </exclude> 
  27.       </rules>
  28.  
  29.       <rules context="User">
  30.         <include>
  31.           <objectSet>
  32.             <pattern type="Registry">HKCU\Software\Microsoft\Terminal Server Client\* [*]</pattern>
  33.           </objectSet>
  34.         </include> 
  35.  
  36.         <exclude>
  37.           <objectSet>
  38.             <pattern type="Registry">HKCU\Software\Microsoft\Terminal Server Client\IME Mapping Table\* [*]</pattern>
  39.           </objectSet>
  40.         </exclude> 
  41.       </rules>
  42.     </migXml>
  43.   </migration>
  44. </assembly>
  45.