Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

NVidia silent install

Featured Replies

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?

  • Author

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 files
getWin("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 button
WScript.Sleep(35000);//time to Install
WshShell.SendKeys ("{ENTER}");//Hitting Finish button
}

I also used the below setup.iss

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]
Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0
Count=2
Dlg1={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]
Result=1
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0]
Result=1
BootOption=0

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

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.

  • Author

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

roel's suggestion is the recommended one to use.

Especially, for drivers, I also recommend roel's idea.

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

  • 1 year later...
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 by jaydee__21

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.