Revert restarting was when installing ANCM (#3662)

This commit is contained in:
Justin Kotalik 2018-10-17 22:44:41 -07:00 committed by GitHub
parent d991c50c82
commit 6dc4673881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -219,12 +219,6 @@
<?endif ?>
</Directory>
<Component Id="RestartServices" Guid="f1ff9f73-1cf2-4493-9331-569679c285be" Directory="IISInstallDir">
<CreateFolder/>
<ServiceControl Id="NetStopWas" Name="was" Stop="both" Wait="yes" />
<ServiceControl Id="NetStartWas" Name="w3svc" Start="both" Wait="yes" />
</Component>
<!-- Feature Definition -->
<Feature Id="AspNetCoreModuleFeature" Title="!(loc.AspNetCoreModuleProductTitle)" Description="!(loc.AspNetCoreModuleProductDescription)" Level="1">
<ComponentRef Id="C_DiscoverabilityKey"/>
@ -236,7 +230,6 @@
<ComponentRef Id="AspNetCoreModuleV2.wow"/>
<ComponentRef Id="AspNetCoreModuleHandler.wow"/>
<?endif ?>
<ComponentRef Id="RestartServices" />
</Feature>
<!-- User Interface -->