I just extended the buit-in wll-known locations of the SignTool.exe with your extra path to allow a better probing for the tool executable.
I also added an optional parameter to
The change is commited and will be available with the next release
Thanks
I also added an optional parameter to
CommonTasks.Tasks.DigitalySign
to allow a user defined location of the tool:int DigitalySign(string fileToSign, string pfxFile, string timeURL, string password, string optionalArguments = null, string wellKnownLocations = null)
Thanks