Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have just finished up a small windows application in c#.

I have created a setup and now I want to run this application only for 7 days.
(after that it should be registered with any serial keys, or any other method).


How can I achieve this?
Posted
Updated 17-Oct-11 21:33pm
v2
Comments
Dalek Dave 18-Oct-11 3:35am    
Edited for Grammar and Syntax.

Microsoft has a product called Software License & Protection Services (SLP Services) to help ISVs protect and manage their software from piracy. This same technology may be used to manage trials as well as conversion from trial to a licensed product via a different license key. You can take a look at
http://www.microsoft.com/slps/[^]

These links will help you understand how you can solve this Licensing issue. Here are the links;
Application Trial Maker[^]
c# Setup for Trial and Serial key[^]

Good luck
 
Share this answer
 
Comments
Dalek Dave 18-Oct-11 3:35am    
Good Links.
Orcun Iyigun 18-Oct-11 3:36am    
Thank you ;)
choudhary.sumit 18-Oct-11 3:47am    
thanks !! really helpfull
Another option is a timer control, run from initial set up, and after 7 days it asks for a key.
Base the algorithm of the key on a date control and then email it after payment/registration is received.
 
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