需要指导来进行演示应用 [英] need guideline to make a demo application

查看:64
本文介绍了需要指导来进行演示应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚用c#完成了一个小Windows应用程序.

我已经创建了一个安装程序,现在我只希望将此应用程序运行7天.
(之后,应使用任何序列号或任何其他方法来注册它.)


我该如何实现呢?

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?

推荐答案

Microsoft有一个名为Software License&的产品.保护服务(SLP Services),可帮助ISV保护和管理其软件免遭盗版.可以使用相同的技术来管理试用以及通过不同的许可证密钥从试用到许可产品的转换.你可以看一下
http://www.microsoft.com/slps/ [应用程序试用版 [ c#试用和串行密钥设置 [ ^ ]

祝您好运
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


另一个选项是计时器控件,从初始设置开始运行,并在7天后要求输入密钥.
将密钥的算法基于日期控件,然后在收到付款/注册后通过电子邮件发送给它.
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.


这篇关于需要指导来进行演示应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆