From accef57c3eacfee4c74d74ac45aaed1e666d1206 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 10 Jun 2022 10:56:57 +0100 Subject: [PATCH] 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. --- wix/template.wxs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wix/template.wxs b/wix/template.wxs index a15e0fc1..82da0c4e 100644 --- a/wix/template.wxs +++ b/wix/template.wxs @@ -44,6 +44,11 @@ Name="InstallLocation" Type="raw" /> + + + +