Re: [WiX-users] Password validation without CA

2012-11-05 Thread Michael Turner
Nirmalraj, I have implemented something similar, and I ran into the same problem that you did. In my implementation, I created additional custom dialogs to display messages if the "Password" and "Confirm Password" entries did not match or if either the user name or password was empty. Then I kee

[WiX-users] Password validation without CA

2012-11-05 Thread Nirmalraj Durai
Hi, i'm validating password (Edit) and confirm password (Edit) without using CA. I'm doing validation inside the "Next" button control. My objective is, if the passwords are not correct or if any of the edit is empty "Disable the Next Button" else Enable it. In my wix file i coded the following. I