nerdexam
Microsoft

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.

Configure and Manage Client Services

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)
  • A
    5% (2)
  • B
    8% (3)
  • C
    84% (32)
  • D
    3% (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

#msiexec#silent installation#command line switches#app deployment

Community Discussion

No community discussion yet for this question.

Full 70-692 Practice