Hello,
We are signing our program with a EV code signing certificate from DigiCert. This certificate lives on a different server from where the AI build runs. I have 2 questions:
First, I am wondering if the following scenario will produce any issues: After I finish my Visual Studio build, I transfer all my files I want signed to the other server where the cert lives, then sign them and move them back before I run my AI build. Then after the AI build finishes, copy over the installer to the other server and sign the installer exe. Am I correct in assuming this will not cause issues?
My second question, is that I am worried that doing this signing manually will result in the updater.exe not being signed, and therefore when users get an update, they will get the yellow untrusted windows UAC prompt. Is that correct? If so, can I simply sign the updater.exe that lives in the AdvancedInstaller program files folder and then it will be packaged in as the signed version?
As always, thanks for all the help.