February 18, 200620 yr Anybody know how to make silent installer for this one?I install these drivers without any problems using oempnpdriverspath in winnt.sif.shark
February 19, 200620 yr For post-install ForceWare------------------- Download ForceWare drivers, extract content to C:\NVIDIA (with Winrar for example)- Edit setup.iss and change in last lines BootOption to value =0 to avoid reboot.- Create a batch with these commands to installstart /w setup.exe -s
March 16, 200620 yr For post-install ForceWare------------------- Download ForceWare drivers, extract content to C:\NVIDIA (with Winrar for example)- Edit setup.iss and change in last lines BootOption to value =0 to avoid reboot.- Create a batch with these commands to installstart /w setup.exe -sOk, but If I want to use code into RunOnceEx.cmd, how to configure it?REG ADD %KEY%\010 /VE /D "nVidia Drivers" /fREG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\nVidia\setup.exe -s" /fThat?
Create an account or sign in to comment