Skip to content
Snippets Groups Projects
Commit c9f967f5 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

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
parent b053fbeb
No related branches found
No related tags found
1 merge request!6440package/win32: fix MSI installation text on Windows arm64
Pipeline #540142 passed with stage
in 29 minutes and 2 seconds
......@@ -326,6 +326,7 @@
</Feature>
<UIRef Id="WixUI_Advanced" />
<UIRef Id="WixUI_ErrorProgressText" />
<InstallExecuteSequence>
<!-- <RemoveExistingProducts After="InstallValidate" /> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment