Short reference for GUID variable #8210
walker1637
started this conversation in
WiX Development
Replies: 0 comments
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.
-
GUID variables such as "define UpgradeCode='{MY GUID VALUE HERE}' " cannot be referenced with the new style short reference such as "$(UpgradeCode)", but must be referenced with the old style reference "$(var.UpgradeCode)." Otherwise an error occurs.
Beta Was this translation helpful? Give feedback.
All reactions