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

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2004-05-21T14:26:02.0157474-07:00" lastUpdateTimeStamp="2004-10-01T21:40:40.9701248-07:00" authors="maheshl" owners="maheshl" testers="" buildFilter="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-microsoft-com:asm.v3">
  3.   <assemblyIdentity name="Microsoft-Windows-TerminalServices-SessionDirectory-Server-DL" version="0.0.0.0" processorArchitecture="*" language="*"/>
  4.  
  5.   <migration>
  6.     <registerSDF name="SessionDirectory"></registerSDF>
  7.  
  8.     <migXml xmlns="">
  9.       <detects>
  10.     <detect>
  11.       <condition>MigXmlHelper.DoesStringContentEqual("Registry","HKLM\System\CurrentControlSet\Services\Tssdis [Start]", "0x00000002" ) </condition>
  12.           <condition>MigXmlHelper.DoesStringContentEqual("Registry","HKLM\System\CurrentControlSet\Services\Tssdis [Start]", "0x00000003" ) </condition>
  13.     </detect>
  14.     <detect>
  15.            <condition>MigXmlHelper.IsOSEarlierThan("NT", "6.0")</condition>
  16.     </detect>
  17.       </detects>
  18.       <rules context="System">
  19.         <include>
  20.           <objectSet>
  21.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\\Services\Tssdis\Parameters [PingMode]</pattern>
  22.           
  23.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\\Services\Tssdis\Parameters [TraceOutputMode]</pattern>
  24.           
  25.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\\Services\Tssdis\Parameters [NumberFailedPingsBeforePurge]</pattern>
  26.           
  27.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\\Services\Tssdis\Parameters [TimeBetweenPings]</pattern>
  28.           
  29.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\\Services\Tssdis\Parameters [TimeServerSilentBeforePing]</pattern>
  30.           
  31.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\\Services\Tssdis\Parameters [WorkingDirectory]</pattern>
  32.  
  33.             <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\\Services\Tssdis\Parameters [RecoverWhenStart]</pattern>
  34.           </objectSet>
  35.         </include>
  36.       </rules>
  37.     </migXml>
  38.   </migration>
  39. </assembly>
  40.