What is the significance of the /qn switch in the msiexec command?

Responsive Ad Header

Question

Grade: Education Subject: Support
What is the significance of the /qn switch in the msiexec command?
Asked by:
66 Viewed 66 Answers

Answer (66)

Best Answer
(210)
'/qn' in the `msiexec` command specifies a 'quiet' uninstall. It means the uninstall process will run without displaying any user interface prompts or messages, which can be helpful when troubleshooting errors.