home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / ipsec-svc-dl.man < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  33 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="Microsoft" supportInformation="wafhot" creationTimeStamp="2003-08-05T10:09:21.1986565-07:00" lastUpdateTimeStamp="2004-06-19T22:16:51.5001339+00:00" authors="IanCar, BohrHe" owners="spptdev" testers="sppttest" 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">
  3.     <assemblyIdentity name="Microsoft-Windows-Network-Security-Domain-Clients-Svc-DL" version="0.0.0.0" processorArchitecture="*" language="neutral" publicKeyToken="$(Build.WindowsPublicKeyToken)" buildFilter="" versionScope="nonSxS"></assemblyIdentity>
  4.     <migration>
  5.         <migXml xmlns="">
  6.             <detects>
  7.                 <detect>
  8.                     <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  9.                 </detect>
  10.             </detects>
  11.  
  12.             <rules context="system">
  13.                 <include>
  14.                     <objectSet>
  15.                         <pattern type="Registry">HKLM\SOFTWARE\Policies\Microsoft\Windows\IPSec\Policy\Local\* [*]</pattern>
  16.                         <pattern type="Registry">HKLM\SOFTWARE\Policies\Microsoft\Windows\IPSec\ICFv4\* [*]</pattern>
  17.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent\Oakley\* [StrongCRLCheck]</pattern>
  18.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent\Oakley\* [IKEFlags]</pattern>
  19.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\IPSEC\* [SAIdleTime]</pattern>
  20.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\IPSEC\* [NoDefaultExempt]</pattern>
  21.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\IPSEC\* [AssumeUDPEncapsulationContextOnSendRule]</pattern>
  22.                     </objectSet>
  23.                 </include>
  24.                 <excludeAttributes attributes="Security">
  25.                     <objectSet>
  26.                         <pattern type="Registry">HKLM\SOFTWARE\Policies\Microsoft\Windows\IPSec\*</pattern>
  27.                     </objectSet>
  28.                 </excludeAttributes>
  29.             </rules>
  30.         </migXml>
  31.     </migration>
  32.  </assembly>
  33.