Merge pull request #3663 from aspnet/release/2.2
Revert restarting was when installing ANCM (#3662)
This commit is contained in:
commit
22c737c3ee
|
|
@ -219,12 +219,6 @@
|
||||||
<?endif ?>
|
<?endif ?>
|
||||||
</Directory>
|
</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 Definition -->
|
||||||
<Feature Id="AspNetCoreModuleFeature" Title="!(loc.AspNetCoreModuleProductTitle)" Description="!(loc.AspNetCoreModuleProductDescription)" Level="1">
|
<Feature Id="AspNetCoreModuleFeature" Title="!(loc.AspNetCoreModuleProductTitle)" Description="!(loc.AspNetCoreModuleProductDescription)" Level="1">
|
||||||
<ComponentRef Id="C_DiscoverabilityKey"/>
|
<ComponentRef Id="C_DiscoverabilityKey"/>
|
||||||
|
|
@ -236,7 +230,6 @@
|
||||||
<ComponentRef Id="AspNetCoreModuleV2.wow"/>
|
<ComponentRef Id="AspNetCoreModuleV2.wow"/>
|
||||||
<ComponentRef Id="AspNetCoreModuleHandler.wow"/>
|
<ComponentRef Id="AspNetCoreModuleHandler.wow"/>
|
||||||
<?endif ?>
|
<?endif ?>
|
||||||
<ComponentRef Id="RestartServices" />
|
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|
||||||
<!-- User Interface -->
|
<!-- User Interface -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue