Re: [WiX-users] WixVariable and 'custom' bind variables

2014-07-30 Thread Phill Hogland
Thanks!!! I found the solution to my problem. I changed to using: !(wix.VariableName) Maybe I misunderstood the above chm. But I really appreciate figuring out how to do this, and all of the assistance! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabb

Re: [WiX-users] WixVariable and 'custom' bind variables

2014-07-30 Thread Phill Hogland
Thanks! I had the WixVarible in a fragment with no reference to it. But after moved it as a child of Product, I still have the same error. While looking for a solution to this problem I refactored my wixlib code and eliminated most of the places that I was trying to use a bind variable. But I

Re: [WiX-users] WixVariable and 'custom' bind variables

2014-07-30 Thread Rob Mensching
Looks right. I'd check to see that your WixVariable is in the referenced code. -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Wednesday, July 30, 2014 13:27 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WixVariable and 'custom' bi

[WiX-users] WixVariable and 'custom' bind variables

2014-07-30 Thread Phill Hogland
I would appreciate some assistance in understanding the use of 'custom bind variables'. From this link: http://wixtoolset.org/documentation/manual/v3/overview/light.html "You can create your own binder variables using the WixVariable element or by simply typing your own variable name in the follow