44 lines
1.4 KiB
Groff
44 lines
1.4 KiB
Groff
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
|
|
<assembly
|
|
xmlns="urn:schemas-microsoft-com:asm.v3"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
authors="gpdev"
|
|
buildFilter=""
|
|
company="Microsoft Corporation"
|
|
copyright=""
|
|
creationTimeStamp="2005-06-30T02:52:56.0682307Z"
|
|
description="Downlevel Manifest for GPMC APIs"
|
|
displayName="Downlevel Manifest for GPMC APIs"
|
|
lastUpdateTimeStamp="2005-07-06T18:55:27.0085532Z"
|
|
manifestVersion="1.0"
|
|
owners="gpdev"
|
|
supportInformation=""
|
|
testers=""
|
|
>
|
|
<assemblyIdentity
|
|
language="*"
|
|
name="Microsoft-Windows-GroupPolicy-GPMC-Api-DL"
|
|
processorArchitecture="*"
|
|
version="0.0.0.0"
|
|
/>
|
|
<migration>
|
|
<migXml xmlns="">
|
|
<!-- Check as this is only valid for down-level OS < than Windows Vista ? -->
|
|
<detects>
|
|
<detect>
|
|
<condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
|
|
</detect>
|
|
</detects>
|
|
<rules context="System">
|
|
<include>
|
|
<objectSet>
|
|
<pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Diagnostics [gpmgmttracelevel]</pattern>
|
|
<pattern type="Registry">HKLM\Software\Microsoft\Windows NT\CurrentVersion\Diagnostics [gprsoptracelevel]</pattern>
|
|
</objectSet>
|
|
</include>
|
|
</rules>
|
|
</migXml>
|
|
</migration>
|
|
</assembly>
|