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

  1. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" manifestVersion="1.0" description="Accessibility Downlevel manifest" displayName="AccessibilityCpl" company="MS" copyright="" supportInformation="" creationTimeStamp="2003-11-11T22:56:35.2127782-08:00" lastUpdateTimeStamp="2005-07-15T20:27:45.1603430-07:00" authors="preid" owners="preid" testers="" buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity type="" publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="" versionScope="nonSxS" buildFilter="" name="Microsoft-Windows-accessibilitycpl-DL" version="0.0.0.0" processorArchitecture="*" language="neutral"/>
  3.  
  4.   <migration scope="Upgrade,MigWiz,USMT" xmlns="">
  5.     <migXml>
  6.       <rules context="User">
  7.         <detects>
  8.           <detect>
  9.             <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
  10.           </detect>
  11.         </detects>
  12.  
  13.         <!-- gather the registry keys from this registry path and have it migrated to new longhorn installation -->
  14.         <include>
  15.           <objectSet>
  16.             <!-- Accessibility settings -->
  17.             <pattern type="Registry">HKCU\Control Panel\Accessibility\StickyKeys\* [*]</pattern>
  18.             <pattern type="Registry">HKCU\Control Panel\Accessibility\ToggleKeys\* [*]</pattern>
  19.             <pattern type="Registry">HKCU\Control Panel\Accessibility\MouseKeys\* [*]</pattern>
  20.             <pattern type="Registry">HKCU\Control Panel\Accessibility\Keyboard Preference\* [*]</pattern>
  21.             <pattern type="Registry">HKCU\Control Panel\Accessibility\Keyboard Response\* [*]</pattern>
  22.             <pattern type="Registry">HKCU\Control Panel\Accessibility\HighContrast\* [*]</pattern>
  23.             <pattern type="Registry">HKCU\Control Panel\Accessibility\SoundSentry\* [*]</pattern>
  24.             <pattern type="Registry">HKCU\Control Panel\Accessibility\ShowSounds\* [*]</pattern>
  25.             <pattern type="Registry">HKCU\Control Panel\Accessibility\Blind Access\* [*]</pattern>
  26.             <!-- Display settings -->
  27.             <pattern type="Registry">HKCU\Control Panel\Desktop [DragHeight]</pattern>
  28.             <pattern type="Registry">HKCU\Control Panel\Desktop [DragWidth]</pattern>
  29.             <pattern type="Registry">HKCU\Control Panel\Desktop [CaretWidth]</pattern>
  30.             <pattern type="Registry">HKCU\Control Panel\Desktop [CursorBlinkRate]</pattern>
  31.             <!-- Cursors settings -->
  32.             <pattern type="Registry">HKCU\Control Panel\Cursors\* [*]</pattern>
  33.             <!-- Mouse settings -->
  34.             <pattern type="Registry">HKCU\Control Panel\Mouse [DoubleClickHeight]</pattern>
  35.             <pattern type="Registry">HKCU\Control Panel\Mouse [DoubleClickWidth]</pattern>
  36.             <pattern type="Registry">HKCU\Control Panel\Mouse [MouseSensitivity]</pattern>
  37.             <pattern type="Registry">HKCU\Control Panel\Mouse [MouseSpeed]</pattern>
  38.             <pattern type="Registry">HKCU\Control Panel\Mouse [SnapToDefaultButton]</pattern>
  39.             <pattern type="Registry">HKCU\Control Panel\Mouse [SwapMouseButtons]</pattern>
  40.             <pattern type="Registry">HKCU\Control Panel\Mouse [MouseThreshold1]</pattern>
  41.             <pattern type="Registry">HKCU\Control Panel\Mouse [MouseThreshold2]</pattern>
  42.             <!-- Narrator settings -->
  43.             <pattern type="Registry">HKCU\Software\Microsoft\Narrator\* [*]</pattern>
  44.             <!-- Magnifier settings -->
  45.             <pattern type="Registry">HKCU\Software\Microsoft\Magnify\* [*]</pattern>
  46.             <!-- OSK settings -->
  47.             <pattern type="Registry">HKCU\Software\Microsoft\Osk\* [*]</pattern>
  48.           </objectSet>
  49.         </include>
  50.       </rules>
  51.     </migXml>
  52.     <migrationDisplayID>Accessibility\Accessibility_Settings</migrationDisplayID>
  53.   </migration>
  54. </assembly>
  55.