Windows Driver Install w/o Wizard
-
I'm not sure if they is the right place to ask this but I couldn't find a better catagory. I have a custom driver that I can install with the Hardware wizard no problem. I want to be able to install the driver from an installer though. If you right click on a *.inf file you will see Install in the submenu. In the installer I can call external functions so I call rundll32.exe with InstallHinfSection ... it is the same as the right click Install. The problem is this does not seem to add the driver to the device manager (though it does copy my files to the system32\driver folder). I have spend a day reading MSDN and I'm no closer to figuring this out. Can anyone help me? Or point me to a site that has forums related to windows drivers? Thanks pim42