Should the Files element allow you to set Bitness? #9054
-
I would like to set the Bitness of harvested files to "always64" but it does not seem possible with the new WiX 5.x Files element. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Why? What is your scenario that you need to set the |
Beta Was this translation helpful? Give feedback.
-
No. It is possible to do what you want with other existing elements. The |
Beta Was this translation helpful? Give feedback.
No. It is possible to do what you want with other existing elements. The
Files
element is designed to make common cases easier (much easier). It is an anti-goal to dump every corner case into it, clouding the common case and making it complicated again.