Click here to Skip to main content
15,889,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys........

I want to Know how To Make a set up file for a project in .Net Windows Application such that,unauthorized user can not access it and also want to know how to give serial keys with that setup file as reputed software maintained their product keys and
authenticated user ?

example like single user antivirus ..
Thanking You..
Posted
Comments
Sandeep Mewara 13-Jul-12 10:15am    
You ask a winforms setup file question and tag it as ASP.NET! :doh:

1 solution

What you are talking of is a Licensing option in your software. There are different ways to achieve this

1) encrypted license files that contains the expiry dates etc.
2) encrypted license keys held in the registry
3) challenge/response mechanism which require an internet connection
4) probably others.......

Try:
License Key Generation[^]
How can I create a Product Key for my C# App[^]
c# Licensing[^]


Also, look at these:
Cryptography 101 for the .NET Framework[^]
Application Trial Maker[^]
Windows application deployment adding registry entries[^]
 
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