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”
“msiexec /p” not “msiexec/p”