From d0deccd187f4593d2505df429a220e079123312d Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Sat, 24 Feb 2024 00:34:20 +0200 Subject: [PATCH] Allow same version upgrades --- res/windows/wix/space-acres.wxs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/windows/wix/space-acres.wxs b/res/windows/wix/space-acres.wxs index 344b108..a5ba1ef 100644 --- a/res/windows/wix/space-acres.wxs +++ b/res/windows/wix/space-acres.wxs @@ -80,7 +80,8 @@ + DowngradeErrorMessage='A newer version of [ProductName] is already installed. Setup will now exit.' + AllowSameVersionUpgrades='yes'/>