문제

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

Dear all,

Recently I have developed a software for windows and I want to make a trial version out of it for advertisement. The trial version I have in mind should be runnable only for 30 days for example. I myself have an idea about saving the time of the system in a file or in the registry of windows, but changing the time of the system can also make my program confused.

What do you suggest ?

Thanks in advance

도움이 되었습니까?

해결책

using registry or any other recource on client system can make your software easy to crack Instead of that you may write a licence server and your application can check the licence over that server for each run..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top