Changes between Version 145 and Version 146 of windows_backend_activity_log
- Timestamp:
- 06/08/10 02:25:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v145 v146 262 262 o [zadig] having the saved log created as admin is an annoyance when trying to delete it (plus it could be risky) - could we create it as a regular user? 263 263 o [zadig] selecting text changes the field background colour 264 o [zadig] edit desc (and dropdown) can be changed during install 264 265 265 266 [WINDOWS DRIVER INSTALLER (WDI)] … … 343 344 - keep the current device selected in the dropdown list [DONE: 2010.06.02] 344 345 - include libconfig for cfg/ini parser [DONE (would have been faster to write my own parser!): 2010.06.03] 346 - add progress bar during installation [DONE: 2010.06.07] 347 - add notifications for install success/failure/cancel 345 348 - use ini to set default options 346 349 - improve UI by following MS's UI guidelines … … 370 373 o existing driver removal/replacement? [SEEMS TO WORK: 2010.04.19] 371 374 o provide DDK redist binaries for those who don't want to download the whole lot [TOO GREY AN AREA - SKIPPED: 2010.04.29] 375 o move progress bar + notifications into libwdi, and allow their optional use 372 376 o integrate libusb0.sys driver building into libwdi? 373 377 o enable the use of installer.exe as a standalone with args from cmdline instead of pipe?