Code Sign Problem #124
hafedh-trimeche
started this conversation in
General
Replies: 3 comments 2 replies
-
Here it works ok in PyScripter. (jdbg info into executatble) and the signtool works ok. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yes the executable works as expected when jdbg is included. |
Beta Was this translation helpful? Give feedback.
0 replies
-
When do you sign the exe? Automatically in a postbuild event? Or manually a few seconds after inserting the jdbg info? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

Please note that when debug information is embedded into executable file, it won't be signed using SignTool from Microsoft.
Using this command:
signtool.exe sign /f "D:\Developer\Tools\SSL\Certificates\Strong Data\Code_Signing.pfx" /fd SHA256 "D:\Applications-Folder\RMSServer\RMSServer.exe"
an error is generated:
Beta Was this translation helpful? Give feedback.
All reactions