I have gone through the several samples in the web.I understood to protect software by giving Password for each application.I am not asking about abstract concept because I had developed one concept for mine.My question is Where can I implement this codes ?
I read about various options in visual studio such as setup project,clickonce.In setup project I can't add any executables or any script to password protect before installing my application.
I want user to give password during installation so that the installation process proceeds and finished succesfully
How can I achieve this in visual studio ?