Archive: GetFileVersion for "Other version information"


GetFileVersion for "Other version information"
Hi. I'm trying to get a piece of information from an executable file. I can see it if I do this...
Right-click > Properties > Version (tab)
The bottom section of this window is labeled "other version information". The left field is labeled "Item Name:" and the right field is the value.
I want to get the value of one of those items on the left. (Particularly, the one labeled "Comments".)

Is this possible? Is there a function that returns this data?

Thanks,
-Michael


Here is what you're looking for:
http://nsis.sourceforge.net/MoreInfo_plug-in


Thanks!!!!!