J
JH
I have the following set of commands to install a filter driver:
rundll32.exe setupapi, InstallHinfSection DefaultInstall 132
..\Mydriver.inf
I want to run this commands from within a C++ code. How can I do it? I am a
newbie
and given to organize a setup project.
Help appreciated ...
rundll32.exe setupapi, InstallHinfSection DefaultInstall 132
..\Mydriver.inf
I want to run this commands from within a C++ code. How can I do it? I am a
newbie
and given to organize a setup project.
Help appreciated ...