ashfaq_t Posted July 30, 2003 Posted July 30, 2003 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?
Laus_Sane Posted July 30, 2003 Posted July 30, 2003 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
muiz Posted August 3, 2003 Posted August 3, 2003 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? :/
Aaron Posted August 3, 2003 Posted August 3, 2003 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.
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