I've developed a win32 api application using c++. It was developed using visual studio 2010. When i started developing i gave it a codename and now when it's done i would like to change the applications name, but don't know where to change it (i'm quite new to win32 and visual studio).
I would like to change the .exe name and description (displayed in taskmanager), the name display in the notification area (now it shows MyCodeNameApplication.exe insted of MyCo开发者_如何学PythondeNameApplication).
I would also like to give a description, version and author name (so when installing it doesn't say unknown provider).
How can i change this things?
Edit the version resource in your .rc file.
change the path name in 'yourfilename'.dsp
精彩评论