Click here to Skip to main content
15,886,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have done an application in C# using WinForms. I would like to create a license of my own or is there any other way to implement a license for my application such that the license should be expired in some amount of time.
Posted

For free installer, Inno setup is the most popular that i know but I have never tried it. Inno setup http://www.jrsoftware.org/isdl.php[^] .
 
Share this answer
 
Have a look at this article
Application Trial Maker[^]
 
Share this answer
 
Comments
demouser743 7-Oct-10 7:01am    
How can i get the key there
Either you use third party installer or customize the setup and deployment tool from VS to add serialNumber Dialog form.
Take a look at this Link


For trial version, this depends on where you want to implement the trial option, if you want it during installation, third party installer will be the best option but to do this within your program but they are quite costly and the most popular of them is InstallShield.
 
Share this answer
 
Hi how to easily create a license for my software to protect ?
There are technical ways to protect software so that it can be loaded only once. . I propose a very technical process to use when a Developer want to protect his soft or his application from piracy. That’s will stop people from getting access to use it , in this way you can to sell your soft ONLINE or on CD or DVD in full security.
Now I invite you to discover it's utility and free download this solution at this link http://sosdeveloper.atspace.cc/Service.htm
 
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