by profquail » Tue Oct 18, 2011 3:05 am
When using a code-signing certificate from the system store (via signtool.exe), it'd be nice to be able to choose the certificate to use by it's thumbprint rather than auto-selecting the "best" one. I recently installed the latest Windows Azure SDK and it installed some new certificate in the system store, which signtool and Advanced Installer decided to use instead of my real certificate; I've updated my build scripts to specify the /sha1 switch instead of /a when calling signtool.exe, but unfortunately I have no way to do the same in Advanced Installer (other than exporting the certificate).