Re: [WiX-users] Display of ComboBox values

2009-01-06 Thread Kjartan Þór Kjartansson
Thank you very much this fixed it :D -Original Message- From: Scott Sam [mailto:s...@clearviewecm.com] Sent: 6. janúar 2009 15:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Display of ComboBox values Do you have the attribute ComboList set to yes

Re: [WiX-users] Display of ComboBox values

2009-01-06 Thread Scott Sam
] Display of ComboBox values Hi all, I am having a bit of a problem regarding comboboxes in the installer, when a combobox drops down it displays the text value but when the users selects a value from the list the box closes displaying the value from the value column instead of the text column. Is

[WiX-users] Display of ComboBox values

2009-01-06 Thread Kjartan Þór Kjartansson
Hi all, I am having a bit of a problem regarding comboboxes in the installer, when a combobox drops down it displays the text value but when the users selects a value from the list the box closes displaying the value from the value column instead of the text column. Is there any way to fix this