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 >
Text File  |  2008-01-19  |  2KB  |  60 lines

  1. <assembly manifestVersion="1.0" 
  2.           description="$(resourceString.description1)" 
  3.           displayName="$(resourceString.displayName0)" 
  4.           company="Microsoft" 
  5.           copyright="" 
  6.           supportInformation="sfddev" 
  7.           creationTimeStamp="2005-02-16T05:54:44.0397595-08:00" 
  8.           lastUpdateTimeStamp="2005-06-09T04:09:28.6964147Z" 
  9.           authors="adamland" 
  10.           owners="sfddev" 
  11.           testers="nmsdtest" 
  12.           buildFilter="" 
  13.           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  14.           xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  15.           xmlns="urn:schemas-microsoft-com:asm.v3">
  16.   <assemblyIdentity name="Microsoft-Windows-SystemRestore-Main-DL"
  17.                     buildFilter=""
  18.                     buildType="$(build.buildType)"
  19.                     type=""
  20.                     publicKeyToken="$(Build.WindowsPublicKeyToken)"
  21.                     versionScope="nonSxS"
  22.                     processorArchitecture="*"
  23.                     language="neutral"
  24.                     version="0.0.0.0"/>
  25.  
  26.   <migration>
  27.     
  28.     <!-- Begin migration to Vista from non-Vista Server OS -->
  29.  
  30.     <!-- In-place section. Declarations here will not be migrated pc-to-pc. -->
  31.  
  32.     
  33.     <machineSpecific>
  34.             <migXml xmlns="">
  35.         
  36.         <!-- Ruleset for migrating Windows XP -->
  37.         
  38.         <rules context="System">
  39.           
  40.           <detects>
  41.             <detect>
  42.               <condition>MigXmlHelper.DoesOSMatch("NT","5.1.*")</condition>
  43.             </detect>
  44.           </detects>
  45.  
  46.           <!-- Gather the registry value that indicates if SR is disabled on the XP source so we can move it to 
  47.           a new location on the target.-->
  48.           
  49.           <include>
  50.             <objectSet>
  51.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore [DisableSR]</pattern>
  52.             </objectSet>
  53.           </include>
  54.                     
  55.         </rules>
  56.       </migXml>
  57.     </machineSpecific>
  58.   </migration>
  59. </assembly>
  60.