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:
parent
4c46019526
commit
accef57c3e
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user