I was asked to:
1. Verify if the correct Device Driver is installed.
2. If not - replace said driver by another one.
My clientâ??s product is recognized as a â??Standard Deviceâ?? and Windows install
a default driver not working with the product. The user must install the
software first, but of course many do not read the manual ;)
The product is done, ready to deliver, so the solution needs to be somewhat
of a patch.
I have never done such low level development (mainly end-user applications,
GUI, and interfaces for DB) so I am not sure where to start;
I am trying to avoid the DDK, I am hopping for a quick solution with a
simple verification in the registry, and call some Windows API update/install
functions.
Does it make sense? Do I absolutely need the DDK? Where do I start? (A few
functions of the API usually gets me started)
Anyone can give me direction?
Thanks to all,
GG