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

  1. <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2.           xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  3.           manifestVersion="1.0"
  4.           description="$(resourceString.description)"
  5.           displayName="$(resourceString.displayName)"
  6.           company="Microsoft Corp"
  7.           copyright="Microsoft"
  8.           supportInformation="fsrmdev"
  9.           creationTimeStamp="2004-05-24T17:39:48.5440428-07:00"
  10.           lastUpdateTimeStamp="2005-05-10T17:21:13.088724Z"
  11.           authors="fsrmdev"
  12.           owners="fsrmdev"
  13.           testers="fsrmdev"
  14.           buildFilter=""
  15.           xmlns="urn:schemas-microsoft-com:asm.v3"> 
  16.   <assemblyIdentity type=""
  17.                     publicKeyToken="$(Build.WindowsPublicKeyToken)"
  18.                     buildType="$(build.buildType)"
  19.                     versionScope="nonSxS"
  20.                     buildFilter=""
  21.                     name="Microsoft-Windows-FSRM-DL"
  22.                     version="0.0.0.0"
  23.                     processorArchitecture="*"
  24.                     language="neutral" />
  25.  
  26.   <migration>
  27.  
  28.     <!-- Identify the OC to which this manifest corresponds -->
  29.     
  30.     <registerSDF name="FSRM-Infrastructure"/>
  31.     <registerSDF name="FSRM-Management"/>
  32.         
  33.     <!-- Begin migration to Vista from non-Vista Server OS -->
  34.  
  35.     <!-- In-place section. Declarations here will not be migrated pc-to-pc. -->
  36.  
  37.       <migXml xmlns="">
  38.       
  39.         <detects>
  40.           <detect>
  41.             <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SYSTEM\CurrentControlSet\Services\SrmSvc")</condition>
  42.           </detect>
  43.  
  44.           <detect>
  45.             <condition>MigXmlHelper.DoesOSMatch("NT", "5.2.*")</condition>
  46.           </detect>
  47.         </detects>
  48.  
  49.         <!-- Ruleset for migrating Windows 2003 Server R2 -->
  50.       
  51.         <rules context="System">
  52.  
  53.           <include>
  54.             <objectSet>
  55.  
  56.               <!-- Quota filter settings  -->
  57.  
  58.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Quota [NormalNotificationTimeout]</pattern>
  59.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Quota [CriticalNotificationTimeout]</pattern>
  60.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Quota [EnableQuotaSpecificErrorCode]</pattern>
  61.  
  62.               <!-- File screen filter settings  -->
  63.  
  64.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Datascrn [NormalNotificationTimeout]</pattern>
  65.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Datascrn [CriticalNotificationTimeout]</pattern>
  66.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\Datascrn [EnableScreeningSpecificErrorCode]</pattern>
  67.  
  68.               <!-- Srm service settings  -->
  69.  
  70.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SrmSvc\Settings [DisableSearchDfs]</pattern>
  71.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SrmSvc\Settings [SharePathRefreshMinutes]</pattern>
  72.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SrmSvc\Settings [MaxThreadPoolWorkItems]</pattern>
  73.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SrmSvc\Settings [MaxQueuedEvents]</pattern>
  74.       
  75.               <!-- Reports service settings  -->
  76.  
  77.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SrmReports\Settings [TimeoutForGC]</pattern>
  78.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SrmReports\Settings [ConsolidationTimeout]</pattern>
  79.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SrmReports\Settings [ExtendedLogging]</pattern>
  80.               <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\SrmReports\Settings [TimeoutForShutdown]</pattern>
  81.  
  82.               <!-- GUI settings  -->
  83.               
  84.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\SrmGui [No Save Quota as Template Dialog]</pattern>
  85.               <pattern type="Registry">HKLM\SOFTWARE\Microsoft\SrmGui [No Save File Screen as Template Dialog]</pattern>
  86.  
  87.             </objectSet>
  88.           </include>
  89.  
  90.           <!-- Specify merge resolution handler. Source priority forces migrate from downlevel. -->
  91.  
  92.         </rules>
  93.                   
  94.       </migXml>
  95.  
  96.     <!-- No pc-to-pc migration. -->
  97.  
  98.   </migration> 
  99. </assembly> 
  100.