[vlc-commits] [Git][videolan/vlc][master] package/win32: fix MSI installation test on Windows arm64
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Dec 1 06:40:42 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
c9f967f5 by Steve Lhomme at 2024-12-01T05:55:15+00:00
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
- - - - -
1 changed file:
- extras/package/win32/msi/product.wxs
Changes:
=====================================
extras/package/win32/msi/product.wxs
=====================================
@@ -326,6 +326,7 @@
</Feature>
<UIRef Id="WixUI_Advanced" />
+ <UIRef Id="WixUI_ErrorProgressText" />
<InstallExecuteSequence>
<!-- <RemoveExistingProducts After="InstallValidate" /> -->
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c9f967f5d6fc76ddcac032fe35aefe3128101c9f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c9f967f5d6fc76ddcac032fe35aefe3128101c9f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list