Silent install of MSI files

Generally I use

msiexec.exe /i "path_to_package.msi" /qn ALLUSERS=1 REBOOT=ReallySuppress

And shame to Microsoft for making REBOOT=Suppress suppress the reboot question and reboot automatically

1 Like