Showing custom form before installation?
I am creating a setup for windows application, i want to show a form when user clicks on setup. That form will ask for password to the user. Right password will lead to the proper installation of the setup otherwise setup installation will be cancelled. How to do this, if some one provide a link for it. Thanks in advance. Kurubaran Following would be the easiest approach, First create a Windows Form which allows the user to enter password. Windows Form should have the necessary implementation to validate the password. Expose a public boolean property within windows form which should say