如何从 Inno Setup 的 [Files] 部分取消签名文件?

How can I unsign files from the [Files] section in Inno Setup?

我一直在试验证书,并在 [Files] 部分为我的文件添加了 sign 标志。现在所有文件都使用测试证书签名。有没有办法取消签署这些文件?

您可以使用 signtool 从文件中删除任何数字签名。

根据this post你可以这样做:

signtool remove /s C:\path\to.exe.or.dll