Re: [WiX-users] Disable Next Button When TextBox is Empty

2012-01-24 Thread raviraj87
Hello Mathew, I am not sure about the custom action and what will be its execute sequence and all. Can you give some example in code? That will be more helpful. - Regards, Ravi -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Disable-Next-Button-W

Re: [WiX-users] Disable Next Button When TextBox is Empty

2012-01-23 Thread Skildum, Mathew
Skildum From: Ravi Raj [raviraj.callin...@gmail.com] Sent: Monday, January 23, 2012 1:18 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Disable Next Button When TextBox is Empty Hi, I am implementing a textbox control

[WiX-users] Disable Next Button When TextBox is Empty

2012-01-22 Thread Ravi Raj
Hi, I am implementing a textbox control having value fetched from registry (after LicenseAggrement dialog). When registry has some value, the control works fine but when delete the text in the textbox, the Next button does not disable. But when I click on some other button (like back or cancel), th