Click here to Skip to main content
15,861,168 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi everyone.

I want to create a setup file of my windows project. What i want is it should ask for a unique password every time. Same password should not work next time. I mean, For same pc it should allow same password, but for different pc it should not allow same password.

Please give some suggestions.

Thanks
Posted
Comments
Harshil_Raval 1-Aug-13 1:28am    
At least suggest me other software which fulfill my need.

Below link explains about how to create setup in VS2010.
http://stackoverflow.com/a/6090929[^]

This link explains about adding custom dialog in the setup project, they have also show how to add Username & Password dialog in the Setup project.
Create custom dialogs for use in your Visual Studio Setup projects[^]

Hope this helps.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900