When I use the following resource text with Windows XP and right click on the exe within Windows Explorer, I find on the details tab most of the info of the resource text.
However when I do the same within Windows Explorer on my Vista machine I am only seeing the version number.
Are there changes needed somehow?
However when I do the same within Windows Explorer on my Vista machine I am only seeing the version number.
Are there changes needed somehow?
Code:
#include "c:\pb90\winapi\resource.h" 1 24 "ab10.exe.manifest.xml" VS_VERSION_INFO VERSIONINFO PRODUCTVERSION 1, 0, 0, 0 FILEVERSION 1, 0, 0, 0 FILEOS VOS_WINDOWS32 FILETYPE VFT_APP BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904E4" BEGIN VALUE "CompanyName", "My name\0" VALUE "FileDescription", "My program\0" VALUE "FileVersion", "1.0.0.0\0" VALUE "InternalName", "ab10\0" VALUE "OriginalFilename", "ab10.exe\0" VALUE "LegalCopyright", "© 2009 My name, All Rights Reserved\0" VALUE "ProductName", "My program\0" VALUE "ProductVersion", "1.0\0" END END END
Comment