Signing C ++ executable in Visual Studio

Is there a way to automatically sign the C ++ executable generated by Visual Studio 2008? I could not find anything like the Signature tab in the properties that exists for managed applications.

Any ideas? I want to automatically sign my executable file when it is created (using the msbuild command line).

+6
windows visual-studio-2008 visual-studio
source share
1 answer
+8
source share

All Articles