I have an unmanaged C ++ project where I write data to a custom file format that I defined.
I would like to know if there is a way to add a header compatible with Windows Explorer to display the version number, as in the example below showing the Windows font.

The purpose of this is that non-technical experienced users can simply right-click and determine the version of the file without opening it in Notepad, etc.
Any help would be appreciated.
Tom
source
share