I am trying to use devcon.exe to ease the pain of repetitively re-
installing a device driver under development for test & debug
purposes.
The device driver I am developing is based on MSVA (i.e. has no real
hardware).
When I attemp invoking it like this:
devcon.exe update msvad.inf
I get the error message: "devcon.exe: Invalid use of update."
It seems that it also requires hwid as the second parameter?
So I typed:
devcon.exe hwids *
but all I get is: "No matching devices found."
What could be not matching in the wild card * ?????????
What does devcon.exe do? Does it work at all?
Or am I so sleepless and tired that I can't even get a clue how to use
a simple tool like this?
Thanks,
Don
P.S. If there is another way to re-install a driver (specified by .inf
and a path to the actual location of the .sys driver file) without the
annoying required mouse clicking on the update driver wizard, I would
appreciate describing it here.