WiX 4 - bafunctions - header files? #7616
Answered
by
BMurri
mtissington
asked this question in
Questions
-
I'm upgrading from Wix 3.x and using Visual Studio 2022. This was defined in the wixtoolset for 3.x and I could reference the various header files etc. In Wix 4 how do I do this? |
Beta Was this translation helpful? Give feedback.
Answered by
BMurri
Jul 17, 2023
Replies: 1 comment 2 replies
-
NuGet package WixToolset.BalUtil. Also, some changes were made (base type name changes, etc.) You may want to search for |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mtissington
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NuGet package WixToolset.BalUtil.
Also, some changes were made (base type name changes, etc.)
You may want to search for
<ProjectReference Include="WixToolset.BalUtil"
in the wix sources for examples.