home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
dlmanifests
/
video-tvvideocontrol-dl.man
< prev
next >
Wrap
Extensible Markup Language
|
2008-01-19
|
2KB
|
39 lines
<?xml version="1.0" encoding="UTF-8"?>
<assembly manifestVersion="1.0" description="$(resourceString.description1)" displayName="$(resourceString.displayName0)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2005-01-15T22:05:19.3174185-08:00" lastUpdateTimeStamp="2005-01-21T04:26:41.2030344-08:00" authors="kreneris" owners="seanmcd" 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">
<assemblyIdentity name="Microsoft-Windows-Video-TVVideoControl-DL" version="0.0.0.0" publicKeyToken="$(Build.WindowsPublicKeyToken)" processorArchitecture="*" language="neutral" versionScope="nonSxS"></assemblyIdentity>
<migration>
<migXml xmlns="">
<rules context="System">
<detects>
<detect>
<condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
</detect>
</detects>
<!--
we're doing something a little cheesy here. we depending on the fact that the tuning spaces are either
in wow6432(xpsp2 x64 pro) or not(everything else). so, we're not messing with detects to separate these two
cases. note, that we move out of wow6432node in the uplevel manifest
-->
<include>
<objectSet>
<pattern type="Registry">HKLM\SOFTWARE\Wow6432Node\Microsoft\Tuning Spaces\* [*]</pattern>
</objectSet>
</include>
<include>
<objectSet>
<pattern type="Registry">HKLM\Software\Microsoft\Tuning Spaces\* [*]</pattern>
</objectSet>
</include>
</rules>
</migXml>
</migration>
<localization>
<resources culture="en-US">
<stringTable>
<string id="displayName0" value="Microsoft-Windows-Video-TVVideoControl-DL" buildFilter=""></string>
<string id="description1" value="Migrates downlevel tuning space settings." buildFilter=""></string>
</stringTable>
</resources>
</localization>
</assembly>