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

  1. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-06-09T16:32:10.3541700-07:00" lastUpdateTimeStamp="2004-08-20T01:03:02.6093088-07:00" authors="henryr,guruk" owners="henryr" testers="jonwhee" 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-UPnPDeviceHost-DL" version="0.0.0.0" processorArchitecture="*" publicKeyToken="$(Build.WindowsPublicKeyToken)" language="neutral" buildType="$(build.buildType)" buildFilter="" versionScope="nonSxS"/>
  3.  
  4.   <migration>
  5.     <migXml xmlns="">
  6.       <detects>
  7.         <detect>
  8.           <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
  9.         </detect>
  10.       </detects>
  11.     
  12.       <rules context="System">
  13.         <include>
  14.           <objectSet>
  15.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\UPnP Device Host [File Size Limit]</pattern>
  16.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\UPnP Device Host\Devices [DeviceLifeTime]</pattern>
  17.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\UPnP Device Host\Devices [MaxHttpSize]</pattern>
  18.           </objectSet>
  19.         </include>
  20.       </rules>
  21.     </migXml>
  22.   
  23.     <machineSpecific>
  24.       <migXml xmlns="">
  25.         <rules context="System">
  26.           <include>
  27.             <objectSet>
  28.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\UPnP Device Host\Description\* [*]</pattern>
  29.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\UPnP Device Host\Devices\* [*]</pattern>
  30.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\UPnP Device Host\Providers\* [*]</pattern>
  31.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\UPnPHost [Start]</pattern>
  32.             </objectSet>
  33.           </include>
  34.         </rules>
  35.       </migXml>
  36.     </machineSpecific>
  37.   </migration>
  38. </assembly>
  39.