Is there a way to automatically sign a C++ executable generated by Visual Studio 2008? I couldn't find anything similar to the "signing" tab in Properties that exists for managed apps.
Any ideas? I want to automatically sign my executable when it's built (using msbuild command line).