From 73446bd992fa0770d279c76e381ce69041e98e8f Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Mon, 19 Jan 2026 16:21:19 +0800 Subject: [PATCH 1/2] {Packaging} Optimize MSI upgrade performance with REINSTALLMODE=amus --- build_scripts/windows/Product.wxs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/build_scripts/windows/Product.wxs b/build_scripts/windows/Product.wxs index 1d14b411d78..a19e344f4d7 100644 --- a/build_scripts/windows/Product.wxs +++ b/build_scripts/windows/Product.wxs @@ -49,7 +49,10 @@ - + + @@ -74,6 +77,13 @@ + + + WIX_UPGRADE_DETECTED Date: Wed, 21 Jan 2026 11:02:45 +0800 Subject: [PATCH 2/2] update --- build_scripts/windows/Product.wxs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/build_scripts/windows/Product.wxs b/build_scripts/windows/Product.wxs index a19e344f4d7..c4d7fe2ebeb 100644 --- a/build_scripts/windows/Product.wxs +++ b/build_scripts/windows/Product.wxs @@ -49,9 +49,7 @@ - + @@ -78,11 +76,7 @@ - + WIX_UPGRADE_DETECTED