eagle00789 Posted August 7, 2004 Posted August 7, 2004 I cant seem to silently install the NVidia drivers with the found switches and tweaks. anybody has another idea on how to silently install this?
eagle00789 Posted August 7, 2004 Author Posted August 7, 2004 Already found the solution. i used the below .js-script.function getWin(win, inc){var cntr = 0;while (!WshShell.AppActivate(win)){if (cntr==12) return true;cntr++;WScript.Sleep(inc);}return true;}var WshShell = new ActiveXObject("WScript.Shell");WshShell.Run("%systemdrive%\\Install\\Applications\\nvidia\\nvidia.exe -s");{WScript.Sleep(10000);//time needed by installer to extract its filesgetWin("NVIDIA-stuurprogramma's voor het beeldscherm (Windows 2000/XP)", 500);//Change this according to your setup. just execute the setup until you reach the first screen.WshShell.SendKeys ("{ENTER}");//hitting Install buttonWScript.Sleep(35000);//time to InstallWshShell.SendKeys ("{ENTER}");//Hitting Finish button}I also used the below setup.iss[InstallShield Silent]Version=v6.00.000File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0Count=2Dlg1={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]Result=1[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0]Result=1BootOption=0
roel Posted August 8, 2004 Posted August 8, 2004 I might have a much easier sollution. I tried it a couple of times and it works just fine. I have windows Xp and for all Gforce cards this should work.First: Download the installation file from http://www.nvidia.com/object/winxp_2k_61.77 and extract it into folder c:/xpcd/$oem$\$1\drivers\002_graphics\Second: write pathname for this driver to winnt.sif (under [unattended])This is how mine looks...[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS OemPnPDriversPath="Drivers\000_Chipset\AGP;Drivers\000_Chipset\IDEWINXP;Drivers\000_Chipset\INF\WINXP;Drivers\000_Chipset\WINXP;Drivers\002_Graphics;dDrivers\006_Sound" DriverSigningPolicy=Ignore Third: yo're done Much easier, and this way you also have the software from Nvidea
prathapml Posted August 8, 2004 Posted August 8, 2004 roel's suggestion is the recommended one to use.You can use it for other drivers too. Moreover, using that method, if you don't have an nVidia gfx card in the machine you're using your CD on, the nVidia drivers won't get installed.Its simple enough to be done by anyone.
eagle00789 Posted August 8, 2004 Author Posted August 8, 2004 so i just have to extracvt the contents of the file, and i'm done?? (besides making that small change in my .sif-file)i will try that
mazin Posted August 8, 2004 Posted August 8, 2004 roel's suggestion is the recommended one to use.Especially, for drivers, I also recommend roel's idea.
eagle00789 Posted August 8, 2004 Author Posted August 8, 2004 i already tried it, and it works. thanks guys
big_gie Posted August 8, 2004 Posted August 8, 2004 If you need place on your CD you could compress your drivers using 7zip (best compression rate).And if you're using the International driver version, which is twice the size as the english only, you could remove the unneeded languages using a small script I've made. Open it in Notepad to see how it works.nVidiaClean.7z
jaydee__21 Posted March 28, 2006 Posted March 28, 2006 (edited) i have a computerpark with about 250 computers i need to deploy the nvidia drivers to all these computers but NO screen may be prompted. I just want it to silent install. The above procedure doesn't work for me as the workstations are allready running and an older version of the nvidia drivers is installed. I know there are newer drivers but they don't work good with rhino. Thanx in advance! Edited March 28, 2006 by jaydee__21
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now