Installing a driver programmatically using INF file C++
Hi, could someone here please let me know how to install 3rd party device drivers
programmatically if all the required files i.e. inf file, .sys etc are provided. The
minimum operating system this solution SHOULD work on is Windows2000.
I tried copying the .inf file into the Win Folder\INF folder and the sys file
into the Win folder\system32\drivers but each time plug in the device, windows
pops up Found New Hardware user interface which is what i am trying to avoid.
Below is something i tried but the function returns error 87 (The parameter is incorrect).
Re: Installing a driver programmatically using INF file C++
HI,
You need not copy the sys file into the drivers folder. That is specified in INF file where to copy. system will copy the sys file to drivers folder. once check the INF file is copied or not. Check whether cat file is present or not??
Bookmarks