Ravi,

I believe the issue is that you haven’t assigned a default value for the
radio buttons?
Here is what I have and using for detecting which type of authentication I
should use, Windows Authentication or SQL Server:

<Control Id="AuthenticationradioButtonGroupBox" Type="RadioButtonGroup"
Height="44" Width="340" X="17" Y="110"
Property="DATABASE_WINDOWSAUTHENTICATION" Text=" Select the method of
authenticating the SQL database " TabSkip="no" HasBorder="yes">
          <RadioButtonGroup Property="DATABASE_WINDOWSAUTHENTICATION">
            <RadioButton X="17" Y="9" Height="15" Width="291" Text=" Trusted
(Windows Authentication)" Value="1" />
            <RadioButton X="17" Y="27" Height="15" Width="291" Text="
Specify Username and Password (SQL Authentication)" Value="0" />
            </RadioButtonGroup>

That way the value of either radio button is assigned to the property
DATABASE_WINDOWSAUTHENTICATION (1 or 0 depending on which one is selected)

Steve




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Assigning-property-value-tp7585007p7585009.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to