When launching the MSI package from the command line you can use multiple "msiexec.exe" parameters which affect the user interface:
full UI: /qf (this is the default parameter used by the package)
reduced UI: /qr (the user interface does not show any wizard dialogs)
basic UI: /qb, /passive (only a progress bar will be shown during the installation)
no UI: /qn, /quiet (no UI will be showed during the installation)