I'm trying to get a VerQueryValue call going, but I'm running into a problem getting information on specific executables (for example .NET patches). From what I can tell, there aren't any errors, and the same code works for other executables. I did a dump of the File Version Info for one of the .NET patches and other than some additional version info strings, I notice everything else is the same (even language and code page), which I get by a VerQueryValue call with the translation string.
Any ideas on this one?
(For CompanyName the 867460 .NET SP1 package, would return "M" with a string length of 44 instead of the 22 character string "Microsoft Corporation".)
Any ideas on this one?
(For CompanyName the 867460 .NET SP1 package, would return "M" with a string length of 44 instead of the 22 character string "Microsoft Corporation".)