szProgram = "addfilter.exe";
szCmdLine = "/inf " + SUPPORTDIR + "NTIDrvr.inf";
LaunchAppAndWait(szProgram, szCmdLine, WAIT);
to install the inf file.
However during the installation, when it was installing the inf file, a DOS prompt displayed for several seconds. Can you give me any suggession about how to hide the DOS prompt? Thank you. By the way, to install our software, I need to use the file "addfilter.exe". So I can't use any other executable.
