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

  1. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="Microsoft" supportInformation="erclient" creationTimeStamp="2003-11-25T14:30:21.2858750-08:00" lastUpdateTimeStamp="2005-08-24T07:22:01.1230502-07:00" authors="haseebq" owners="haseebq" testers="" 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-ErrorReportingCore-DL" version="0.0.0.0" processorArchitecture="*" language="*"/>
  3.   <migration>
  4.     <migXml xmlns="">
  5.       <detects>
  6.         <detect>
  7.           <condition>MigXmlHelper.IsOSEarlierThan("NT", "5.2.*")</condition>
  8.           <condition>MigXmlHelper.IsOSLaterThan("NT", "5.1.*")</condition>
  9.         </detect>
  10.       </detects>
  11.       <rules context="System">
  12.         <include>
  13.           <objectSet>
  14.             <pattern type="Registry">HKLM\Software\Microsoft\PCHealth\ErrorReporting  [DoReport]</pattern>
  15.             <pattern type="Registry">HKLM\Software\Microsoft\PCHealth\ErrorReporting  [ForceQueueMode]</pattern>
  16.             <pattern type="Registry">HKLM\Software\Microsoft\PCHealth\ErrorReporting\ExclusionList  [*]</pattern>
  17.             <pattern type="Registry">HKLM\Software\Microsoft\PCHealth\ErrorReporting  [ShowUI]</pattern>
  18.           </objectSet>
  19.         </include>
  20.       </rules>
  21.       <rules context="User">
  22.         <include>
  23.           <objectSet>
  24.             <pattern type="Registry">HKCU\Software\Microsoft\PCHealth\ErrorReporting  [DoReport]</pattern>
  25.             <pattern type="Registry">HKCU\Software\Microsoft\PCHealth\ErrorReporting  [ForceQueueMode]</pattern>
  26.             <pattern type="Registry">HKCU\Software\Microsoft\PCHealth\ErrorReporting\ExclusionList  [*]</pattern>
  27.             <pattern type="Registry">HKCU\Software\Microsoft\PCHealth\ErrorReporting  [ShowUI]</pattern>         
  28.           </objectSet>
  29.         </include>
  30.       </rules>
  31.     </migXml>
  32.   </migration>
  33. </assembly>
  34.