I have a simple unmanaged c++ project in Visual Studio 2008, and would like to add a description text. Right now I just see the name of the executable in task managers description column (processes tab), but I would like to provide my own text there.
Share
You need to add a VERSIONINFO resource to your project, and set the “FileDescription” property to a string that you want to display.
MSDN VERSIONINFO article