Replies: 2 comments 7 replies
-
Start with an MSBuild binlog -- it'll show all the preprocessor variables. |
Beta Was this translation helpful? Give feedback.
5 replies
-
The value Also, the documentation you linked to does not show the syntax of |
Beta Was this translation helpful? Give feedback.
2 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.
-
My main issue is that I keep getting "WIX0150 Undefined preprocessor variable '$(project.TargetDir)'." while trying to make a File Component for my installer.
All of my 3.11 WiX installers use those preprocessor variables and they work fine (my stuff also tends to be compact enough that hand writing the Components [rather than using Heat] is no real issue). I've also been able to upgrade a working 3.11 WiX installer to 4.0 and it still has that problem.
Am I messing up somewhere? The Documentation for 4.0 still claims that "$(project.TargetDir)" is valid.
Beta Was this translation helpful? Give feedback.
All reactions