-
Hi, In wix3 there is ability to add new wix variables inside msbuild task as following:
And after use its value in wxs file like below: In wix4 such ability seems missing. Can you please advice alternatives how to do it, or restore previous functionality back? |
Beta Was this translation helpful? Give feedback.
Answered by
robmen
Oct 26, 2023
Replies: 1 comment
-
Define your |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svg2003
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Define your
WixVariables
property in your .wixproj or use theBindVariable
item instead.