From b6325c9056c652efa0192e556c1d4135c32fb74c Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:00:51 -0500 Subject: [PATCH] [MM-62029] Require MSIINSTALLPERUSER for auto update to work (#3239) Co-authored-by: Devin Binnie --- patches/app-builder-lib+24.13.3.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/app-builder-lib+24.13.3.patch b/patches/app-builder-lib+24.13.3.patch index ffed5727d46..c3557799e18 100644 --- a/patches/app-builder-lib+24.13.3.patch +++ b/patches/app-builder-lib+24.13.3.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/app-builder-lib/templates/msi/template.xml b/node_modules/app-builder-lib/templates/msi/template.xml -index 2d5cd3c..0ce1b74 100644 +index 2d5cd3c..172339e 100644 --- a/node_modules/app-builder-lib/templates/msi/template.xml +++ b/node_modules/app-builder-lib/templates/msi/template.xml @@ -1,5 +1,8 @@ @@ -72,7 +72,7 @@ index 2d5cd3c..0ce1b74 100644 + -+ (NOT ALLUSERS = 1) AND DISABLEAUTOUPDATE = 0 ++ (NOT ALLUSERS = 1) AND MSIINSTALLPERUSER = 1 AND DISABLEAUTOUPDATE = 0 + + {{-files}}