I want to make a silent installation of an MSI file.
What is the difference between /qn and /quiet as parameters to msiexec.exe?
I want to make a silent installation of an MSI file.
What is the difference between /qn and /quiet as parameters to msiexec.exe?
There is no difference. /q(x) existed since the initial versions of MSI and /quiet was added later in MSI 3.0 (Presumably to make it easier to understand by users.)
Command-Line Options (All Versions)
Standard Installer Command-Line Options (MSI 3.0+)