I am signing an EXE program with a certificate issued by a trusted CA. I am using signtool.exe from the Windows SDK v6.0a.
The certificate is located in the computer store and is located in the "Dating" folder.
My command line is:
sign /sm /n "My company" /d MyProductName /du http://my.url.com "C:\Setup\setup.exe"
When I run this command on the command line, it works fine. When I run this command in a batch process (called by a web service, so the user does not register when the command is executed), the following error occurs:
Number of errors: 1 Error SignTool: ISignedCode :: Sign returned an error: 0x80092006 No supplier was specified for the store or object.
Can anyone help with this?
code-signing
Sebastien
source share