Silently installing NVIDIA GPU Display Driver
August 18, 2022•153 words
473.81-quadro-rtx-desktop-notebook-win10-win11-64bit-international-dch-whql.exe
First stage installer uses 7zSFX, so a lot of those command-line arguments are applicable (except, unhelpfully, -h). See https://olegscherbakov.github.io/7zSFX/ (although this is annoyingly formatted).
Second stage installer uses InstallShield IIRC. See: https://docs.revenera.com/installshield24helplib/helplibrary/IHelpSetup_EXECmdLine.htm
Silent Installation
$InstallerArguments = @(
"-InstallPath=`"`"" ...
Read post