home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / dlmanifests / microsoft-windows-iis-corewebengine-deployment-dl.man < prev    next >
Text File  |  2008-01-19  |  2KB  |  64 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="CoreWebEngine Downlevel"
  5.           description="Downlevel manifest for CoreWebEngine Migration"
  6.           company="Microsoft"
  7.           copyright=""
  8.           supportInformation=""
  9.           creationTimeStamp="2007-03-09T23:19:59.7179214-07:00"
  10.           lastUpdateTimeStamp="2007-03-09T21:50:06.5375172-07:00"
  11.           authors=""
  12.           owners=""
  13.           testers=""
  14.           buildFilter=""
  15.           xmlns="urn:schemas-microsoft-com:asm.v3">
  16.  
  17.   <assemblyIdentity name="Microsoft-Windows-IIS-CoreWebEngine-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-CoreWebEngine">
  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.         <include>
  54.           <objectSet>
  55.             <pattern type="File">%SystemDrive%\inetpub\wwwroot\[iisstart.htm]</pattern>
  56.           </objectSet>
  57.         </include>       
  58.       </rules>
  59.  
  60.     </migXml>
  61.   </migration>
  62.  
  63. </assembly>
  64.