Which command should you run?

You manage computers that run Windows 8.1.
You plan to install a desktop app named MarketingApp on one of the client computers.
You need to display a progress bar to the user while installing the app.
Which command should you run?

You manage computers that run Windows 8.1.
You plan to install a desktop app named MarketingApp on one of the client computers.
You need to display a progress bar to the user while installing the app.
Which command should you run?

A.
msiexec /i marketingapp.msi /qn

B.
msiexec /x marketingapp.msi /qb

C.
msiexec /x marketingapp.msi /qn

D.
msiexec /i marketingapp.msi /qb



Leave a Reply 2

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


KiretoX

KiretoX

Yes, this is not correct for sure. Right answer is D.

/I – install (x is uninstall)
/qb = show progress (qn is doing without user having any indication)