Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Could Someone explain me the process of implementing a Serial key and validate it during deployment of the Windows application using Visual Studio 2005. Deployment is done using Visual Studio Setup Wizard.I need to generate a serial key. and Validate it during Installation. if the entered Key is wrong the Installation process Should not happen.For that I have added Customer information dialog in user interface Which has Serial Number Field. The key Entered in this field Should get validated.And the key should vary, when i install in different systems a new serial key should be generated and get validated.I don't know how to implement this.Someone Please Help... :(
Posted
Updated 22-Sep-10 23:36pm
v5
Comments
Sandeep Mewara 21-Sep-10 13:49pm    
What effort have you made till now from your side? Google?
Praveen Nair (NinethSense) 22-Sep-10 9:53am    
Too lazy to find a solution yourself? :)

1 solution

It's not the first time you post this question. And you're not going to get any useful answers until you describe your problem in an understandable way.

What exactly is the problem?
How are you deploying the application?
If I understand you correctly, you want to validate it during deployment, so what program/technique are you using to deploy your application?

I will probably be easier to validate the license key from your program the first time it starts up than to modify the installer to do it for you. Is that a possibility?
 
Share this answer
 
Comments
thalir 24-Sep-10 1:46am    
Reason for my vote of 5
Automatic vote of 5 for accepting 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