home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
dlmanifests
/
moviemaker-migration-dl.man
< prev
next >
Wrap
Extensible Markup Language
|
2008-01-19
|
1KB
|
34 lines
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
manifestVersion="1.0" description="Movie Maker DL migration" displayName="Movie Maker DL migration"
company="Microsoft" copyright="" supportInformation=""
authors="mmatsel" owners="mmatsel" testers="hansp"
buildFilter="" xmlns="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity version="0.0.0.0" processorArchitecture="*" publicKeyToken=""
language="neutral" buildType="release" versionScope="nonSxS"
buildFilter="" name="Microsoft-Windows-MovieMaker-Migration-DL"/>
<migration>
<migXml xmlns="">
<!-- Check OS ver. as this manifest is only valid for down-level OS < than Windows Vista -->
<detects>
<detect>
<condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0")</condition>
</detect>
</detects>
<rules context="User">
<include>
<objectSet name="MMUserPrefsInclude">
<pattern type="Registry">HKCU\Software\Microsoft\MM20\* [*]</pattern>
</objectSet>
</include>
</rules>
</migXml>
</migration>
</assembly>