-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Build
On Windows, it is a best practice for binaries to have a VERSIONINFO resource. This enables users to check the version of the binary without running the code. The version info can be viewed from Explorer, sigcheck from sysinternals or other tools.
References:
https://docs.microsoft.com/en-us/windows/desktop/menurc/versioninfo-resource
https://stackoverflow.com/questions/3526794/how-do-i-build-a-win32-app-with-a-resource-file-using-cmake-and-mingw
Example from server: https://github.com/mongodb/mongo/blob/master/src/mongo/db/db.rc
- is related to
-
CDRIVER-3091 c driver binaries on Windows are missing a VERSIONINFO resource
- Closed