29 lines
1023 B
Groff
29 lines
1023 B
Groff
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
|
|
<assembly>
|
|
<assemblyIdentity
|
|
name="Microsoft-Windows-IIS-AppWarmUp"
|
|
processorArchitecture="*"
|
|
version="0.0.0.0"
|
|
versionScope="nonSxS"
|
|
/>
|
|
<migration
|
|
alwaysProcess="yes"
|
|
replacementSettingsVersionRange="0"
|
|
settingsVersion="0"
|
|
>
|
|
<registerSDF name="IIS-ApplicationInit"/>
|
|
<migXml xmlns="">
|
|
<!-- On a down-level system, we detect the presence of OOB -->
|
|
<!-- Application Warm Up by looking for the WTR file installed by -->
|
|
<!-- the OOB MSI -->
|
|
<!-- DELETE this file and the references to it in sources and -->
|
|
<!-- WindowsSetup.kml once upgrades from Win7 are discontinued -->
|
|
<detects>
|
|
<detect>
|
|
<condition>MigXmlHelper.DoesObjectExist( "File", "%windir%\migration\WTR [appwarmup.inf]" )</condition>
|
|
</detect>
|
|
</detects>
|
|
</migXml>
|
|
</migration>
|
|
</assembly>
|