Hi,
I have used this newsgroup so far and am able to do this,
I have an inf to write an installer for a usb device, so I have SetupCopyInf to copy and update thed river into Windows.
Now is there anything else that I can do to improve the user experience when they install our device.
There are things like vid,pid, class of device that are mentioned in the newsgroup, but since I am new, I am not sure
whether I have to use these or not.
Now the way the installer or the four lines of code that I have written works is.
1.You run the installer first, after that when the device is connected, new hardware wizard pops up, you click next there,
2.On the next screen you select a driver from the list of drivers presented
3.Then click next and the driver is finally installed(i think ) and the device is ready to b used.
Now I know since the driver is not signed, since its mentioned on the screen 2, maybe we have ge it signed.
I have seen that for most installers the screen 1 or for that matter 2 never comes, you run the installer, you see a message that driver is not sined do you still want to install and then click yes there and after installation when device is connected, you dont again have to select the driver that you want to use for your device from a list of drivers available.
So maybe I have to use some more functions to do that.
All i need is some pointer / suggestion to which functions I can use and will look them up.
Thanks a lot
Shania