From 0615767224a5a5234b1916d45eca29cec1fe4a59 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 12 Oct 2022 19:42:09 +0100 Subject: [PATCH 1/2] Windows installer: remove explicit InstallScope setting. It turns out this isn't actually necessary after all to make the installer behave in the expected way in the default case (giving a UAC prompt and installing systemwide). And I'm told it has undesirable consequences in more complicated cases, which I'm not expert enough in MSI to fully understand. --- windows/installer.wxs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/windows/installer.wxs b/windows/installer.wxs index c7231b02..65a7f379 100644 --- a/windows/installer.wxs +++ b/windows/installer.wxs @@ -121,12 +121,6 @@ Language="1033" Codepage="1252" Version="$(var.Winver)">