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

Christopher Painter chrpai at iswix.com
Mon Aug 14 12:15:09 PDT 2017


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






More information about the wix-users mailing list