package/win32: fix MSI installation text 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 (closed)