ElrickLandon Posted August 6, 2011 Posted August 6, 2011 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.
Tripredacus Posted August 7, 2011 Posted August 7, 2011 post the driver package name or the download link so we can try.Some IS setups are flagged to not allow recording.
ElrickLandon Posted August 14, 2011 Author Posted August 14, 2011 Hi,The link is http://us.download.nvidia.com/Windows/280.26/280.26-desktop-win7-winvista-64bit-international-whql.exeMany thks in advance.
Tripredacus Posted August 15, 2011 Posted August 15, 2011 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"/>
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now