home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / remoteassistance-dl.man < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  61 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <assembly manifestVersion="1.0" company="Microsoft Corporation"  xmlns="urn:schemas-microsoft-com:asm.v3">
  4.     
  5.     <assemblyIdentity name="Microsoft-Windows-RemoteAssistance-Downlevel" 
  6.         version="0.0.0.0" 
  7.         processorArchitecture="x86" 
  8.         publicKeyToken="$(Build.WindowsPublicKeyToken)" 
  9.         language="neutral" 
  10.         buildType="release" 
  11.         versionScope="nonSxS"/>
  12.  
  13.     <migration>
  14.  
  15.         <supportedComponent>
  16.             <assemblyIdentity 
  17.                 name="Microsoft-Windows-RemoteAssistance-Downlevel"
  18.                 version="0.0.0.0" 
  19.                 processorArchitecture="x86" 
  20.                 language="neutral"/>
  21.         </supportedComponent>
  22.  
  23.     <!-- Check as this is only valid for down-level OS less than Windows Vista, specifically XP and W2K3 for RA -->
  24.     <detects>
  25.     <detect>
  26.         <condition>MigXmlHelper.IsOSEarlierThan("NT", "5.2.*")</condition>
  27.         <condition>MigXmlHelper.IsOSLaterThan("NT", "5.1.*")</condition>
  28.     </detect>
  29.     </detects>
  30.  
  31.     <migXml xmlns="">
  32.     <rules context="System">
  33.  
  34.     <!-- Collect fAllowToGetHelp always -->
  35.  
  36.         <include>
  37.     <objectSet>
  38.         <pattern type="Registry">HKLM\System\CurrentControlSet\Control\Terminal Server [fAllowToGetHelp]</pattern>
  39.     </objectSet>
  40.     </include>    
  41.  
  42.     <!-- Collect fAllowFullControl only if it exists -->
  43.  
  44.     <rules>
  45.     <detects>
  46.     <detect>
  47.         <condition>MigXmlHelper.DoesObjectExist("Registry", "HKLM\System\CurrentControlSet\Control\Terminal Server [fAllowFullControl]")</condition>
  48.     </detect>
  49.     </detects>
  50.         <include>
  51.     <objectSet>
  52.         <pattern type="Registry">HKLM\System\CurrentControlSet\Control\Terminal Server [fAllowFullControl]</pattern>
  53.     </objectSet>
  54.     </include>
  55.     </rules>        
  56.  
  57.     </rules>
  58.     </migXml>  
  59.      </migration>
  60.  
  61. </assembly>