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
This isn’t right.
https://technet.microsoft.com/en-us/library/bb490936.aspx
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)