Re: [WiX-users] Want to trap combo box event

2011-01-25 Thread Blair
unday, January 23, 2011 11:30 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Want to trap combo box event Hi, I am using wix installer for one of my product and want to implement something in which I have a screen having a combo box. What I want to do is that on selection of an item in the

[WiX-users] Want to trap combo box event

2011-01-23 Thread Vijay Agarwal
Hi, I am using wix installer for one of my product and want to implement something in which I have a screen having a combo box. What I want to do is that on selection of an item in the combo box another control on the same screen should be displayed or hidden. How can I achieve that? To be cle