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

  1. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2004-03-19T02:52:19.9797224-08:00" lastUpdateTimeStamp="2004-08-12T16:56:22.5489237-07:00" authors="ritwikt" owners="ritwikt" testers="" buildFilter="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:schemas-microsoft-com:asm.v3">
  2.   <assemblyIdentity publicKeyToken="$(Build.WindowsPublicKeyToken)" buildType="$(build.buildType)" buildFilter="" versionScope="nonSxS" name="Microsoft-Windows-Telnet-Server-DL" version="0.0.0.0" processorArchitecture="*" language="*"></assemblyIdentity>
  3.   
  4.  
  5.   <migration>
  6. <!--Declare for which Longhorn equivalent OC this manifest corresponds too -->
  7.    <registerSDF name="TelnetServer"></registerSDF>
  8.     <migXml xmlns="">
  9.     <!-- As per mig rule, the detects section should be directly under migXml to enable them 
  10.     execute to determine whether the component is installed or not. -->
  11.             <detects>
  12.                     <detect>
  13.                         <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\TelnetServer\1.0")</condition>
  14.                     </detect>
  15.                     <detect>
  16.                         <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0")</condition>
  17.                     </detect>
  18.             </detects>
  19.       <rules context="System">
  20.                 <!-- Collect this file on Longhorn systems -->
  21.                 <rules>
  22.                 <detects>
  23.                     <detect>
  24.                         <condition>MigXmlHelper.DoesObjectExist("Registry","HKLM\SOFTWARE\Microsoft\TelnetServer\1.0")</condition>
  25.                     </detect>
  26.                     <detect>
  27.                         <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0")</condition>
  28.                     </detect>
  29.                 </detects>
  30.                 <include>
  31.                     <objectSet>
  32.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [MaxConnections]</pattern>
  33.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [TelnetPort]</pattern>
  34.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [DefaultShell]</pattern>
  35.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [ListenToSpecificIpAddr]</pattern>
  36.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [SwitchToKeepShellRunning]</pattern>
  37.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [SwitchForOneTimeUseOfShell]</pattern>
  38.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [DefaultDomain]</pattern>
  39.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [Shell]</pattern>
  40.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [AllowTrustedDomain]</pattern>
  41.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [MaxFailedLogins]</pattern>
  42.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [SecurityMechanism]</pattern>
  43.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [EventLoggingEnabled]</pattern>
  44.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [LogNonAdminAttempts]</pattern>
  45.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [LogAdminAttempts]</pattern>
  46.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [LogFailures]</pattern>
  47.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [AltKeyMapping]</pattern>
  48.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [IdleSessionTimeOut]</pattern>
  49.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [IdleSessionTimeOutBkup]</pattern>
  50.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [DisconnectKillAllApps]</pattern>
  51.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [ModeOfOperation]</pattern>
  52.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [UpdatedTo]</pattern>
  53.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [UpdatedTo]</pattern>
  54.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [LogToFile]</pattern>
  55.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [LoginScript]</pattern>
  56.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [LogFile]</pattern>
  57.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0 [LogFileSize]</pattern>
  58.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetServer\1.0\ReadConfig [Defaults]</pattern>
  59.                         <pattern type="Registry">HKLM\SYSTEM\CurrentControlSet\Services\TlntSvr  [Start] </pattern>
  60.                     </objectSet>
  61.                 </include>
  62.                 </rules>
  63.             </rules>
  64.         </migXml>
  65.   </migration>
  66. </assembly>
  67.