如何为使用C#Winforms开发的应用程序创建许可证 [英] How to create a License for my application which was developed in C# Winforms

查看:107
本文介绍了如何为使用C#Winforms开发的应用程序创建许可证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用WinForms在C#中完成了一个应用程序.我想创建自己的许可证,或者有其他方法可以为我的应用程序实现许可证,以便该许可证应在一定时间内过期.

I have done an application in C# using WinForms. I would like to create a license of my own or is there any other way to implement a license for my application such that the license should be expired in some amount of time.

推荐答案

对于免费安装程序,Inno设置是我所知道的最受欢迎的工具,但我从未尝试过. Inno设置 http://www.jrsoftware.org/isdl.php [ ^ ].
For free installer, Inno setup is the most popular that i know but I have never tried it. Inno setup http://www.jrsoftware.org/isdl.php[^] .


看看本文
应用程序试用版 [
Have a look at this article
Application Trial Maker[^]


您可以使用第三方安装程序,也可以自定义VS的设置和部署工具添加serialNumber对话框形式.
看看这个
链接


对于试用版,这取决于您要在何处实现试用版选项,如果要在安装过程中使用它,则第三方安装程序将是最佳选择,但要在您的程序中执行此操作,但这种方法成本很高,最受欢迎的是InstallShield.
Either you use third party installer or customize the setup and deployment tool from VS to add serialNumber Dialog form.
Take a look at this Link


For trial version, this depends on where you want to implement the trial option, if you want it during installation, third party installer will be the best option but to do this within your program but they are quite costly and the most popular of them is InstallShield.


这篇关于如何为使用C#Winforms开发的应用程序创建许可证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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