qmk / qmk_flasher

flashing utility for the Atmel AVR USB family
MIT License
63 stars 24 forks source link

Detect half-installed driver on Windows #17

Open NoahAndrews opened 7 years ago

NoahAndrews commented 7 years ago

If the driver has installed, but a dfu device hasn't yet been plugged in, the driver won't be fully installed and dfu-programer may still crash. If dfu-programmer is crashing for this reason, the user should be prompted to plug in their device.

NoahAndrews commented 7 years ago

I believe only 32-bit versions of Windows will be affected by this issue, but I'm not sure.

NoahAndrews commented 7 years ago

This issue is fixed in my wix-installer branch.