Click here to Skip to main content
15,885,627 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have developed a WPF application so now i have a requirement that i need to protect my application with the product key .

My requirement is when ever user installs my application, In a window it should ask for the email id if user gives then a product id should be sent to the specified email id and in the next window if user enters the product key and email id if the both email id and product key matches then only product should be installed.

I have done the default styles i.e,, in the setup wizard-->adding Textboxes(A).... in the User Interface Editor but i can't able to access the textbox values in my code how to achieve this please help thanks in advance .
Posted
Comments
Frank R. Haugen 2-Jun-14 15:28pm    
Are you using a standard "install wizard", or are you using one you made yourself?

Most programs has it's "authentication", done inside it. I would assume that this would be more secure, (a hardcoded function calling an online database, would be quite simple. If you MUST have the authentication in your installation wizard, why not make your own, (or download someone else's source code for one)

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