S
steveo.uts
I've created a web app in C # that creates a self-extracting
installation file, and then attempts to digitally sign that file using
MS signtool.
I'm using the Process class to invoke signtool and it is returning this
error:
SignTool Error: CoCreateInstance returned error: 0x80040150
Could not read key from registry
This runs fine from the VS 2005 integrated debugger on my machine, and
fine from the command line on the target machine. The target machine
is running Win 2003 with IIS 6.0
I've tried several solutions, none of which seem to make a difference,
including using impersonation of an account with admin rights on the
target system. I've used procmon to try to isolate which registry key
is the culprit, but didn't find any access denied entries. This feels
like a permissions issue, but I'm not sure where to look.
Does anyone know how to work around this problem? Thanks.
installation file, and then attempts to digitally sign that file using
MS signtool.
I'm using the Process class to invoke signtool and it is returning this
error:
SignTool Error: CoCreateInstance returned error: 0x80040150
Could not read key from registry
This runs fine from the VS 2005 integrated debugger on my machine, and
fine from the command line on the target machine. The target machine
is running Win 2003 with IIS 6.0
I've tried several solutions, none of which seem to make a difference,
including using impersonation of an account with admin rights on the
target system. I've used procmon to try to isolate which registry key
is the culprit, but didn't find any access denied entries. This feels
like a permissions issue, but I'm not sure where to look.
Does anyone know how to work around this problem? Thanks.