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

  1. <assembly manifestVersion="1.0" description="Game Explorer downlevel migration manifest" displayName="Game Explorer downlevel migration manifest" company="MS" copyright="" supportInformation="" creationTimeStamp="2003-11-11T22:56:35.2127782-08:00" lastUpdateTimeStamp="2004-01-13T20:17:21.6405892+00:00" authors="oliversa" owners="kareemc" testers="rayt" 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-GameUXMig-DL" version="0.0.0.0" processorArchitecture="*" language="*"/>
  3.     <migration>
  4.         <machineSpecific>
  5.             <migXml xmlns:auto-ns2="urn:schemas-microsoft-com:asm.v3" xmlns="">
  6.                 <detects>
  7.                     <detect>
  8.                         <!-- Matches Windows XP only -->
  9.                         <condition>MigXmlHelper.DoesOSMatch("NT", "5.1.*")</condition>
  10.                     </detect>
  11.                 </detects>
  12.                 <rules context="System">
  13.                     <include>
  14.                         <objectSet>
  15.                             <!-- migrate all user games -->
  16.                             <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\* [*]</pattern>
  17.                             <pattern type="File">%CSIDL_COMMON_APPDATA%\Microsoft\Windows\GameExplorer\*[*]</pattern>
  18.                         </objectSet>
  19.                     </include>
  20.                     <merge script="MigXmlHelper.DestinationPriority()">
  21.                         <objectSet>
  22.                             <!-- merge all user games -->
  23.                             <pattern type="File">%CSIDL_COMMON_APPDATA%\Microsoft\Windows\GameExplorer\*[*]</pattern>
  24.                         </objectSet>
  25.                     </merge>
  26.                 </rules>
  27.                 <rules context="User">
  28.                     <include>
  29.                         <objectSet>
  30.                             <!-- migrate per user games -->
  31.                             <pattern type="Registry">HKCU\Software\Classes\Software\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\* [*]</pattern>
  32.                             <pattern type="File">%CSIDL_LOCAL_APPDATA%\Microsoft\Windows\GameExplorer\*[*]</pattern>
  33.                         </objectSet>
  34.                     </include>
  35.                     <merge script="MigXmlHelper.DestinationPriority()">
  36.                         <objectSet>
  37.                             <!-- merge per user games -->
  38.                             <pattern type="File">%CSIDL_LOCAL_APPDATA%\Microsoft\Windows\GameExplorer\*[*]</pattern>
  39.                         </objectSet>
  40.                     </merge>
  41.                 </rules>
  42.             </migXml>
  43.         </machineSpecific>
  44.     </migration>
  45. </assembly>
  46.