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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <assembly manifestVersion="1.0" description="Windows Mobile Device Down-level Migration" displayName="Windows Mobile Device Down-level Migration" company="MS" copyright="" supportInformation="" creationTimeStamp="2004-08-12T19:06:43.4477679-07:00" lastUpdateTimeStamp="2005-08-30T21:39:52.9013625Z" authors="garywa" owners="garywa" testers="timdet" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:asm.v3">
  3.     <assemblyIdentity name="Microsoft-Windows-WindowsMobileDevice-Migration-DL" version="0.0.0.0" processorArchitecture="*" language="*"></assemblyIdentity>
  4.     <migration>
  5.         <detects>
  6.             <detect>
  7.                 <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")</condition>
  8.                 <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\Windows CE Services")</condition>
  9.             </detect>
  10.         </detects>
  11.         <migXml xmlns:auto-ns2="urn:schemas-microsoft-com:asm.v3" xmlns="">
  12.             <rules context="user">
  13.                 <include>
  14.                     <objectSet>
  15.                         <pattern type="Registry">HKCU\Software\Microsoft\Windows CE Services\* [*]</pattern>
  16.                         <pattern type="File">%CSIDL_APPDATA%\Microsoft\ActiveSync\* [repl.dat]</pattern>
  17.                     </objectSet>
  18.                 </include>
  19.                 <exclude>
  20.                     <objectSet>
  21.                         <pattern type="Registry">HKCU\Software\Microsoft\Windows CE Services\HTTP Server\* [*]</pattern>
  22.                         <pattern type="Registry">HKCU\Software\Microsoft\Windows CE Services\Logging\* [*]</pattern>
  23.                     </objectSet>
  24.                 </exclude>
  25.             </rules>
  26.             <rules context="System">
  27.                 <include>
  28.                     <objectSet>
  29.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services\AppMgr [SilentInstall]</pattern>
  30.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [RasTimeoutResponseWait]</pattern>
  31.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [RasTimeoutPause]</pattern>
  32.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [ConnectTypesAllowed]</pattern>
  33.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [CheckPasswordTimeoutSeconds]</pattern>
  34.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [WaitV2TimeoutSeconds]</pattern>
  35.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [SerialPort]</pattern>
  36.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [SerialBaudRate]</pattern>
  37.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [DTPTNetworkType]</pattern>
  38.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [DisableIr]</pattern>
  39.                         <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows CE Services [GuestOnly]</pattern>
  40.                     </objectSet>
  41.                 </include>
  42.             </rules>
  43.         </migXml>
  44.     </migration>
  45. </assembly>
  46.