ExpertAnushka Posted October 31, 2007 Posted October 31, 2007 Hello,I am trying to install a driver using the command line:rundll32 setupapi,InstallHinfSection <DefaultInstall> 132 <path to the inf file>This command works perfectly fine, but during the execution of this command a small progress bar like a window opens up in the top left corner. Is there any way to suppress/hide that window?As per the customer standards, the installation should be silent and no other window should come up.none of /s, /q, /c work with the above command.I also tried using Wise Script editor, which has an option for hidden window during execution of the program, but still that window is coming up.Can anybody please help me in resolving this?
Yzöwl Posted October 31, 2007 Posted October 31, 2007 Here you go.rundll32.exe advpack.dll,LaunchINFSection filename.inf,,3
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now