August 6, 201115 yr Hi,I try to make an answer file for my NVIDIA drivers, i launch the package with the following argument :setup -r -f1c:\setup.iss /norebootBut during the setup process, he ask me to reboot the computer and doesn't provide any iss file... what is the good command please ?Thanks.
August 7, 201115 yr post the driver package name or the download link so we can try.Some IS setups are flagged to not allow recording.
August 14, 201115 yr Author Hi,The link is http://us.download.nvidia.com/Windows/280.26/280.26-desktop-win7-winvista-64bit-international-whql.exeMany thks in advance.
August 15, 201115 yr Well it looks like nVidia has this packaged into a 7Zip installer. So after extracting the actual files out, you "should" be able to use switches on the actual setup.exe. I can't fully test it because I don't have the correct video card to install it. Here is how to record:setup.exe -r -f2"c:\temp\silent.iss" -norebootAlternatively, here is another method without using the iss file:c:\temp\setup.exe -s -i -noreboot -noeulaHere is your full list of switches on the setup.exe contained within the 7Zip exe (also in setup.cfg) <bool name="prestage" property="PrestageInstall"/> <bool name="validate" property="ValidationInstall"/> <string name="validationFile" property="ValidationFile"/> <bool name="i" property="ReducedUI"/> <bool name="forcereboot" property="RebootRequired"/> <bool name="noreboot" property="IgnoreReboot"/> <bool name="k" property="RebootRequired"/> <bool name="n" property="IgnoreReboot"/> <bool name="passive" property="ProgressOnly"/> <bool name="noeula" property="SkipEula"/> <bool name="nofinish" property="SkipFinish"/>
Create an account or sign in to comment