Question

I have acquired and deployed a digital code signing certificate. I have added it to the installation program for a Windows application, signing the InstallShield setup.exe file and the msi file. Everything works perfectly in the installation program.

My application is installed as a single exe file along with a complied html help file.

Is the best practice to digitally sign the exe file in addition to the Windows installation program?

Était-ce utile?

La solution

Yes. You should sign the executable as well.

You should also ensure you use a time-stamp server if possible when signing too. Thus users of your application know the code came from a valid source, and the certificate was valid when it was signed. (The time-stamping means users can check the signing is valid after the expiry date of your certificate - i.e. the signature will be valid for all time.)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top