wintun/api
Simon Rozman e157d421ec api: implement driver version extraction from .inf file
With installer.dll the installer did the decision whether to install or
upgrade the driver according to installer.dll version and hash stored in
registry by MSM.

With wintun.dll we need to know, which version of Wintun driver we are
packing in the resources to decide about driver upgrade. The most
accurate source of the driver version is the DriverVer directive in
[Version] section of the driver's .inf file.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-10-30 16:51:00 +01:00
..
api.c api: introduce logging 2020-10-30 16:50:59 +01:00
api.h api: introduce logging 2020-10-30 16:50:59 +01:00
api.vcxproj api: add driver management 2020-10-30 16:50:59 +01:00
api.vcxproj.filters api: add driver management 2020-10-30 16:50:59 +01:00
devmgmt.c api: unify hardware ID string 2020-10-30 16:50:59 +01:00
devmgmt.h api: unify callback function type names 2020-10-30 16:50:59 +01:00
driver.c api: implement driver version extraction from .inf file 2020-10-30 16:51:00 +01:00
driver.h api: implement driver version extraction from .inf file 2020-10-30 16:51:00 +01:00
exports.def api: introduce logging 2020-10-30 16:50:59 +01:00
logger.c api: introduce logging 2020-10-30 16:50:59 +01:00
logger.h api: introduce logging 2020-10-30 16:50:59 +01:00
namespace.c api: cleanup 2020-10-30 16:50:59 +01:00
namespace.h api: split api.h 2020-10-30 16:50:59 +01:00
nci.c api: cleanup 2020-10-30 16:50:59 +01:00
nci.h api: split api.h 2020-10-30 16:50:59 +01:00
pch.c api: add pre-compiled header support 2020-10-30 16:50:58 +01:00
pch.h api: add driver management 2020-10-30 16:50:59 +01:00
registry.c api: introduce logging 2020-10-30 16:50:59 +01:00
registry.h api: split api.h 2020-10-30 16:50:59 +01:00
resource.c api: unify and document resource loading 2020-10-30 16:51:00 +01:00
resource.h api: unify and document resource loading 2020-10-30 16:51:00 +01:00
resources.rc api: add driver management 2020-10-30 16:50:59 +01:00
rundll32.c api: add support for WoW64 2020-10-30 16:50:59 +01:00