July 30, 200323 yr Can someone give step by step instructions to unattended install of nvidia graphics drivers 44.03 and pinnacle tvtuner drivers.I have seen an earlier post to install nvidia drivers from batch file (below) but I would like to install both these from winnt.sif.----------------------------------------------------------------ECHO Installing nVidia Gforce 4 MX-440se Driversstart /wait %systemdrive%\install\drivers\nvidia\setup.exe -s -f1"%systemdrive%\install\drivers\nvidia\setup.iss"ECHO.------------------------------------------------------------------This script causes the system to reboot. Any switches to disable booting?
July 30, 200323 yr Can someone give step by step instructions to unattended install of nvidia graphics drivers 44.03 and pinnacle tvtuner drivers.I have seen an earlier post to install nvidia drivers from batch file (below) but I would like to install both these from winnt.sif.----------------------------------------------------------------ECHO Installing nVidia Gforce 4 MX-440se Driversstart /wait %systemdrive%\install\drivers\nvidia\setup.exe -s -f1"%systemdrive%\install\drivers\nvidia\setup.iss"ECHO.------------------------------------------------------------------This script causes the system to reboot. Any switches to disable booting?go in your driver folder open the setup.iss (Notepad,Editor) and set the BootOption to 0Bye Laus
August 3, 200323 yr go in your driver folder open the setup.iss (Notepad,Editor) and set the BootOption to 0there is no option in it to do that, or did u put it in urself? :/
August 3, 200323 yr Well, creating a setup.iss file from the nvidia 44.03 drivers setup, it turns out like this:[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=0Do not use the provided setup.iss file that was extracted, that's why its rebooting. Read http://www.MSFN.org/board/index.php?act=ST&f=70&t=7557 on how to make your own setup.iss file.
Create an account or sign in to comment