home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / microsoft-windows-iis-ipsecurity-deployment-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  59 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="IP Security Downlevel"
  5.           description="Downlevel manifest for IP Security Migration"
  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="edchou"
  12.           owners="edchou"
  13.           testers=""
  14.           buildFilter=""
  15.           xmlns="urn:schemas-microsoft-com:asm.v3">
  16.  
  17.     <assemblyIdentity name="Microsoft-Windows-IIS-IPSecurity-Deployment-DL"
  18.                       version="0.0.0.0"
  19.                       processorArchitecture="*"
  20.                       language="*"
  21.                       type=""
  22.                       publicKeyToken="$(Build.WindowsPublicKeyToken)"
  23.                       buildType="$(build.buildType)"
  24.                       versionScope="nonSxS"
  25.                       buildFilter="">
  26.     </assemblyIdentity>
  27.  
  28.     <migration>
  29.  
  30.         <registerSDF name="IIS-IPSecurity">
  31.         </registerSDF>
  32.  
  33.         <migXml xmlns="">
  34.  
  35.             <!-- On a down-level system, we detect the presence of WWW by -->
  36.             <!-- looking for the W3SVC service.  We base this on the      -->
  37.             <!-- registry key for the service declaration.                -->
  38.  
  39.             <detects>
  40.               <detect>
  41.                 <condition>
  42.                   MigXmlHelper.IsOSEarlierThan("NT", "6.0")
  43.                 </condition>
  44.               </detect>
  45.               <detect>
  46.                 <condition>
  47.                   MigXmlHelper.DoesObjectExist( "Registry", "HKLM\System\CurrentControlSet\Services\W3SVC [ImagePath]" )
  48.                 </condition>
  49.               </detect>
  50.             </detects>
  51.  
  52.             <rules context="System">
  53.             </rules>
  54.  
  55.         </migXml>
  56.     </migration>
  57.  
  58. </assembly>
  59.