Question
What is the significance of the /qn switch in the msiexec command?
Asked by: USER7374
66 Viewed
66 Answers
Answer (66)
'/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.