Remove the installer check for MpsSvc
The firewall custom action has ignored failures since a6e549471c, so this pre-check is no longer necessary.
Fixes #1736
This commit is contained in:
parent
d262e5d1f6
commit
42bf87753f
1 changed files with 0 additions and 11 deletions
|
|
@ -15,17 +15,6 @@
|
||||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." Schedule="afterInstallInitialize" />
|
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." Schedule="afterInstallInitialize" />
|
||||||
<MediaTemplate CompressionLevel="high" EmbedCab="yes" />
|
<MediaTemplate CompressionLevel="high" EmbedCab="yes" />
|
||||||
|
|
||||||
<Property Id="MPSSVC_START">
|
|
||||||
<RegistrySearch Id="MpsSvcStart"
|
|
||||||
Root="HKLM"
|
|
||||||
Key="System\CurrentControlSet\Services\MpsSvc"
|
|
||||||
Name="Start"
|
|
||||||
Type="raw" />
|
|
||||||
</Property>
|
|
||||||
|
|
||||||
<Launch Condition="Installed OR MPSSVC_START="#2""
|
|
||||||
Message="Setup cannot proceed because the Windows Firewall service has been improperly disabled or stopped. You must start the Windows Firewall service (MpsSvc) to continue. If you would like to disable Windows Firewall properly, use the Windows Firewall options in Control Panel." />
|
|
||||||
|
|
||||||
<Property Id="APPDATAFOLDER" Value="%LOCALAPPDATA%\Moonlight Game Streaming Project" />
|
<Property Id="APPDATAFOLDER" Value="%LOCALAPPDATA%\Moonlight Game Streaming Project" />
|
||||||
|
|
||||||
<!-- There's no way to delete a registry key on uninstall but not major upgrade, so
|
<!-- There's no way to delete a registry key on uninstall but not major upgrade, so
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue