More specifically, an undefined Property (a Property with no value or "") is
FALSE. All other values for a Property is TRUE.

Also, when debugging Property values, generate a verbose log file and follow
the changes to the Property. That usually helps me track down the issue.

On Mon, Feb 1, 2010 at 9:27 AM, Sebastian Brand <sebast...@instyler.com>wrote:

> Do not use "0" as a value for a property. It's used as "NOT set" for the
> property, like "" as well. I tend to you "yes" and "no" strings directly to
> reflect booleans.
>
> Best regards,
> Sebastian Brand
> sebast...@instyler.com
>
> Instyler Software - Software development, deployment and productivity
> Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370
> Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
> www.instyler.com
>
>
>
> > -----Original Message-----
> > From: Adrian Faciu [mailto:adrian.fa...@iqstorm.com]
> > Sent: Monday, February 01, 2010 17:46
> > To: wix-users@lists.sourceforge.net
> > Subject: [WiX-users] Condition - check property value
> >
> > Hi,
> >
> >
> >
> > This is a noob question, but I did not find an easy way of doing this.
> >
> >
> >
> > I have a custom property element:
> >
> > <Property Id="radioButtonSelectedSystem" Value="0" />
> >
> > which is linked to a radio buttons group on a custom dialog in order to
> > select a desired system.
> >
> >
> >
> > Depending on what the user selects, some files should be installed and
> > some not.
> >
> > I need a way to specify a condition for each file or component.
> >
> > Something like <Condition> radioButtonSelectedSystem = 1 </Condition>
> >
> > I've already tried this, but it's not working. Also the property value
> > is changed when the user selects a different
> >
> > Radio button, I've tested this.
> >
> >
> >
> > Thanks for your time,
> >
> >
> >
> > Adrian Faciu
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > The Planet: dedicated and managed hosting, cloud storage, colocation
> > Stay online with enterprise data centers and the best network in the
> > business
> > Choose flexible plans and management services without long-term contracts
> > Personal 24x7 support from experience hosting pros just a phone call
> away.
> > http://p.sf.net/sfu/theplanet-com
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to