PrepAway - Latest Free Exam Questions & Answers

Which command should you run?

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

PrepAway - Latest Free Exam Questions & Answers

A.
msiexec /x marketingapp.msi /qn

B.
msiexec /i marketingapp.msi /qn

C.
msiexec /i marketingapp.msi /qb

D.
msiexec /x marketingapp.msi /qb

Explanation:
/i Installs or configures a product.
/x Uninstall a product,
/qn Displays no user interface.
/qb Displays a basic user interface.
http://technet.microsoft.com/en-us/library/cc759262(v=ws.10).aspx

2 Comments on “Which command should you run?


Leave a Reply