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://joyofsetup.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


[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.
!--The DEPLOYMENTTYPE buttons--
Control Id=AllInOne Type=PushButton Height=41 Width=41 X=72
Y=80 Bitmap=yes Text=AllInOneImg 
Publish Property=DEPLOYMENTTYPE Value=AllInOne1/Publish
/Control
Control Id=DedicatedServer Type=PushButton Height=41 Width=41
X=72 Y=155 Bitmap=yes Text=DedicatedServerImg 
Publish Property=DEPLOYMENTTYPE Value=DedicatedServer1/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