Multiple choice technology

What is the option to install Windows Installer package in unattended mode by Command line?

  1. /unattended

  2. /passive

  3. /quiet

  4. /q

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The /passive option installs the MSI package in unattended mode, displaying only a progress bar without user interaction. This is the correct option for unattended installation. /quiet is also unattended but shows no UI at all, while /unattended is not a valid Windows Installer switch.