What is the UI dialog that comes before the Dialog that contains this ComboBox?



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

Thank you for your replay. 

I used WIX_UPGRADE_DETECTED property to disable the combox for MajorUpgrade.
That works fine. But how can I assign the Property of ComboBox to 
"DefaultValueID" instead of ITEMNAME for MajorUpgrade.

it should be something like this.
if (WIX_UPGRADE_DETECTED)
  <Control Id="ComboBox1" Type="ComboBox" X="130" Y="85" Width="130"
Height="17"    
                Property="DefaultValueID"



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-ComboBox-default-value-tp7593832p7593839.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