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. <!--The "DEPLOYMENTTYPE" buttons--> <Control Id="AllInOne" Type="PushButton" Height="41" Width="41" X="72" Y="80" Bitmap="yes" Text="AllInOneImg" > <Publish Property="DEPLOYMENTTYPE" Value="AllInOne">1</Publish> </Control> <Control Id="DedicatedServer" Type="PushButton" Height="41" Width="41" X="72" Y="155" Bitmap="yes" Text="DedicatedServerImg" > <Publish Property="DEPLOYMENTTYPE" Value="DedicatedServer">1</Publish> </Control> On the fragment of the feature I set the property to a default: <Property Id="DEPLOYMENTTYPE" Value="DedicatedServer" Secure="yes"/> On my feature I have the following condition: <Condition Level="1"><![CDATA[DEPLOYMENTTYPE = "AllInOne") OR Installed]]></Condition> 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. What am I doing wrong here?
Regards, Jeffrey Bindinga -- View this message in context: http://n2.nabble.com/Conditions-with-properties-through-UI-tp4144437p4144437.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users