"MSIEXEC /i <packagename> /qb", where "<packagename>" is the name of the MSI package.Some MSIs have a choice to install for all users or only the current user. When using the line above to install the package unattended, the package is installed only for the current user.
How can an MSI package be installed unattended for all users?
