Hi Arnor,

>> Only if you call some kind of command line prompt. There is no output if
>> you use ShellExecute and "wait" for the signtool.exe termination.
>
> There is, but you can't redirect the output with ShellExecute only with
> CreateProcess. Which I why I create BAT files on the fly with BA and then
> execute those to redirect output to a file. CreateProcess works fine
> except when elevating - it can't do that. But with CreateProcess you can
> redirect output.

I think we can handle this now. We are already using a similar method in
Remote Deploy.

The next SB update can capture the output and display it in the compiler
window.

Thanks all for your ideas and your help.

Friedrich