I need to use the built-in variable [ComputerName] in a property in a Transforms.xml WiX file.
What I'm doing: <Property Id="MYCOMPUTERNAME" VALUE="[ComputerName]" />
What shows up is: "[ComputerName]"
That's not what I want.
I want the real computer name made available to the Property "MYCOMPUTERNAME".
Has anyone tried this successfully and how? Thank you.