Re: [WiX-users] Conditions with properties through UI

2009-12-13 Thread Bob Arnson
Jeffrey Bindinga wrote: > In the logfile I see that the property is set on the UI and the INSTALL (no > typo's either), but my condition still evaluates to false while > DEPLOYMENTTYPE is AllInOne. > See http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/. -- sig://boB http://joyo

[WiX-users] Conditions with properties through UI

2009-12-10 Thread Jeffrey Bindinga
Hi All, I've got a problem with my condition using a property. I set this property in the UI with my own dialog buttons which have the following code. 1 1 On the fragment of the feature I set the property to a default: On my feature I have the following condition: In the logfile