保护MSI以防止未经授权的使用

编程入门 行业动态 更新时间:2024-10-13 20:17:26
本文介绍了保护MSI以防止未经授权的使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在想出一种方法来保护所制作的应用程序的安装程序时遇到麻烦.我不需要太紧张的东西,只需要锁定"我猜的安装程序即可.

Im having trouble coming up with a way to secure an installer for an app ive made. I dont need anything too intense, just something to 'lock' the installer I guess.

谢谢.

由于第一条评论,我所说的安全性是指使用密码或密钥来防止未经授权的使用.

Due to the first comment, when I say secure I mean using a password or key to prevent unauthorized use.

推荐答案

可以通过使用第三方工具来解压缩.msi中包含的文件,而无需运行安装程序.如果要防止这种情况,则必须使用自定义操作.

It is possible to unpack the files contained in a .msi without running the installer by using 3rd party tools. If you want to prevent this you would have to decrypt the files with a custom action.

最好在应用程序本身中进行任何串行验证,以使人们无法复制有效的安装...

It is probably better to put any kind of serial validation in the app itself so people can not copy a working install...

更多推荐

保护MSI以防止未经授权的使用

本文发布于:2023-11-11 05:36:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1577529.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:未经授权   以防止   MSI

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!