如何制作试用软件?

发布于 2024-09-28 23:24:40 字数 371 浏览 0 评论 0原文

可能的重复:
我如何制作我的产品作为 30 天的试用版?

亲爱的大家,

最近我开发了一个Windows软件,我想用它制作一个试用版用于广告。例如,我想要的试用版应该只能运行 30 天。我自己有一个想法,将系统的时间保存在文件中或者windows的注册表中,但是改变系统的时间也会让我的程序变得混乱。

你有什么建议?

提前致谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

〗斷ホ乔殘χμё〖 2024-10-05 23:24:40

在客户端系统上使用注册表或任何其他资源可以使您的软件易于破解
相反,您可以编写一个许可证服务器,并且您的应用程序可以在每次运行时通过该服务器检查许可证。

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..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文