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

  1. <assembly manifestVersion="1.0" description="$(resourceString.description)" displayName="$(resourceString.displayName)" company="Microsoft" copyright="" supportInformation="" creationTimeStamp="2004-03-19T02:16:50.0280106-08:00" lastUpdateTimeStamp="2004-08-02T07:04:09.1722500-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-Client-DL" version="0.0.0.0" processorArchitecture="*" language="*"></assemblyIdentity>
  3.  
  4.   <migration>
  5. <!--Declare for which Longhorn equivalent OC this manifest corresponds too -->
  6.    <registerSDF name="TelnetClient"></registerSDF>
  7.     <migXml xmlns="">
  8.     <!-- As per mig rule, the detects section should be directly under migXml to enable them 
  9.     execute to determine whether the component is installed or not. -->
  10.             <detects>
  11.                     <detect>
  12.                         <condition>MigXmlHelper.DoesObjectExist("File","%WINDIR%\system32\telnet.exe")</condition>
  13.                     </detect>
  14.               <detect>
  15.                <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0")</condition>
  16.             </detect>
  17.             </detects>
  18.       <rules context="System">
  19.                 <!-- Collect this file on Longhorn systems -->
  20.                 <detects>
  21.                     <detect>
  22.                         <condition>MigXmlHelper.DoesObjectExist("File","%WINDIR%\system32\telnet.exe")</condition>
  23.                     </detect>
  24.         <detect>
  25.                <condition>MigXmlHelper.IsOSEarlierThan("NT","6.0.0")</condition>
  26.             </detect>
  27.                 </detects>
  28.                 <include>
  29.                     <objectSet>
  30.                         <pattern type="Registry">HKLM\Software\Microsoft\TelnetClient [AllowedEnvVariables]</pattern>
  31.                     </objectSet>
  32.                 </include>
  33.             </rules>
  34.     </migXml>
  35.   </migration>
  36. </assembly>
  37.