我不得不更换我的C驱动器,我刚刚设置了在没有设置标志工具。
我的签名工具价值是:
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" $p它失败了,所以我尝试了命令行:
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" /d "xxx" /du "https://www.publictalksoftware.co.uk" /f "xxx" /p "xxx" /t "http://timestamp.digicert.com" /v "xxx"它告诉我:
SignTool错误:无效命令: /d
发布于 2021-09-04 18:15:47
整理好了。我的Inno定义必须是:
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign $p我错过了sign前缀。
https://stackoverflow.com/questions/69057859
复制相似问题