Is there a library I can use in Linux that will return the properties of a Windows EXE file that are listed in Explorer\'s Version tab? These are fields like Product Name, Produ
Here is an example in the Tcl language to parse through a .exe file to retrieve the version information.
Reading version information from Win32 executables.
This web page describes the .exe header format. I am not sure of the date of this information or whether it applies to more recent versions of Windows or not. However it is a starting place.