Which command should you run?

A computer runs Windows 8. You install an application by running an .msi file.
You need to apply a patch to the application.
Which command should you run?

A computer runs Windows 8. You install an application by running an .msi file.
You need to apply a patch to the application.
Which command should you run?

A.
dism /Online /add-package:C:\MyPatch.msp

B.
dism /get-AppPatches /get-PackageInfo:C:\MyPatch.msp

C.
msiexec /x “C:\MyPatch.msp”

D.
msiexec/p “C:\MyPatch.msp”



Leave a Reply 1

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


Viriatorix

Viriatorix

“msiexec /p” not “msiexec/p”