SignTool Error: ISignedCode::Sign returned error: 0x80092006 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T16:34:50Z http://stackoverflow.com/feeds/question/1045855 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1045855/signtool-error-isignedcodesign-returned-error-0x80092006 1 SignTool Error: ISignedCode::Sign returned error: 0x80092006 Sebastien 2009-06-25T19:47:20Z 2009-07-23T08:02:23Z <p>Hi,</p> <p>I'm signing an EXE program with a certificate issued by a trusted CA. I'm using signtool.exe from the Windows SDK v6.0a.</p> <p>The certificate is located in the computer store and it is in the "Personals" folder.</p> <p>My command line is : </p> <pre><code>sign /sm /n "My company" /d MyProductName /du http://my.url.com "C:\Setup\setup.exe" </code></pre> <p>When I run this command on the command line, it works fine. When I run this command in a batch process (called by a webservice, so there is no user logged in when the command is executed), the following error occur :</p> <p><em>Number of errors: 1 SignTool Error: ISignedCode::Sign returned error: 0x80092006 No provider was specified for the store or object.</em></p> <p>Anybody can help on this ?</p> http://stackoverflow.com/questions/1045855/signtool-error-isignedcodesign-returned-error-0x80092006/1170326#1170326 0 Answer by Ruben Bartelink for SignTool Error: ISignedCode::Sign returned error: 0x80092006 Ruben Bartelink 2009-07-23T08:02:23Z 2009-07-23T08:02:23Z <p>I've [just now, just once] experienced the same condition (immediately after a successful invocation with the same parameters except on a different MSI file). Rerunning succeeded on the next execution of the build script. Also using, like you <pre>/sm /d /du</pre> Not using <pre>/n</pre> Additionally using <pre>/t</pre></p>