Skip to content

package/win32: fix MSI installation text on Windows arm64

Steve Lhomme requested to merge robUx4/vlc:wix-arm64-msg into master

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 (closed)

Merge request reports

Loading