如何提供产品或序列号. [英] how to give product or serial key.

查看:144
本文介绍了如何提供产品或序列号.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我已经创建了一个应用程序.我想保护它.
没有序列号或产品密钥,则不应将其安装在任何计算机中.

我正在创建安装程序,
当用户(任何人)在没有序列号或产品密钥的情况下在计算机上安装我的应用程序时,他不应这样做.
我需要安全的序列号或产品密钥安装时间.


hi all,

i have created one application. and i want to protect it.
without serial or product key it should not install in any computer.

i am creating setup,
when user(any person) install my application in computer, without serial or product key he should not do this.
i want security of serial or product key install time.


how can i do this.

推荐答案

您可以在创建Vb.Net部署应用程序时使用自定义操作.请按照以下步骤为您的Vb.Net应用程序添加保护. br/>
You can use Custom Actions while creating Vb.Net Deployment Application.Follow these Steps to Add Protection to your Vb.Net Application.
Right Click on your Deployment Application in Solution Explorer->View->User Interface


它将在左窗格中打开用户界面窗口.然后右键单击左窗格中的开始.


It will open User Interface Window on left Pane.Then Right Click on Start in Left Pane.

Add Dialog->Customer Information


转到客户信息的属性并设置以下属性:


Go to the Properties of Customer Information And Set Following Properties :

ShowSerialNumber = True
SerialNumberTemplet = ###-%%%-###


并构建您的项目,它将为您的应用程序创建产品密钥:111-000-111
有关更多信息,请参见此链接:
http://www.emoreau.com/Entries/Articles/2007/12/Licensing-a-VBNet-application.aspx [ ^ ]

--MKB:)


And Build Your Project It will create Product Key For your Application : 111-000-111
For More Inforamtion See This link :
http://www.emoreau.com/Entries/Articles/2007/12/Licensing-a-VBNet-application.aspx[^]

--MKB :)


浏览此链接,希望对您有所帮助.

http://vijirajkumar.blogspot.com/2010/03/create-setup- and-deployment-project.html [ ^ ]

如果有帮助,请标记为答案


谢谢&问候
aayu
Go through this link hope this will help you.

http://vijirajkumar.blogspot.com/2010/03/create-setup-and-deployment-project.html[^]

Mark answer if it helps you


Thanks & Regards
aayu


通过以下链接-

http://www.codeproject.com/KB/install/easysetup.aspx
Go through the following link-

http://www.codeproject.com/KB/install/easysetup.aspx


这篇关于如何提供产品或序列号.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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