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

  1. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  2.   <assemblyIdentity name="Microsoft.Windows.WinHTTP-DL" version="0.0.0.0" processorArchitecture="*" language="*"/>
  3.  
  4.   <migration>
  5.     <migXml xmlns="">
  6.  
  7.       <!-- Check as this is only valid for down-level OS < than Windows Vista -->
  8.      <detects>
  9.        <detect>
  10.          <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  11.        </detect>
  12.      </detects>
  13.  
  14.       <rules context="System">
  15.         <include>
  16.           <objectSet>
  17.             <!-- WinHTTP Connection Settings -->
  18.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections [WinHttpSettings]</pattern>
  19.  
  20.             <!-- Passport Settings -->
  21.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Passport Test [LoginServerRealm]</pattern>
  22.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Passport Test [LoginServerUrl]</pattern>
  23.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Passport Test [ConfigVersion]</pattern>
  24.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Passport Test [NexusObj]</pattern>
  25.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Passport Test [NexusHost]</pattern>
  26.  
  27.             <!-- Trace Config Settings (use netsh extension to set) -->
  28.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Tracing [Enabled]</pattern>
  29.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Tracing [LogFilePrefix]</pattern>
  30.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Tracing [ToFileOrDebugger]</pattern>
  31.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Tracing [ShowBytes]</pattern>
  32.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Tracing [ShowApiTrace]</pattern>
  33.             <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\Tracing [MaxFileSize]</pattern>
  34.  
  35.           </objectSet>
  36.         </include>
  37.       </rules>
  38.     </migXml>
  39.   </migration>
  40. </assembly>
  41.