Changes between Version 6 and Version 7 of libwdi/faq
- Timestamp:
- 06/21/10 19:28:23 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/faq
v6 v7 32 32 33 33 '''Why is the driver installation slow?''' 34 35 34 If you have system restore points enabled (default for most installations), Windows will create a restore point before installing the driver. Depending on the system, this can be a fairly lengthy operation (20 seconds or more) that can not be disabled programmatically. 36 35 36 '''Are the extracted driver files removed after installation?''' 37 They aren't. The reason behind this is twofold. First, it is a bad idea to have an application running in elevated mode to delete files, as, if the extraction directory is user selected, we could end up deleting important data. Secondly, it is possible to use libwdi to setup the driver files for the next time the device is plugged in, in which case we must ensure that the files are still available. 38 37 39 == Running Zadig ==