Please find attached log of maintenance mode.
 
 
Since the target file name is the same, I am also including a <RemoveFile> in 
the Component like this -
 
<Component Id='pa2_db_compression.sql' Directory='InitializationFolder' 
Guid='{52F3F5EE-6CA0-42E5-B683-2E59C501A1C5}' Win64='no' KeyPath='yes' 
Transitive='yes'>      


      <Condition><![CDATA[UNICODETYPE="1"]]></Condition>


      <RemoveFile Id='pa2_db_1' Name='pa2_db.sql' On='both'/>


      <File Id='pa2_db_compression.sql' Name='pa2_db.sql' Vital='yes' 
DiskId='1' Source='$(var.SQL.ProjectDir)Initialization\pa2_db.sql'/>


    </Component>
 
 
I have the property defined as 
 <Property Id="UNICODETYPE" Value="1" Secure="yes" />
 
 
And the Radiobutton control is
       <Control Id="UnicodeSupport" Type="RadioButtonGroup" 
Property="UNICODETYPE" X="25" Y="90"  Width="290" Height="125">


          <RadioButtonGroup Property="UNICODETYPE" >


            <RadioButton  X="15" Y="10" Text="!(loc.UnicodeWithCompression)" 
Width="250" Height="30" Value="1"/>


            <RadioButton  X="15" Y="35" Text="!(loc.UnicodeWithoutCompression)" 
Width="250" Height="30" Value="2"/>


            <RadioButton  X="15" Y="60" Text="!(loc.NoUnicode)" Width="250" 
Height="30" Value="3"/>


          </RadioButtonGroup>


        </Control>

 
thanks for your help on this.
sangeeta 
Date: Thu, 13 Nov 2014 11:50:41 -0700
From: ml-node+s687559n7597922...@n2.nabble.com
To: sangee...@hotmail.com
Subject: Re: RadioButton property not evaluating correctly in Components 
Condition



        I think a more complete log would be helpful.

        
        
        
        

        

        
        
                If you reply to this email, your message will be added to the 
discussion below:
                
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RadioButton-property-not-evaluating-correctly-in-Components-Condition-tp7597915p7597922.html
        
        
                
                To unsubscribe from RadioButton property not evaluating 
correctly in Components Condition, click here.

                NAML
                                                  

nocompression_install.log (942K) 
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/attachment/7597923/0/nocompression_install.log>




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RadioButton-property-not-evaluating-correctly-in-Components-Condition-tp7597915p7597923.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to