home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / bitsextensions-server-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  60 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-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-Upload"></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% [bitssrv.dll]")</condition>
  29.        </detect>
  30.  
  31.        <!--Check as this is only valid for down-level OS > than Windows 2003 -->
  32.        <detect>
  33.        <condition>MigXmlHelper.IsOSLaterThan("NT", "5.2.*")</condition>
  34.        </detect>
  35.        </detects>
  36.  
  37.        <plugin file="BITSExtensions-Server\bitsmig.dll"
  38.               classId="{fd2b96fb-0f4d-47f2-8640-8a2f81cd7976}">
  39.        </plugin>
  40.  
  41.    </migXml>   
  42.   </machineSpecific>
  43.  
  44.   <migXml xmlns="">
  45.      <detects>
  46.        <!--Detect presence of Longhorn down-level equiv feature -->
  47.        <!--Determined by the presence of a registry key -->
  48.        <detect>
  49.        <condition>MigXmlHelper.DoesObjectExist("File","%system32% [bitssrv.dll]")</condition>
  50.        </detect>
  51.  
  52.        <!--Check as this is only valid for down-level OS > than Windows 2003 -->
  53.        <detect>
  54.        <condition>MigXmlHelper.IsOSLaterThan("NT", "5.2.*")</condition>
  55.        </detect>
  56.        </detects>
  57.    </migXml>   
  58. </migration>
  59. </assembly>
  60.