Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi everyone! Does anyone have any recommendations for code-signing certificates for InstallShield deployments? I'm looking at acquiring 1 for the first time when I deploy a full version of my windows forms program in the near future.

Thanks everyone!
Posted
Comments
Kiran Susarla 11-Dec-12 1:51am    
You mean you want to sign all your binaries before you create the setup files?
joshrduncan2012 11-Dec-12 9:31am    
Yep, I would like to digitally sign my deployments before deploying the .exe setup file.

1 solution

You can buy the certificates from one of the Certificate Authorities such as VeriSign. Once you get the certificate from them you can sign your binaries.
Please go through the following links on how to sign the binaries:

http://msdn.microsoft.com/en-us/library/aa387764(VS.85).aspx[^]

http://msdn.microsoft.com/en-us/library/ms537364(VS.85).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900