Changes between Version 6 and Version 7 of libwdi/faq


Ignore:
Timestamp:
06/21/10 19:28:23 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/faq

    v6 v7  
    3232 
    3333'''Why is the driver installation slow?''' 
    34  
    3534  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.  
    3635 
     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 
    3739== Running Zadig ==