pbatard / libwdi

Windows Driver Installer library for USB devices
GNU General Public License v3.0
1.89k stars 467 forks source link

winusb will not install using ZADIG #55

Closed gusepalfa closed 8 years ago

gusepalfa commented 8 years ago

Trying to install driver for microchip Real ICE device.. Appears to be a winusb driver. On other windows 7 64bit PCs specific driver copied and will install easily. On my particular machine win 7 64 bit will not. I have used this Real ICE device on my PC with older MPLAB ide software with another driver OK New MPLAB X requires a newer driver Not OK zadig2.txt There is a registry block????? Yes, have been using administrator rights

Log might unlock mystery

pbatard commented 8 years ago

Most likely this is because your Windows Update service is not started:

  Error 1058: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

Please see this comment in issue #52.

gusepalfa commented 8 years ago

Hello Pete

Perfect

Thank you very much

You know your stuff

Thank You,

Joseph Beninca

pbatard commented 8 years ago

Glad I could help. I will close this issue then.