Inno Setup - Signing fails with "Sign tool error with exit code 0x1"
1 answer
You have not provided us with any information that we can use to debug your problem.
So, I am posting general instructions for debugging problems with the "sign tool".
-
Try the command line compiler (
ISCC.exe
) . It will save the complete error messagesigntool.exe
in the output: -
Or temporarily prefix the command with a c
cmd.exe /k
to keep your output even when compiled in the Inno Setup GUI compiler. For example:.cmd.exe /k C:\path\to\signtool.exe sign /f C:\mykey.pfx $f
+3
source to share