Use this tag for questions related to the version-information resource in Windows. Version information makes it easier for applications to install files properly and enables setup programs to analyze files currently installed. The version-information resource contains the version number of the file, its intended operating system, and the original file name.
Questions tagged [fileversioninfo]
77 questions
-1
votes
1 answer
Which FileVersionInfo will my program retrieve?
Suppose I call System::Diagnostics::FileVersionInfo::GetVersionInfo("foo") on file foo.exe, except that foo.exe has multiple version infos, one that is Japanese, one that is English (US), and another that is Neutral.
How do I know which version info…

oldmud0
- 147
- 2
- 11