From c9f967f5d6fc76ddcac032fe35aefe3128101c9f Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Fri, 29 Nov 2024 09:10:00 +0100 Subject: [PATCH] package/win32: fix MSI installation test on Windows arm64 When installing files the messages are like: Copying new files: File: [1], Directory: [9], Size: [6] It only happens on Windows arm64, but we can apply this to all targets to have a consistent experience. Found the fix in https://stackoverflow.com/a/44182276 Fixes #28887 --- extras/package/win32/msi/product.wxs | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/package/win32/msi/product.wxs b/extras/package/win32/msi/product.wxs index eb34f930b9..b2e3f1bdc9 100644 --- a/extras/package/win32/msi/product.wxs +++ b/extras/package/win32/msi/product.wxs @@ -326,6 +326,7 @@ +