home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / 6.0.6000.16386_x86 / cmiv2.dll / HTML / PATHMAPS.MAN
Extensible Markup Language  |  2008-01-19  |  9KB  |  52 lines

  1.  ■<?xml version="1.0" encoding="UTF-16"?>
  2. <pathMaps xmlns="urn:schemas-microsoft-com:asm.v3">
  3.     <!-- Note that the "to" attribute of an alias must be prefix of one of the mapEntry's "from" attribute -->
  4.     <pathMap type="registryKey" from="&quot;wow64&quot;,&quot;x86&quot;" to="&quot;amd64&quot;,&quot;ia64&quot;">
  5.         <mapEntry from="HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES" to="HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Wow6432Node">
  6.             <exceptions>"\HCP"</exceptions>
  7.         </mapEntry>
  8.         <mapEntry from="HKEY_LOCAL_MACHINE\SOFTWARE" to="HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node">
  9.             <exceptions>"\Microsoft\Cryptography\Calais\Current","\Microsoft\Cryptography\Calais\Readers","\Microsoft\Cryptography\Services","\Microsoft\CTF\SystemShared","\Microsoft\CTF\TIP","\Microsoft\DFS","\Microsoft\Driver Signing","\Microsoft\EnterpriseCertificates","\Microsoft\MSMQ","\Microsoft\Non-Driver Signing","\Microsoft\RAS","\Microsoft\Software\Microsoft\Shared Tools\MSInfo","\Microsoft\SystemCertificates","\Microsoft\TermServLicensing","\Microsoft\Transaction Server","\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes","\Microsoft\Windows\CurrentVersion\Group Policy","\Microsoft\Windows\CurrentVersion\Policies","\Microsoft\Windows\CurrentVersion\Setup\OC Manager","\Microsoft\Windows\CurrentVersion\Setup","\Microsoft\Windows\CurrentVersion\Telephony\Locations","\Microsoft\Windows NT\CurrentVersion\FontDpi","\Microsoft\Windows NT\CurrentVersion\FontMapper","\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","\Microsoft\Windows NT\CurrentVersion\NetworkCards","\Microsoft\Windows NT\CurrentVersion\ProfileList","\Microsoft\Windows NT\CurrentVersion\Perflib","\Microsoft\Windows NT\CurrentVersion\Print","\Microsoft\Windows NT\CurrentVersion\Ports","\Microsoft\Windows NT\CurrentVersion\Fonts","\Microsoft\Windows NT\CurrentVersion\Time Zones","\Policies","\RegisteredApplications"</exceptions>
  10.         </mapEntry>
  11.         <mapEntry from="HKEY_USERS\*\SOFTWARE\CLASSES" to="HKEY_USERS\*\SOFTWARE\CLASSES\Wow6432Node"/>
  12.         <mapEntry from="HKEY_LOCAL_MACHINE\SYSTEM\TEST" to="HKEY_LOCAL_MACHINE\SYSTEM\TEST\Wow6432Node"/>
  13.         <mapEntry from="HKEY_USERS\*\SOFTWARE" to="HKEY_USERS\*\SOFTWARE\Wow6432Node"/>
  14.         <mapEntry from="HKEY_CURRENT_USER\SOFTWARE\CLASSES" to="HKEY_CURRENT_USER\SOFTWARE\CLASSES\Wow6432Node"/>
  15.         <alias from="HKLM" to="HKEY_LOCAL_MACHINE"/>
  16.         <alias from="HKCR" to="HKEY_LOCAL_MACHINE\Software\Classes"/>
  17.         <alias from="HKCU" to="HKEY_CURRENT_USER"/>
  18.         <alias from="HKU" to="HKEY_USERS"/>
  19.         <alias from="HKEY_CLASSES_ROOT" to="HKEY_LOCAL_MACHINE\Software\Classes"/>
  20.     </pathMap>
  21.     <pathMap type="file" from="&quot;wow64&quot;,&quot;x86&quot;" to="&quot;amd64&quot;,&quot;ia64&quot;">
  22.         <mapEntry from="$(runtime.windows)\system32" to="$(runtime.windows)\SysWOW64">
  23.             <exceptions>"\drivers\etc","\spool","\catroot","\catroot2"</exceptions>
  24.         </mapEntry>
  25.         <mapEntry from="$(runtime.windows)\mui\fallback\0409" to="$(runtime.windows)\SysWOW64\mui\0409"/>
  26.         <mapEntry from="$(runtime.programFiles)" to="$(runtime.programFilesX86)"/>
  27.         <mapEntry from="$(runtime.commonFiles)" to="$(runtime.commonFilesX86)"/>
  28.         <alias from="$(runtime.system32)" to="$(runtime.windows)\system32"/>
  29.         <alias from="$(runtime.drivers)" to="$(runtime.windows)\system32\drivers"/>
  30.         <alias from="$(runtime.wbem)" to="$(runtime.windows)\system32\wbem"/>
  31.         <alias from="$(runtime.mui)" to="$(runtime.windows)\mui"/>
  32.         <alias from="$(runtime.help)" to="$(runtime.windows)\Help"/>
  33.         <alias from="$(runtime.fonts)" to="$(runtime.windows)\Fonts"/>
  34.         <!-- These entries are used by converted manifests. We may remove them when we discontinue the setupapi type of variables -->
  35.         <mapEntry from="%10%\system32" to="%10%\SysWOW64">
  36.             <exceptions>"\drivers\etc","\spool","\catroot","\catroot2"</exceptions>
  37.         </mapEntry>
  38.         <mapEntry from="%10%\mui\fallback\0409" to="%10%\SysWOW64\mui\0409"/>
  39.         <mapEntry from="%16427%" to="%16428%"/>
  40.         <mapEntry from="%16422%" to="%16426%"/>
  41.         <alias from="%11%" to="%10%\system32"/>
  42.         <alias from="%12%" to="%10%\system32\drivers"/>
  43.         <alias from="%18%" to="%10%\Help"/>
  44.         <alias from="%20%" to="%10%\Fonts"/>
  45.         <alias from="%123%" to="%10%\mui"/>
  46.         <alias from="%190%" to="%10%\mui\fallback\0409"/>
  47.         <!-- These entries are needed to convert the registry value -->
  48.         <mapEntry from="%CommonProgramFiles%" to="%CommonProgramFiles(x86)%"/>
  49.         <mapEntry from="%ProgramFiles%" to="%ProgramFiles(x86)%"/>
  50.     </pathMap>
  51. </pathMaps>