My Requirement is to create a setup for Windows application. I need to add a form which validates entered password from database. On valid Password setup installation should proceed else setup installation should stop. I am using visual studio 2010.
I have searched a lot of stuff but none of it helped me to meet the requirement. I have added installer class also to verify form. I have also selected user interface and selected textbox but how do I verify textbox value from database. I have followed this link, but still I am not able to get exact solution.