Replies: 1 comment
-
Probably need to update the v4 code to add the functionality back. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In wix v4, I am able to extract a bundle and obtain the embedded msi files, for example:
However, using wix v4 doesn't extract the embedded files using their original names:
The first invocation extracts
VC_Runtime_arm64.msi
whereas the second extracts the same file asa0
.Is there anyway to achieve the same output in v4?
Beta Was this translation helpful? Give feedback.
All reactions