1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

Merge pull request #1584 from EDCD/fix/1492/installer-can-cause-unprompted-reboot

Attempt to address unprompted reboots from installer
This commit is contained in:
Athanasius 2022-06-17 12:51:37 +01:00 committed by GitHub
commit d91ac83154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">