| | 8 | |
| | 9 | In its simplest mode of operation, Zadig is meant to install a libusb 1.0 compatible driver for a device that does not yet have such a driver installed. |
| | 10 | |
| | 11 | Below is a short overview to a typical mode of operations: |
| | 12 | |
| | 13 | 1. (Vista and later only) The first screen you should see when launching Zadig is the "User Access Control" prompt, which you should accept.[[BR]]This occurs because the application needs to run with Adminstrative privileges to be able to install drivers.[[BR]][[BR]] |
| | 14 | [[Image(zadig_01.png)]][[BR]][[BR]] |
| | 15 | 1. Once the application is started, and you have plugged in the USB devive you would like to install a driver for, you should see it appear in the dropdown list.[[BR]]It doesn't matter whether you plug the device before or after the application started, as Zadig will update its list automatically, however it is recommended to only have the USB device you want to install a driver plugged when using Zadig:[[BR]][[BR]] |
| | 16 | [[Image(zadig_02.png)]][[BR]][[BR]] |
| | 17 | The Vendor ID, Product ID and Interface ID are provided for information, to help you differentiate between devices if needed.[[BR]][[BR]] |
| | 18 | If you can not see your device listed, then that means that it already has a driver installed. In that case, you should go to the Options menu and uncheck "List Only Driverless Devices". Be careful about trying to replace existing drivers, as you should replace an existing drivers for USB devices that will '''only''' be used with a libusb application. For instance, if you replace the existing driver for an USB keyboard or mouse, Windows will no longer recognize that keyboard or mouse. Only the libusb application will. Below is an example of what you would see for an USB device that already has a driver:[[BR]][[BR]] |
| | 19 | [[Image(zadig_03.png)]][[BR]][[BR]] |
| | 20 | 1. If you want to change the name of your device, just click the "Edit Desc." checkbox. The description you enter here is how the device will appear in Device Manager and at other Windows locations.[[BR]][[BR]] |
| | 21 | 1. Once you are satisfied with your device, simply click the "Install" Button:[[BR]][[BR]] |
| | 22 | [[Image(zadig_04.png)]][[BR]][[BR]] |
| | 23 | 1. On Windows Vista and later, you might get prompted by the following screen:[[BR]][[BR]] |
| | 24 | [[Image(zadig_05.png)]][[BR]][[BR]] |
| | 25 | This security prompt occurs because for any driver files that have not gone through Microsoft's WHQL process, which is the case of our driver files, as they are generated on the fly.[[BR]] |
| | 26 | You should select "Install this driver software anyway"[[BR]][[BR]] |
| | 27 | 1. The installation process can take up to 5 minutes on some machines and can not be cancelled as most of this time is spent with the creation of a Windows System Restore point. Just leave the installation process to complete. If successful, you will be alerted by the following:[[BR]][[BR]] |
| | 28 | [[Image(zadig_06.png)]][[BR]][[BR]] |
| | 29 | And you should end up with a screen that looks as follows:[[BR]][[BR]] |
| | 30 | [[Image(zadig_07.png)]][[BR]][[BR]] |