home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / microsoft-windows-icm-profiles-dl.man < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  65 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly 
  3.   manifestVersion="1.0"
  4.   displayName="Windows Color System color profiles down-level migration manifest"
  5.   description=""
  6.   company="Microsoft"
  7.   copyright="Copyright (C) Microsoft Corporation. All rights reserved."
  8.   supportInformation=""
  9.   creationTimeStamp="2006-08-18T08:30:00.0000000-07:00"
  10.   lastUpdateTimeStamp="2005-08-28T16:30:00.0000000Z"
  11.   authors="lgolding"
  12.   owners="philco"
  13.   testers="apresley"
  14.   buildFilter=""
  15.   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  16.   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  17.   xmlns="urn:schemas-microsoft-com:asm.v3"
  18.   >
  19.  
  20.   <assemblyIdentity
  21.     name="Microsoft-Windows-ICM-Profiles-DL"
  22.     version="0.0.0.0"
  23.     processorArchitecture="*"
  24.     language="neutral"
  25.     />
  26.  
  27.   <migration scope="Upgrade,MigWiz,USMT"> 
  28.     <migXml xmlns="">
  29.       <!-- This is only valid for down-level OS (before Windows Vista). -->
  30.       <detects>
  31.         <detect>
  32.           <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  33.         </detect>
  34.       </detects>
  35.       <environment>
  36.         <variable name="WindowsColorSystem.ColorDir">
  37.           <text>%windir%\system32\spool\drivers\color</text>
  38.         </variable>
  39.       </environment>
  40.       <rules context="System">
  41.         <include>
  42.           <objectSet>
  43.             <pattern type="File">%WindowsColorSystem.ColorDir%\*[*]</pattern>
  44.           </objectSet>
  45.           <objectSet>
  46.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\RegisteredProfiles[*]</pattern>
  47.           </objectSet>
  48.           <objectSet>
  49.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM\ICMatchers\*[*]</pattern>
  50.           </objectSet>
  51.         </include>
  52.         <exclude>
  53.           <objectSet>
  54.             <!-- Don't migrate the standard system profile. It will already be on the
  55.                  target system, and if we are doing a version-to-version upgrade, the
  56.                  the newer OS might have an improved version of this file. -->
  57.             <pattern type="File">%WindowsColorSystem.ColorDir%\[sRGB Color Space Profile.icm]</pattern>
  58.           </objectSet>
  59.         </exclude>
  60.       </rules>
  61.     </migXml>
  62.     <migrationDisplayID>Additional_Options\Windows_Core_Settings</migrationDisplayID>
  63.   </migration>
  64. </assembly>
  65.