home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / bitsextensions-server-console-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  63 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.           displayName="BITS Server Downlevel"
  5.           description="Downlevel manifest for BITS Server Extensions"
  6.           company="Microsoft"
  7.           copyright=""
  8.           supportInformation=""
  9.           creationTimeStamp="2005-04-17T23:19:59.7179214-07:00"
  10.           lastUpdateTimeStamp="2005-06-21T21:50:06.5375172-07:00"
  11.           authors="nraghu"
  12.           owners="nraghu"
  13.           testers=""
  14.           buildFilter=""
  15.           xmlns="urn:schemas-microsoft-com:asm.v3">
  16.   
  17. <assemblyIdentity name="Microsoft-Windows-BITSExtensions-Server-Console-DL" version="0.0.0.0" processorArchitecture="*" language="*"></assemblyIdentity>
  18.  
  19. <migration>
  20.    <!--Declare for which Longhorn equivalent OC this manifest corresponds too -->
  21.    <registerSDF name="BITSExtensions-AdminPack"></registerSDF>
  22.   <machineSpecific>
  23.    <migXml xmlns="">
  24.      <detects>
  25.        <!--Detect presence of Longhorn down-level equiv feature -->
  26.        <!--Determined by the presence of a registry key -->
  27.        <detect>
  28.        <condition>MigXmlHelper.DoesObjectExist("File","%system32% [bitsmgr.dll]")</condition>
  29.        </detect>
  30.  
  31.        <detect>
  32.        <condition negation="yes">MigXmlHelper.DoesObjectExist("File","%system32% [bitssrv.dll]")</condition>
  33.        </detect>
  34.  
  35.        <!--Check as this is only valid for down-level OS > than Windows 2003 -->
  36.        <detect>
  37.        <condition>MigXmlHelper.IsOSLaterThan("NT", "5.2.*")</condition>
  38.        </detect>
  39.        </detects>
  40.    </migXml>   
  41.   </machineSpecific>
  42.  
  43.   <migXml xmlns="">
  44.      <detects>
  45.        <!--Detect presence of Longhorn down-level equiv feature -->
  46.        <!--Determined by the presence of a registry key -->
  47.        <detect>
  48.        <condition>MigXmlHelper.DoesObjectExist("File","%system32% [bitsmgr.dll]")</condition>
  49.        </detect>
  50.  
  51.        <detect>
  52.        <condition negation="yes">MigXmlHelper.DoesObjectExist("File","%system32% [bitssrv.dll]")</condition>
  53.        </detect>
  54.  
  55.        <!--Check as this is only valid for down-level OS > than Windows 2003 -->
  56.        <detect>
  57.        <condition>MigXmlHelper.IsOSLaterThan("NT", "5.2.*")</condition>
  58.        </detect>
  59.        </detects>
  60.    </migXml>   
  61. </migration>
  62. </assembly>
  63.