home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / ntfs-dl.man < prev    next >
Text File  |  2008-01-19  |  3KB  |  69 lines

  1. <assembly   manifestVersion="1.0" 
  2.             description="$(resourceString.description)" 
  3.             displayName="$(resourceString.displayName)" 
  4.             company="Microsoft" 
  5.             copyright="Microsoft Corporation 2006" 
  6.             supportInformation="" 
  7.             creationTimeStamp="2006-03-13T10:22:45.7383532-08:00" 
  8.             lastUpdateTimeStamp="2006-03-13T10:22:45.7383532-08:00" 
  9.             authors="ntfsdev" 
  10.             owners="ntfsdev" 
  11.             testers="" 
  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.                     
  17.   <assemblyIdentity name="Microsoft-Windows-NTFS-DL" 
  18.                     version="0.0.0.0" 
  19.                     processorArchitecture="*" 
  20.                     publicKeyToken="$(Build.WindowsPublicKeyToken)" 
  21.                     language="neutral" 
  22.                     buildType="$(build.buildType)" 
  23.                     buildFilter="" 
  24.                     versionScope="nonSxS"></assemblyIdentity>
  25.  
  26.  
  27.   <migration>
  28.  
  29.     <!-- Begin migration to Vista from non-Vista Server OS -->
  30.  
  31.     <!-- In-place section. Declarations here will not be migrated pc-to-pc. -->
  32.  
  33.     <machineSpecific>
  34.       <migXml xmlns="">
  35.       
  36.         <!-- Ruleset for migrating Windows XP SP2, Server 2003 and Server R2 -->
  37.       
  38.         <rules context="System">
  39.           <detects>
  40.             <detect>
  41.               <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0.0.0")</condition>
  42.             </detect>
  43.           </detects>
  44.           <include>
  45.             <objectSet>
  46.  
  47.               <!-- Knob values in same order as in the <configuration> section. -->
  48.  
  49.               <pattern type="Registry">HKLM\System\CurrentControlSet\Control\FileSystem [NtfsDisable8dot3NameCreation]</pattern>
  50.               <pattern type="Registry">HKLM\System\CurrentControlSet\Control\FileSystem [NtfsAllowExtendedCharacterIn8dot3Name]</pattern>
  51.               <pattern type="Registry">HKLM\System\CurrentControlSet\Control\FileSystem [NtfsDisableLastAccessUpdate]</pattern>
  52.               <pattern type="Registry">HKLM\System\CurrentControlSet\Control\FileSystem [NtfsMftZoneReservation]</pattern>
  53.               <pattern type="Registry">HKLM\System\CurrentControlSet\Control\FileSystem [NtfsMemoryUsage]</pattern>
  54.               <pattern type="Registry">HKLM\System\CurrentControlSet\Control\FileSystem [NtfsQuotaNotifyRate]</pattern>
  55.               <pattern type="Registry">HKLM\System\CurrentControlSet\Control\FileSystem [NtfsDisableEncryption]</pattern>
  56.               
  57.             </objectSet>
  58.           </include>
  59.         </rules>
  60.  
  61.       </migXml>
  62.     </machineSpecific>
  63.  
  64.     <!-- No pc-to-pc migration. -->
  65.  
  66.   </migration> 
  67. </assembly>
  68.  
  69.