Try publishing the Property in the Control for Next on the User Credentials UI 
dialog. Something like this:
<Control Id="Next" Type="PushButton" X="248" Y="243" Width="56" Height="17" 
Default="yes" Text="!(loc.WixUINext)">
        <Publish Property=" ITEMNAME " Value = " ITEMNAME " 
Order="0">WIX_UPGRADE_DETECTED</Publish>
         <Publish Property=" ITEMNAME " Value = " DefaultValueID " 
Order="1">NOT WIX_UPGRADE_DETECTED</Publish>
</Control>


-----Original Message-----
From: geshete [mailto:getyetesf...@yahoo.com] 
Sent: Friday, March 28, 2014 3:13 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WIX ComboBox default value

Another dialog for user credentials. If the user credentials is validated, it 
opens the dialog that contains the comboBox.



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

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to