限制执行档案 [英] Restrict the executive file

查看:81
本文介绍了限制执行档案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经制作了一个exe文件(在wpf中),并将其写在CD上.
如何限制另一个文件,不能复制exe文件?

I''ve made an exe file ( in wpf) ,and write it on a CD .
How can I limit another one , not to be able to copy the exe file?
or if he/she copies that ,it doesn''t execute?

推荐答案

CD有几种保护技术,例如,有意将损坏的数据插入CD原始文件图片.
但是请注意,出于某些县法律的考虑,用户有权出于备份目的复制其软件(以防万一原始支持遭到损坏),并且当前大多数软件公司都没有将保护放在软件CD或DVD上,最好使用其他保护方案:产品密钥和或激活密钥硬件加密狗许可文件,...

有几种工具可以为您的程序集添加软件和/或硬件保护方案.最佳选择取决于您的目标受众,预算,部署方法等.
There are several protection tecniques for CDs, for instance intentionally insert corrupted data onto the CD raw image.
However be aware that in allowance to the laws of some counties, the user has the right to make a copy of his software for backup purposes (just in case the original support get damaged), and currently the most of software houses don''t put protections on the software CDs or DVDs, preferring other protection schemes: product keys and or activation keys, hardware dongles, license files, ...

There are several tools that are able to add software and/or hardware protection schemes to your assemblies; the best depends on your target audience, budget, deployment method, and so on.


您将无法停止复制并限制使用,您将需要某种方式许可证/验证密钥机制
You won''t be able to stop the copy and to restrict usage you''ll need some sort of license/validation key mechanism


Nima.naqipoor写道:
Nima.naqipoor wrote:

如何限制另一个,而不是能够复制exe文件?

How can I limit another one , not to be able to copy the exe file?


删除文件:).

您可能可以将此文件移动到只能由您访问的文件夹-使用Windows访问权限或使用文件夹密码"程序.

您可以在代码中使用许可密钥机制,以仅允许知道密钥的人员执行该密钥.如果您在互联网上搜索,可能会发现一些站点,这些站点可以帮助您创建和验证许可证.


Delete the file :).

You can probably move this file to a folder that can only be accessed by you - either by using Windows access permissions or by using a "folder password" program.

You can use a licensing key mechanism within your code to allow only those knowing the key to execute it. If you search on the internet you may find some sites which will help you create and validate against a license.


这篇关于限制执行档案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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