Tech Blog

Signing Northcode Applications with MS Authenticode

Posted At : August 16, 2010 11:16 PM

Here's a quick howto for signing applications on windows which means that it won't show up as Author unknown.

Download the Windows SDK.

Install it - I didn't install any of the code samples or help as I didn't want to wast 3.5G of space just for some code signing. Obviously it does a lot more than I was using it for :-).

If you have a code signing cert you need to install it into windows by double clicking on it and following the prompts.

Then simply run the following command:

"c:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\signtool.exe" sign /a filenametosign.exe
Done Adding Additional Store
Successfully signed: filenametosign.exe

Then when people run your application is will say the Author name instead of "Unknown"

Mark

See also: Northcode: How do I get rid of the "Unknown Publisher" security warning?