Hi, y'all.
I am working on retrieving file version info on a third party dll. I have
used the FileVersionInfo class to retrieve all of the standard version
information already such as FileMajorPart, FileMinorPart, etc. However, the
one attribute that is most important to me right now is the custom one that
the dll creator had added. This attribute appears in the "Other version
information" listbox when I show the file properties in Windows. How should
I programmatically read this custom bit of version info in C#? Thanks for
you help.
Kurt