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

  1. <assembly manifestVersion="1.0" description="" displayName="" company="MS" copyright="" supportInformation="" creationTimeStamp="2004-10-07T01:01:33.6028792-07:00" lastUpdateTimeStamp="2004-10-11T17:43:48.5230435-07:00" authors="anoopc" owners="anoopc" testers="nareshc" buildFilter="" 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 publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="$(build.buildType)" buildFilter="" versionScope="nonSxS" name="Microsoft-Windows-Fax-Client-Applications-DL" version="0.0.0.0" processorArchitecture="*" language="*"></assemblyIdentity>
  3.     <migration scope="Upgrade,MigWiz,USMT" xmlns="">
  4.         <migXml>
  5.             <!-- Common settings for XP, WS03 & windows 2000 -->
  6.             <rules context="User">
  7.                 <detects>
  8.                     <detect>
  9.                         <condition>MigXmlHelper.DoesOSMatch("NT","5.0.*")</condition> <!-- w2k -->
  10.                         <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition> <!-- xp   -->
  11.                         <condition>MigXmlHelper.DoesOSMatch("NT","5.2.*")</condition> <!-- w2k3 -->
  12.                     </detect>
  13.                 </detects>
  14.                 <include>
  15.                     <objectSet>
  16.                         <pattern type="Registry">HKCU\Software\Microsoft\Fax\fxsclnt\InboxView\* [*] </pattern>
  17.                         <pattern type="Registry">HKCU\Software\Microsoft\Fax\fxsclnt\IncomingView\* [*] </pattern>
  18.                         <pattern type="Registry">HKCU\Software\Microsoft\Fax\fxsclnt\OutboxView\* [*] </pattern>
  19.                         <pattern type="Registry">HKCU\Software\Microsoft\Fax\fxsclnt\SentItemsView\* [*] </pattern>
  20.                         <pattern type="Registry">HKCU\Software\Microsoft\Fax\fxsclnt\MainFrame\* [*] </pattern>
  21.                     </objectSet>
  22.                 </include>
  23.             </rules>
  24.             <!-- These are the rules specific to upgrade from 2k-->
  25.             <rules context="User">
  26.                 <detects>
  27.                     <detect>
  28.                         <condition>MigXmlHelper.DoesOSMatch("NT","5.0.*")</condition> <!-- w2k -->
  29.                     </detect>
  30.                 </detects>
  31.                 <include>
  32.                     <objectSet>
  33.                         <pattern type="Registry">HKCU\Software\Microsoft\Fax\UserInfo [NextCoverPageTip]</pattern>
  34.                     </objectSet>
  35.                 </include>
  36.             </rules>
  37.             <!-- end of rules for upgrade from 2k -->
  38.             <!-- rules specific to xp/ws03 -->
  39.             <rules context="User">
  40.                 <detects>
  41.                     <detect>
  42.                         <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition> <!-- xp     -->
  43.                         <condition>MigXmlHelper.DoesOSMatch("NT","5.2.*")</condition> <!-- w2k3 -->                        
  44.                     </detect>
  45.                 </detects>
  46.                 <include>
  47.                     <objectSet>
  48.                         <pattern type="Registry">HKCU\Software\Microsoft\Fax\fxsclnt\Confirm [ItemDeletion]</pattern>
  49.                         <pattern type="Registry">HKCU\Software\Microsoft\Fax\fxsclnt\Archive [MessagesPerCall]</pattern>
  50.                         <!-- Note that if XP machine customized location for personal cover pages -->
  51.                         <!-- those cover page files will not be migrated. Customization of personal -->
  52.                         <!-- cover pages is not supported/exposed/documented -->
  53.                         <pattern type="File">%CSIDL_PERSONAL%\Fax\Personal CoverPages\* [*] </pattern>
  54.                     </objectSet>
  55.                 </include>
  56.             </rules>
  57.         </migXml>
  58.                 <migrationDisplayID>Communications_and_Sync\Fax</migrationDisplayID>
  59.   </migration>
  60. </assembly>
  61.