GTX 1080 Ti - silent driver update with additional parameters

Hi,
I need to perform automatically silent update of GTX 1080 Ti GPU.
But I need to specify more options, as “Perform clean install”.
Does -s argument provides this, or I need to create specific .iss file?

Where can I find full specification how to create iss file, or to find more cmd arguments?

Thanks

Hi,

Our Installer 2.0 has generic command-line keys (that are the same for all our components):

setup.exe -s -noreboot -clean

-noreboot is optional, but often used to suppress extra reboots.

Every NV package for Windows has setup.cfg (which is XML file). XML section describes all command-line options this package is recognizing.

Thanks,
Ryan Park