windows – 如何对Inno Setup生成的卸载文件进行数字签名?

前端之家收集整理的这篇文章主要介绍了windows – 如何对Inno Setup生成的卸载文件进行数字签名?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Windows Logo Program要求由Inno生成的unins000.exe已签名.
我设计的唯一方法是解压缩安装程序,签名然后再重新打包.有没有更简单的方法

我找到了Inno Unpacker,但我不确定如何重新包装它.

在InnoSetup的5.2.4版本中,添加了一个新的[Setup] section指令来帮助签署setup.exe和卸载:

Added new [Setup] section directive:
SignTool,which makes it possible to
further automate digital signing of
Setup and Uninstall. See the help file
for more information.

资料来源:http://www.jrsoftware.org/files/is5-whatsnew.htm

原文链接:https://www.f2er.com/windows/365285.html

猜你在找的Windows相关文章