Scripted/silent installation
The installer supports an entirely silent installation from the command line by using the msiexec executable.
-
For a single-user installation:
msiexec /i INSTALLER_NAME.msi /qn /l*v install.log -
For a machine installation:
msiexec /i INSTALLER_NAME.msi /qn /l*v install.log ALLUSERS=1
