Hi, I've made a Setup Project to my C# WinApp and added a custom dialog to it that asks for user/pass for a database server. Then I created a Custom Action class and override the Install() to check that the user/pass is correct, but I need to check that so that the installer cannot click Next until user/pass is correct.
How do I do that? How do I add a Custom Action to the Next button of a certain dialog?
Regards, Simeon
How do I do that? How do I add a Custom Action to the Next button of a certain dialog?
Regards, Simeon