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

  1. <assembly manifestVersion="1.0" description="IEFrame Downlevel Settings" displayName="Microsoft-Windows-IEFrame-DL" company="Microsoft Corporation" copyright="" supportInformation="" creationTimeStamp="2005-09-1T00:00:00.0-07:00" lastUpdateTimeStamp="2005-09-01T00:00:00.0-07:00" authors="ericsten" owners="winitri" testers="karend" 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 name="Microsoft-Windows-IEFrame-DL" version="0.0.0.0" processorArchitecture="*" language="*" versionScope="nonSxS"></assemblyIdentity>
  3.  
  4.   <migration scope="Upgrade,MigWiz,USMT">
  5.     <detects>
  6.       <detect>
  7.         <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  8.       </detect>
  9.     </detects>
  10.     <migrationDisplayID>IEFrame_migration_plugin</migrationDisplayID>
  11.     <rules context="System">
  12.       <include>
  13.         <!-- migrate something simple so plugin is assured to run -->
  14.         <objectSet>
  15.           <pattern type="Registry">HKLM\SOFTWARE\Classes\HTTP\* [*]</pattern>
  16.         </objectSet>
  17.       </include>
  18.     </rules>
  19.     <!-- No plugin here since we only need the plugin to run on the target Vista. -->
  20.   </migration>
  21.  
  22. </assembly>
  23.