From 4d92ca80de4262f3f857cd04041bb07c071a4e97 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 17 Mar 2023 16:48:19 +0000 Subject: [PATCH] Windows installer: restore InstallScope setting. This reverts commit 0615767224a5a5234b1916d45eca29cec1fe4a59 ("Windows installer: remove explicit InstallScope setting"), albeit with different comments. The original change worked around a Windows security vulnerability (CVE-2023-21800), but also resulted in a rather broken installer. (cherry picked from commit cedeb75d59ce0c4b5b18270dbada6976ba07d7b1) --- windows/installer.wxs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/windows/installer.wxs b/windows/installer.wxs index 65a7f379..25e8008a 100644 --- a/windows/installer.wxs +++ b/windows/installer.wxs @@ -121,6 +121,16 @@ Language="1033" Codepage="1252" Version="$(var.Winver)">