Thanks. But, I do not have a UI. does this work if I want to build without
UI?



ramya ragupathy wrote:
> 
>   <Publish Property='B' Value='A is one'><![CDATA[A = "1"]]></Publish>
>  <Publish Property='B' Value='A is not one'><![CDATA[A <> "1"]]></Publish>
> 
> Sajid1105 wrote:
>> 
>> I want to set a property value depending on a condition.. 
>> 
>> <Property Id="A" Value="1"/>
>> <Property Id="B" Value="Some value"/>
>> 
>> if A == 1 then
>>    B = "A is one"
>> else
>>    B = "A is not one"
>> 
>> How do I do this?
>> 
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Conditional-Property-Value-tp18704186p18707406.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to