70-692 · Question #60
You manage computers that run Windows 8.1. You plan to install a desktop app named App1 on one of the client computers. You need to install the app without any user interaction and without…
The correct answer is C. msiexec /i appl.msi /qn. Msiexec (command-line options) Provides the means to install, modify, and perform operations on Windows Installer from the /i installs or configures a product /qn displays no user interface Further information: /x uninstalls a product.
Question
You manage computers that run Windows 8.1. You plan to install a desktop app named App1 on one of the client computers. You need to install the app without any user interaction and without displaying a progress bar. Which command should you run?
Options
- Amsiexec /i appl.msi /qb
- Bmsiexec /x appl.msi /qn
- Cmsiexec /i appl.msi /qn
- Dmsiexec /x appl.msi /qb
How the community answered
(38 responses)- A5% (2)
- B8% (3)
- C84% (32)
- D3% (1)
Explanation
Msiexec (command-line options) Provides the means to install, modify, and perform operations on Windows Installer from the /i installs or configures a product /qn displays no user interface Further information: /x uninstalls a product.
Topics
Community Discussion
No community discussion yet for this question.