My software project includes a set of .exe files, developed and compiled using visual C++ 6.0 SP6 and Visual Studio 2008 (C#). My builder (Finalbuilder) updates the version info of the projects automatically and then compiles them. I wonder why some of my .exe files are missing the version tab in the file properties dialog (right click on file -> properties). This tab is essential for deployment, because my colleagues should check the version before deploying them. I am using Windows XP SP3 for development and deployment.
My software project includes a set of .exe files, developed and compiled using visual
Share
The version info is a resource and no .exe attribute i think. So check if you really attached that resource.