Changes between Version 29 and Version 30 of libwdi
- Timestamp:
- 07/25/10 00:45:50 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi
v29 v30 3 3 == About == 4 4 5 The aim of this project is to create a library that facilitates the foolproof installation of any USB driver required to use a libusb application on Windows.5 The aim of this project is to create a library that facilitates the foolproof installation of any USB driver on Windows, primarily for, but not limited to, usage with libusb applications. 6 6 7 7 == Features == 8 8 9 9 * all required driver files are provided by the library - no need for additional downloads. 10 * automated inf generation, or can be used with your own inf files (including signed ones).10 * automated inf generation, or can be used with your own inf & driver files (if you have a WHQL driver for instance). 11 11 * compatible with 32 and 64 bit Windows platforms, from Windows 2000 to Windows 7 (untested on Windows 2003) with the possibility to either: 12 12 * produce 2 separate libraries, for 32 or 64 bit, or, 13 13 * produce a single library that covers both 32 and 64 bit at the same time. 14 * can either be integrated in your libusbapplication, so that:15 * a single executable application is distributed without the need for an additional installer, or,16 * a separate standalone installer application is used along with the application (the library itself does not have any libusb dependency).14 * can either be integrated in your application, so that: 15 * a single executable application is distributed without the need for an additional driver installer, or, 16 * a separate standalone installer application is used along with the application. 17 17 18 18 == Status ==