home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
dlmanifests
/
microsoftwindowssystemrestore-main-dl.man
< prev
next >
Wrap
Text File
|
2008-01-19
|
2KB
|
60 lines
<assembly manifestVersion="1.0"
description="$(resourceString.description1)"
displayName="$(resourceString.displayName0)"
company="Microsoft"
copyright=""
supportInformation="sfddev"
creationTimeStamp="2005-02-16T05:54:44.0397595-08:00"
lastUpdateTimeStamp="2005-06-09T04:09:28.6964147Z"
authors="adamland"
owners="sfddev"
testers="nmsdtest"
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-SystemRestore-Main-DL"
buildFilter=""
buildType="$(build.buildType)"
type=""
publicKeyToken="$(Build.WindowsPublicKeyToken)"
versionScope="nonSxS"
processorArchitecture="*"
language="neutral"
version="0.0.0.0"/>
<migration>
<!-- Begin migration to Vista from non-Vista Server OS -->
<!-- In-place section. Declarations here will not be migrated pc-to-pc. -->
<machineSpecific>
<migXml xmlns="">
<!-- Ruleset for migrating Windows XP -->
<rules context="System">
<detects>
<detect>
<condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
</detect>
</detects>
<!-- Gather the registry value that indicates if SR is disabled on the XP source so we can move it to
a new location on the target.-->
<include>
<objectSet>
<pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore [DisableSR]</pattern>
</objectSet>
</include>
</rules>
</migXml>
</machineSpecific>
</migration>
</assembly>