signtool fail with Inno Setup with exit code 0x1

前端 未结 2 1372
野的像风
野的像风 2020-12-06 13:09

Suddenly my Inno Setup compiler stopped working. Since the last time I used it, I just installed a new certificate issued still to the same company.

I\'ve configured

2条回答
  •  Happy的楠姐
    2020-12-06 13:43

    You need to add $f to the end of your SignTool (in the IDE settings, not the script) in order to actually pass the name of the file to be signed. This is why you're getting the "missing filename" error.

    See the examples in the Inno help file.

提交回复
热议问题