Not able to resolve variable in preprocessor extension #9091
Unanswered
CharanGali
asked this question in
Questions
Replies: 1 comment
-
@robmen Could you please share more insights on this latest change in WiX4 or WiX5 ? |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi @robmen
In WiX project, We have defined few variables in
.wxi
file and including the.wxi
file in.wxs
using<?include $(sys.CURRENTDIR)\Includes\Common.wxi?>
We also have preprocessor extension with custom attributes say
customattrib
and when i define the component as below.In this case -
cuscom
is xmlns namespace,customattrib
is custom attribute,var.BinFileFolder
is variable defined in.wxi
fileIn WiX3 During Preprocessing by preprocessor extension(cusotm), var.BinFileFolder is resolved with file path. In WiX5, we could you see raw data without variable resolution.
Is there any alternative for this ?
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions