A computer runs Windows 8.1. You install an application by running an .msi file.
You need to apply a patch to the application.
Which command should you run?
A.
msiexec /p “C:\MyPatch.msp”
B.
msiexec /x T:\MyPatch.msp’
C.
dism /Online /add-package:C:\MyPatch.msp
D.
dism /get-AppPatches /get-PackageInfo:C:\MyPatch.msp