PDA

View Full Version : Code signing the uninstaller



MauryL
08-19-2016, 01:39 PM
Hello, friends...

Have a project under SB 10.0.5204. My executable seems to code-sign just fine, but I get "GEN1053: Code signing process failed. Error Code: 1" while adding the digital certificate to Uninstall.

What have I missed, or done wrong?

Thanks,
Maury Leman

linder
08-20-2016, 10:47 AM
Maury,

If it does not code-sign your setup.exe and the uninstall.exe then you are using an incorrect SHA-2 (or "dual" SHA-1/SHA-2) code-sign configuration in your project. Check your password, your SHA-2 based code-signing certificate. And make sure that you are using the correct signtool.exe.

http://www.lindersoft.com/forums/showthread.php?47199

Does this help?

BTW, you can post the compiler output here and I can tell you exactly what you are doing wrong.

Friedrich