[wix-users] How to make the value of Property Value case insensitive

Simran Simpsons simransimpsons at gmail.com
Tue Aug 15 06:40:26 PDT 2017


Thanks Christopher
I tried using ~= in the SetProperty element but WIX doesnt allow me to use
it. It says invalid operator. I am able to use ~= in CDATA but not anywhere
else.
Wondering if I am doing something wrong

Appreciate all your help

On Mon, Aug 14, 2017 at 2:15 PM, Christopher Painter <chrpai at iswix.com>
wrote:

> I'd use SetProperty with ~=  to standardize the inputs.  If they passed
> fOO Foo foo FoO FOO then set it to FOO  and have the RadioBox correlate to
> FOO.  I would think that's the easiest approach.
>
>
> ________________________________
> From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of
> Simran Simpsons <simransimpsons at gmail.com>
> Sent: Monday, August 14, 2017 1:23 PM
> To: WiX Toolset Users Mailing List
> Subject: [wix-users] How to make the value of Property Value case
> insensitive
>
> Hello
> I have a RadioButtonGroup Property = "PROPERTY1". The group has two radio
> buttons. Below is the code snippet
>
> <RadioButtonGroup Property="PROPERTY1">
>                 <RadioButton Value ="VALUE1" X="0" Y="0" Width="100"
> Height="10" Text="RadioButton1" />
>                 <RadioButton Value ="VALUE2" X="0" Y="20" Width="100"
> Height="10" Text="RadioButton2" />
>           </RadioButtonGroup>
>
> How do I make VALUE1 and VALUE2 case-insensitive. I tried using the ~
> before = operator but it doesn't let me compile.
>
> As a user, when I am doing command line installation, I wish to set
> property as PROPERTY1 = "value1".
>
> Appreciate all the help
>
> - Simran
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
> WiX Support | WiX Experts and Resources from FireGiant<http://www.
> firegiant.com/>
> www.firegiant.com
> WiX Support | Installation, Development, Deployment | WiX Experts and
> Resources from FireGiant
>
>
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list