home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / browserservice-dl.man < prev    next >
Text File  |  2008-01-19  |  4KB  |  78 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=""
  5.           displayName=""
  6.           company="Microsoft Corp"
  7.           copyright="Microsoft"
  8.           supportInformation="rdrcore"
  9.           creationTimeStamp="2004-05-24T17:39:48.5440428-07:00"
  10.           lastUpdateTimeStamp="2005-05-10T17:21:13.088724Z"
  11.           authors="rdrcore"
  12.           owners="rdrcore"
  13.           testers="rdrcore"
  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-BrowserService-DL"
  22.                     version="0.0.0.0"
  23.                     processorArchitecture="*"
  24.                     language="neutral" />
  25.  
  26.   <migration>
  27.  
  28.     <!-- Begin migration from Vista. This is the build-to-build upgrade or pc-to-pc case.
  29.          Everything else comes from the -DL manifest. -->
  30.  
  31.     <!-- In-place section. Declarations here will not be migrated pc-to-pc. -->
  32.  
  33.     <machineSpecific>
  34.       <migXml xmlns="">
  35.  
  36.         <detects>
  37.           <detect>
  38.             <condition>
  39.               MigXmlHelper.IsOSEarlierThan("NT", "6.0.0")
  40.             </condition>
  41.           </detect>
  42.         </detects>
  43.  
  44.         <rules context="System">
  45.           <include>
  46.             <objectSet>
  47.  
  48.               <!-- Migrate Server parameters -->
  49.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [IsDomainMaster]</pattern>
  50.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [MaintainServerList]</pattern>
  51.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [BackupBrowserRecoveryTime]</pattern>
  52.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [CacheHitLimit]</pattern>
  53.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [CacheResponseSize]</pattern>
  54.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [QueryDriverFrequency]</pattern>
  55.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [DirectHostBinding]</pattern>
  56.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [UnboundBindings]</pattern>
  57.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [MasterPeriodicity]</pattern>
  58.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [BackupPeriodicity]</pattern>
  59.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [BrowserDebug]</pattern>
  60.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [BrowserDebugLimit]</pattern>
  61.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [DisableStopOnPortsClosed]</pattern>
  62.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [IcfWaitTimeout]</pattern>
  63.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [BackupPeriodicity]</pattern>
  64.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [BackupPeriodicity]</pattern>
  65.               <pattern type="Registry">HKLM\System\CurrentControlSet\Services\Browser\Parameters [BackupPeriodicity]</pattern>
  66.  
  67.             </objectSet>
  68.           </include>
  69.  
  70.         </rules>
  71.       </migXml>
  72.     </machineSpecific>
  73.  
  74.     <!-- No pc-to-pc migration. -->
  75.  
  76.   </migration>
  77. </assembly>
  78.