home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
dlmanifests
/
microsoft-windows-iis-defaultdocument-deployment-dl.man
< prev
next >
Wrap
Text File
|
2008-01-19
|
2KB
|
59 lines
<assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
manifestVersion="1.0"
displayName="Default Document Downlevel"
description="Downlevel manifest for Default Document Migration"
company="Microsoft"
copyright=""
supportInformation=""
creationTimeStamp="2005-04-17T23:19:59.7179214-07:00"
lastUpdateTimeStamp="2005-06-21T21:50:06.5375172-07:00"
authors="edchou"
owners="edchou"
testers=""
buildFilter=""
xmlns="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity name="Microsoft-Windows-IIS-DefaultDocument-Deployment-DL"
version="0.0.0.0"
processorArchitecture="*"
language="*"
type=""
publicKeyToken="$(Build.WindowsPublicKeyToken)"
buildType="$(build.buildType)"
versionScope="nonSxS"
buildFilter="">
</assemblyIdentity>
<migration>
<registerSDF name="IIS-DefaultDocument">
</registerSDF>
<migXml xmlns="">
<!-- On a down-level system, we detect the presence of WWW by -->
<!-- looking for the W3SVC service. We base this on the -->
<!-- registry key for the service declaration. -->
<detects>
<detect>
<condition>
MigXmlHelper.IsOSEarlierThan("NT", "6.0")
</condition>
</detect>
<detect>
<condition>
MigXmlHelper.DoesObjectExist( "Registry", "HKLM\System\CurrentControlSet\Services\W3SVC [ImagePath]" )
</condition>
</detect>
</detects>
<rules context="System">
</rules>
</migXml>
</migration>
</assembly>