Inno Setup - Signing fails with “Sign Tool failed with exit code 0x1”
问题 I have Inno Setup script, where I need to use the SignTool=signtool , which is configured properly and worked in past. But it\'s failing when I try to compile with the following error: Sign Tool failed with exit code 0x1. 回答1: You didn't provide us any information that we can use to debug your problem. So I'm posting generic instructions to debug issues with a "sign tool". Try command-line compiler (ISCC.exe). It will preserve a full signtool.exe error message in the output: Or temporarily