Aaron Posted July 31, 2003 Posted July 31, 2003 Remember, I don't have an nVIDIA card on any of my systems. But there are two ways of getting them installed:Method 1Extract your drivers using an extractor such as WinRAR.The contents of your directory should look like this:Now copy them all to C:\XPCD\$OEM$\$1\Drivers\Nvidia4403 (or whatever build of drivers you're using)In winnt.sif use the following under [unattended]:DriverSigningPolicy=IgnoreOemPnPDriversPath="Drivers\Nvidia4403\"If that doesn't work, try Method 2Method 2When you extracted them earlier you will have probably noticed setup.exe is an Installshield packaged file. Either from creating a shortcut to setup.exe with a switch, or from command prompt, use this:Setup.exe -R1. The normal setup screens will appear, asking you questions as you go along such as destination directory, etc. It's CRUCIAL that you do not choose the "Restart the computer now" option. If you do, you will terminate your batch when you run an unattended installation.2. After installation has completed, go to your C:\Windows (or C:\WINNT) directory and take out the setup.iss file. Put this setup.iss file in the same directory where your driver files reside (overwrite when prompted)If you placed the extracted drivers and setup.iss into C:\XPCD\$OEM$\$1\Applications\Nvidia\driver\ then use this batch:ECHO.ECHO Installing nVIDIA Drivers 44.03ECHO Please wait...start /wait %systemdrive%\install\Applications\Nvidia\driver\Setup.exe -s -f1"%systemdrive%\install\Applications\Nvidia\driver\setup.iss"If you are using unsigned drivers, you may benefit from this registry tweak to set the driver signing policy from Prompt to Ignore to ensure an uninterrupted driver installation. You should add this to the registry BEFORE installing the drivers in your batch:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]"Policy"=hex:00Please let me know which method works best for you, so I can add one of these on the site.
Laus_Sane Posted July 31, 2003 Posted July 31, 2003 Hmmm the description for OemPnPDriversPath says:Specifies the path to one or more folders that contain Plug and Play drivers not distributed in Drivers.cab on the Windows product CD.I think This method can only work with the new Geforce FX because MS don't have driver in the Drivers.cab for the Geforce FX but for the other Nvidia cards MS has default driver...The second method can work but i don't have test is now.
bjdotcom Posted July 31, 2003 Posted July 31, 2003 Hey Aaron!Nice to meet you..I ve got a NVIDIA Geforce 4 MXAnd I tried the 2nd method without the registry tweak and the Window for driver signing policy popped up and I was there to Click on Continue Anyway.....and everything went fine...Maybe this time I should try to use your Registry Tweak...Right!So I guess the 2nd method works fine...coz evrything went fine using the setup.iss except for the Driver signing..!Cheers!
muiz Posted August 3, 2003 Posted August 3, 2003 1st 1 doesnt workafter getting into xp i have only 4 colors 2nd works but reboots so it wont finish my batch filei placed it at the end so it does the rest, but.....ECHO Installing nVIDIA Drivers...ECHO Please wait...start /wait %systemdrive%\install\Applications\Nvidia\driver\Setup.exe -s -f1"%systemdrive%\install\Applications\Nvidia\driver\setup.iss"rmdir c:\install/sECHO.EXITi use "rmdir c:\install/s" so it will delete the install folder, but when nvidia reboots it wont. i used nforce driver 2.45 so i have all in 1 btw after the reboot its installed and works fine
neophyte Posted September 4, 2003 Posted September 4, 2003 I have tried setting the registry setting for the Driver Signing Policy as mentioned in this thread, however, it simply doesn't work for me (I'm still asked if I want to install the unsigned driver).
webmedic Posted September 4, 2003 Posted September 4, 2003 I use the first one already and it does work with both a gforce2 mx400 and an fx5200. Everything is autoamitic and it works great. Not only that but the controle panle is laoded automaticly. I siggest if it does not work for others then they ahve something setup wrong. I might also add it is the easiest and most full proof. It also does not ask me if I want to install the drivers or not.
valexvo Posted September 4, 2003 Posted September 4, 2003 I have a nvidia card and I use this code to install the drivers and all is OK and the install make no reboot for me. I have same problem like muiz , but after adding /noreboot everything's fine.ECHO.ECHO Installing nVidia Gforce 4 MX-440 8X Driversstart /wait %systemdrive%\drivers\nvidia\setup.exe -s -f1"%systemdrive%\drivers\nvidia\setup.iss" /norebootECHO Please wait...ECHO.regardsalex
creopard Posted September 4, 2003 Posted September 4, 2003 method 2 works great, but is not quite welcome, if you use your unattended CD to install on a system, where there's no NVIDIA card present...method 1 won't work, UNLESS....you modify 3 files in the i386 folder (TXTSETUP.SIF, DOSNET.INF, DRVINDEX.INF)open the files and search for nv4 and delete the following entries (if present)DOSNET.INF d1,nv4.dll d1,nv4.inf d1,nv4.sys DRVINDEX.INF d1,nv4_disp.dll d1,nv4_disp.inf d1,nv4_mini.sys TXTSETUP.SIF nv4.dll = 1,,,,,,,,3,3 nv4.inf = 1,,,,,,,20,0,0 nv4.sys = 1,,,,,,,,3,3 windows setup will then look in the path specified with "OemPnPDriversPath" for the appropriate drivers
webmedic Posted September 4, 2003 Posted September 4, 2003 nope all you need to do is add the driver path to your winnt.sifDriverSigningPolicy=IgnoreOemPnPDriversPath="Drivers\Nvidia4403\"as stated above. You do not need to edit any other files. With this method you just need to make sure that you give the correct path to the driver files. And it also does not install the drivers if you dont have an nvidia card installed. I'm currently using this with the latest nvidia drivers available.
creopard Posted September 4, 2003 Posted September 4, 2003 good if it works for you that way, it didn't work for me i had to do all that (TXTSETUP.SIF, DOSNET.INF, DRVINDEX.INF), otherwise the xp default drivers will be installed...(btw. drivers used were 45.23 not 44.03)
Marztabator Posted September 4, 2003 Posted September 4, 2003 The first method seemed to work for me flawlessly (45.23 installed). Perhaps it depends on the particular system.
webmedic Posted September 4, 2003 Posted September 4, 2003 perhaps but I woulkd bet that he had the path wrong. I have used it on both old and new nvidia cards.
MadMan03 Posted September 6, 2003 Posted September 6, 2003 How can i install the Nforce 2.45 Drivers unattended...plz help
Aaron Posted September 6, 2003 Author Posted September 6, 2003 How can i install the Nforce 2.45 Drivers unattended...plz helpIt should be able to be done the same way as any other driver is installed during windows setup. Extract the nforce drivers check which folders contain the INFs and use a correct path to them in winnt.sif (Bear in mind I haven't used nforce drivers, but I'm sure its similar to the way VIA chipset or nvidia gfx drivers are installed)
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