阅读:4837回复:1
关于 inno 打包脚本中自动对编译好的exe进行数字签名
在网上看到可以用下面的代码,但是测试发现根本不执行 [_ISToolPostCompile] 节的命令,官方的帮助里也没有关于 _ISToolPostCompile 的信息,请问谁知道怎么做吗?
[_ISToolPostCompile] Name: signtool.exe; Parameters: sign /f my.pfx /p mypass /t http://timestamp.verisign.com/scripts/timstamp.dll my_setup.exe |
|
沙发#
发布于:2009-11-27 18:04
你的Inno版本不对。
还有需要在[Setup]设定 SignedUninstaller=yes SignTool=xxxSign 这里xxxSign是你在Configure SignTool中设定的 |
|