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

  1. <assembly manifestVersion="1.0" description="$(resourceString.EventLog.description)" displayName="$(resourceString.EventLog.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2003-08-04T13:57:43.5495832-07:00" lastUpdateTimeStamp="2003-08-04T13:57:43.5495832-07:00" authors="zzuo" owners="zzuo" testers="jayantb" buildFilter="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity name="Microsoft-Windows-EventLog-DL"
  3.                     buildFilter=""
  4.                     buildType="$(build.buildType)"
  5.                     type=""
  6.                     publicKeyToken=""
  7.                     versionScope="nonSxS"
  8.                     processorArchitecture="*"
  9.                     language="neutral"
  10.                     version="0.0.0.0"/>
  11.  
  12.   <migration>
  13.  
  14.     <migXml xmlns="">
  15.  
  16.       <rules context="System">
  17.         <detects>
  18.           <detect>
  19.             <condition negation="Yes">MigXmlHelper.IsUpgrade()</condition>
  20.           </detect>
  21.           <detect>
  22.             <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0.0")</condition>
  23.           </detect>
  24.         </detects>
  25.  
  26.         <include>
  27.           <objectSet>
  28.         <pattern type="File">%WINDIR%\system32\config [*.evt]</pattern>
  29.             <pattern type="Registry">HKLM\SYSTEM\ControlSet$\Services\Eventlog\* [*]</pattern>
  30.           </objectSet>
  31.         </include>
  32.  
  33.         <exclude>
  34.           <objectSet>
  35.             <pattern type="Registry">HKLM\SYSTEM\ControlSet$\Services\Eventlog\$ [File]</pattern>
  36.           </objectSet>
  37.         </exclude>
  38.  
  39.       </rules>
  40.  
  41.     </migXml>
  42.  
  43.   </migration>
  44. </assembly>
  45.