"I've been having the same issue. Importing the driver into SCCM obviously doesn't work. You can't even run the driver upgrade wizard and point it to the INF to install the driver...it ONLY seems to want to work if you run setup.exe. I'm not sure what NVIDIA changed but I sure wish they would unchange it.
I've managed to get the driver to install as an application during the Task Sequence. If you open the Setup.cfg file in a text editor you can see a series of "options" in the middle of the file. I'm currently using:
setup.exe /s /noreboot /noeula /nofinish
There's also a /prestage switch but I can't find any information on what this switch does."
Did you just have an Install Software Package in your TS after OSD? Could you possible give me the exact command line you used to install of the package?
"Did you just have an Install Software Package in your TS after OSD? Could you possible give me the exact command line you used to install of the package?"
Yes, I have a software package in the TS. This is the command line that works for me:
My command line is slightly different, but they both accomplish the same thing. :)
setup.exe /s /noreboot /noeula /nofinish
I also have another item in the TS that runs "winsat.exe dwm" to run the Desktop Window Manager portion of the Windows Experience perfmance tests. This will force the system to enable the full Aero interface. Note that this command must be run after a reboot (driver install, reboot, winsat command).
"Do you have a Restart Computer in the setup OS portion of the T.S., after the Install Software? "
Currently my T.S. Is:
Restart in PE
Apply O.S., Apply Windows setting, Apply network, Apply driver package
Setup Operating System:
Setup Windows and ConfigMgr
Install Software - Single App - Nvidia package: Command line (setup.exe /s /n /noeula /nofinish) Run: Normal, After Running : No action required
Last thing in TS is Restart Computer
Just ran that T.S. and driver was not installed so i'm not quite sure why it's not working
Other settings I have on my working program for this driver you can check:
1) On the Environment tab, I have it set to run with Admin rights.
2) On the Advanced tab, I have a check in the box at the bottom for "Allow this program to be installed from the install software task sequence without being advertised."
"Other settings I have on my working program for this driver you can check:
1) On the Environment tab, I have it set to run with Admin rights.
2) On the Advanced tab, I have a check in the box at the bottom for "Allow this program to be installed from the install software task sequence without being advertised.""
Thanks for the help Mavtech
I have both of those set already, do you have anything special done with run or after running? or Is it Normal and No action?
I used the Dell drivers. Make sure you have removed all Nvidia applications and drivers before capturing the .wim. Also, make sure that the install is after the configmgr client is installed. It doesn't get installed with the regular drivers. It has to be installed with the applications.
I solved my problem by createing a package with drivers from nvidia.com, version 275.33 and then running a "Run command line" step with the following command line "setup.exe /s /n /noeula /nofinish". Remember to add a success code of "1" under the Options tab in the field called Success Codes. In the end of my task sequence, I added a "Run command line" step with the following command line "winsat.exe dwm" to enable Aero etc. I also added a WMI Query condtion to only target the specific systems needed. This query looks like "SELECT * FROM Win32_ComputerSystem WHERE Model Like '%E6420%'".
Thanks to some of the guys here for helping me resolving my issue. I hope that this helps somebody.
From my investigation, It seems that NVidia have slightly altered their installation process and the latest drivers do not extract correctly so do not install.
These latest drivers have a number of sub-folders when extracted, where as the older drivers have all of the files in one location, and these work ok.
The drivers that work are all before version 260, which is when the format seems to have changed and are from mid 2010.
This is fine for most of our devices, but some newer workstations don't have drivers available.
For these I extract the files, then use the command:
setup -i -n -passive -noeula -nofinish
If in doubt about what switches to use or for different options, view the setup.cfg file which lists the options within the OPTIONS section towards the bottom.
Just curious if there is any update from Dell on updated driver CABS. Last post was almost two months ago, near as I can tell. We too are having this issue on both E6420 and E6520 using OSD.
RHSteeleOH
1 Message
0
June 29th, 2011 14:00
What does the "/nofinish" switch do?
Mavtech
566 Posts
0
June 29th, 2011 15:00
SuperIntern
10 Posts
0
July 15th, 2011 07:00
Mavtech
566 Posts
0
July 15th, 2011 11:00
setup.exe /s /n /noeula /nofinish
Curtis.Brabham
11 Posts
0
July 15th, 2011 12:00
setup.exe /s /noreboot /noeula /nofinish
I also have another item in the TS that runs "winsat.exe dwm" to run the Desktop Window Manager portion of the Windows Experience perfmance tests. This will force the system to enable the full Aero interface. Note that this command must be run after a reboot (driver install, reboot, winsat command).
See my earlier post for futher information. :)
SuperIntern
10 Posts
0
July 18th, 2011 06:00
SuperIntern
10 Posts
0
July 18th, 2011 07:00
Restart in PE
Apply O.S., Apply Windows setting, Apply network, Apply driver package
Setup Operating System:
Setup Windows and ConfigMgr
Install Software - Single App - Nvidia package: Command line (setup.exe /s /n /noeula /nofinish) Run: Normal, After Running : No action required
Last thing in TS is Restart Computer
Just ran that T.S. and driver was not installed so i'm not quite sure why it's not working
Mavtech
566 Posts
0
July 18th, 2011 07:00
1) On the Environment tab, I have it set to run with Admin rights.
2) On the Advanced tab, I have a check in the box at the bottom for "Allow this program to be installed from the install software task sequence without being advertised."
SuperIntern
10 Posts
0
July 18th, 2011 10:00
I have both of those set already, do you have anything special done with run or after running? or Is it Normal and No action?
NickolajA
8 Posts
0
August 2nd, 2011 03:00
I tried your command line in a task sequence with "Install Softare Package", and it failed with error code 0x80070001 during Online installation.
Mavtech
566 Posts
0
August 2nd, 2011 06:00
NickolajA
8 Posts
0
August 2nd, 2011 07:00
Thanks to some of the guys here for helping me resolving my issue. I hope that this helps somebody.
Mavtech
566 Posts
0
August 2nd, 2011 08:00
simonpa
1 Message
0
August 12th, 2011 02:00
These latest drivers have a number of sub-folders when extracted, where as the older drivers have all of the files in one location, and these work ok.
The drivers that work are all before version 260, which is when the format seems to have changed and are from mid 2010.
This is fine for most of our devices, but some newer workstations don't have drivers available.
For these I extract the files, then use the command:
setup -i -n -passive -noeula -nofinish
If in doubt about what switches to use or for different options, view the setup.cfg file which lists the options within the OPTIONS section towards the bottom.
Jake6731
15 Posts
0
August 16th, 2011 15:00