From 87cc3f508236952517216c583a8468fa3240fc4b Mon Sep 17 00:00:00 2001 From: cpldcpu Date: Wed, 19 Aug 2015 19:34:05 +0200 Subject: Zadig driver installer for Win 10 --- windows_driver_installer/Driver_installation.md | 15 ++++++++++++ windows_driver_installer/Zadig.ini | 31 ++++++++++++++++++++++++ windows_driver_installer/micronucleus.cfg | 8 ++++++ windows_driver_installer/zadig_2.1.2.exe | Bin 0 -> 5191512 bytes windows_driver_installer/zadig_screenshot.gif | Bin 0 -> 91528 bytes 5 files changed, 54 insertions(+) create mode 100644 windows_driver_installer/Driver_installation.md create mode 100644 windows_driver_installer/Zadig.ini create mode 100644 windows_driver_installer/micronucleus.cfg create mode 100644 windows_driver_installer/zadig_2.1.2.exe create mode 100644 windows_driver_installer/zadig_screenshot.gif (limited to 'windows_driver_installer') diff --git a/windows_driver_installer/Driver_installation.md b/windows_driver_installer/Driver_installation.md new file mode 100644 index 0000000..14dac38 --- /dev/null +++ b/windows_driver_installer/Driver_installation.md @@ -0,0 +1,15 @@ +# Windows driver installation with Zadig # + +Zadig is an automated windows driver installer for libusb devices. It will automatically create a driver signature which prevents issues with unsigned driver on Windows 10 and earlier. The latest version of Zadig can be found here: [http://zadig.akeo.ie/](http://zadig.akeo.ie/). For convenience a copy is provided in this folder. + +Please proceed as follows to install the Micronucleus driver: + +1. Run Zadig_2.1.2.exe. The interface as shown below appears. +2. In the menu go to *Device->Load Preset Device*. Select micronucleus.cfg +3. Click the "Install Driver" button. + +The driver is now installed and Micronucleus should be ready to use. + +![](zadig_screenshot.gif) + + diff --git a/windows_driver_installer/Zadig.ini b/windows_driver_installer/Zadig.ini new file mode 100644 index 0000000..6a8ec55 --- /dev/null +++ b/windows_driver_installer/Zadig.ini @@ -0,0 +1,31 @@ + +[general] + # Start application in advanced mode (default = false) + # advanced_mode = true + # Exit application upon successful driver installation (default = false) + exit_on_success = false + # Log level (0=debug, 1=info, 2=warning, 3=error) + # log_level = 0 + +[device] + # List all devices, including the ones that already have a driver (default = false) + list_all = true + # Include hubs and composite parent devices when listing all (default = false) + include_hubs = true + # Trim trailing whitespaces from the USB device description (default = false) + trim_whitespaces = true + +[driver] + # Select the following as the default driver to install: + # WinUSB = 0, libusb0.sys = 1, libusbK.sys = 2, Custom = 3 (default = WinUSB) + default_driver = 1 + # Extract driver files only, don't install (default = false) + extract_only = false + # Set the default destination directory for extraction of the driver files (default = "C:\\usb_driver") + default_dir = "C:\\usb_driver" + +[security] + # If embedded, install the following certificate to the Trusted Publisher store + # install_cert = "mycert.cer" + # If set to true, will silently install the cert provided above (not recommended) + # disable_cert_install_warning = false \ No newline at end of file diff --git a/windows_driver_installer/micronucleus.cfg b/windows_driver_installer/micronucleus.cfg new file mode 100644 index 0000000..8a27bca --- /dev/null +++ b/windows_driver_installer/micronucleus.cfg @@ -0,0 +1,8 @@ +# Micronucleus Device description +[device] + Description = "Micronucleus" + VID = 0x16d0 + PID = 0x0753 +# MI = 0x01 +# You can also force a specific Device Interface GUID as follows +# GUID = "{11111111-2222-3333-4444-555555555555}" \ No newline at end of file diff --git a/windows_driver_installer/zadig_2.1.2.exe b/windows_driver_installer/zadig_2.1.2.exe new file mode 100644 index 0000000..ace97a1 Binary files /dev/null and b/windows_driver_installer/zadig_2.1.2.exe differ diff --git a/windows_driver_installer/zadig_screenshot.gif b/windows_driver_installer/zadig_screenshot.gif new file mode 100644 index 0000000..8158f14 Binary files /dev/null and b/windows_driver_installer/zadig_screenshot.gif differ -- cgit v1.2.3