Question

Possible Duplicate:
how can i make my product as a trial version for 30 days?

I would like to implement a trial period for my application.

What would be the best way of doing this?

I thought of writing the start date of the trial period to the registry.

But my guess is that would be just to easy to overcome by for example using CCleaner.

What would be a better way of doing it?

PS

I'm not looking for a 100% watertight solution, since that just isn't possible.

EDIT

I'm not looking for an online solution.

Was it helpful?

Solution

I would try to store as little as possible on the client pc and use a web service distributed solution.

Still hackable of course but at least there is nothing to find or edit on the client and you have control from your server on who starts the application.

Of course this assumes the client pc should be online for the application to work.

surely improvable but as you say there is no perfect solution.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top