We have situations where the user selects "cancel" on the new hardware
wizard dialogs before the driver is completely installed (apparently they
get confused or something.) The driver files have been pre-installed using
SetupCopyOEMInf. This is a USB device and if they unplug and re-plug the
device in the wizard comes up again and works fine (at least on XP where I'm
testing.)
Is there a way to do this from a program? I can detect the device on the
bus and that it wasn't setup correctly. Now I want to "reinstall" the
device to set it up correctly. If I right click in the device manager it
displays the new hardware wizard. I want to do this from my application,
just cause the new hard found dialog to appear and again and do its normal
thing.
Any way to do this? Thanx!