Name | Modified | Size | Downloads / Week |
---|---|---|---|
releases | 2017-04-18 | ||
zadig | 2013-09-03 | ||
misc | 2012-07-24 | ||
utilities | 2011-11-10 | ||
libwdi_README.creole | 2017-04-18 | 2.1 kB | |
Totals: 5 Items | 2.1 kB | 172 |
libwdi: Driver Installer library for Windows USB devices
Main features:
- Automated signed driver package creation and installation, using the name reported by the USB device
- No security warnings during driver installation, when running in elevated mode
- One-off WCID device driver installation support, so that no further driver installation is required for any WCID device of the same type
- Dual 32 and 64 bit platform support
- Supports Windows platforms from Windows 7 up to Windows 10
- Single library that can be statically or dynamically linked to your application in order to provide driver installation facilities at runtime
Additional features:
- Embedding of WinUSB (libusb, LibUsbDotNet, native), libusb-win32, libusbK or your own USB drivers (eg. WHQL)
- libusb-win32 filter driver support
- UAC elevation, where necessary
- Full locale support with UTF-8 API strings and UTF-16 autogenerated inf files
- Resolution of USB Vendor IDs, based on the USB ID Repository
- Fully Open Source (LGPL v3), with many example applications
- Supports MinGW, MinGW-w64, Visual Studio, WDK