1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

Installer: Attempt to set REBOOT=ReallySuppress

If for any reason EDMarketConnector.exe doesn't exit when WinSparkle asks it
to then an unprompted reboot can happen.  This *should* prevent that.
This commit is contained in:
Athanasius 2022-06-10 10:56:57 +01:00
parent 4c46019526
commit accef57c3e
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -44,6 +44,11 @@
Name="InstallLocation"
Type="raw" />
</Property>
<!-- Attempt to **NEVER** cause a reboot, e.g. if EDMarketConnector.exe
doesn't exit, and thus the installer can't properly replace it. -->
<Property Id="REBOOT" Value="ReallySuppress" />
<CustomAction Id="SetINSTALLDIR" Property="INSTALLDIR" Value="[ARPINSTALLLOCATION]" />
<InstallUISequence>
<Custom Action="SetINSTALLDIR" After="AppSearch">