NVIDIA Quadro Driver Install - Suppress Restart
I have a Win7 task sequence in SCCM 2012 that deploys to HP Z-series workstations. Our workstations have NVIDIA Quadro PCIe video cards installed. My package for the Quadro installer uses "setup.exe -n -s" to install silently, but the computer always restarts, causing the task sequence to fail. Any ideas on how to properly suppress the restart?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
Ben M
11 years ago
http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkcentre_drivers/q3vdo56us13.txt
According to this article the -n MUST precede the -s.
So it should be: "setup.exe -n -s" instead of "setup.exe -s -n".
Comments:
-
Thanks. I'm using version 259.70, and my syntax does use "-n -s" in the correc order. I'm sorry that I posted that incorrectly in my original question. So, to recap, using "setup.exe -n -s" on quadro 4000 driver version 259.70 installed in a HP z800 workstation, the driver install is triggering a restart. - kenmerenda 11 years ago
Posted by:
jagadeish
11 years ago
Did you try creating response file (.iss)?
Comments:
-
NVIDIA includes an ISS with the driver package just for silent installs. I didn't create but I did use theirs. - kenmerenda 11 years ago
-
Create a new one with reboot suppressed - jagadeish 11 years ago