-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Build
-
None
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
Example from server: https://github.com/mongodb/mongo/blob/master/src/mongo/db/db.rc
- related to
-
CXX-1766 C++ driver binaries on Windows are missing a VERSIONINFO resource
- Closed
-
CDRIVER-5510 Address BSON_COMPILATION redefinition error when compiling libbson.rc
- Closed