Windows Logo Program要求由Inno生成的unins000.exe已签名.
我设计的唯一方法是解压缩安装程序,签名然后再重新打包.有没有更简单的方法?
我设计的唯一方法是解压缩安装程序,签名然后再重新打包.有没有更简单的方法?
我找到了Inno Unpacker,但我不确定如何重新包装它.
在InnoSetup的5.2.4版本中,添加了一个新的[Setup] section指令来帮助签署setup.exe和卸载:
原文链接:https://www.f2er.com/windows/365285.htmlAdded 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.