Which command should you run?

You manage computers that run Windows 8. 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?

You manage computers that run Windows 8. 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?

A.
msiexec /i app1.msi /qb

B.
msiexec /i app1.msi /qn

C.
msiexec /x app1.msi /qb

D.
msiexec /x app1.msi /qn



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Andy

Andy

This question was on my exam today.

TimDuncan

TimDuncan

/i
Installs or configures a product.
/qn
Displays no user interface.
=========== extra switch:
/qb
Displays a basic user interface.

TimDuncan

TimDuncan

/x
uninstalls a product