How to install msi & msp in one command?
e.g. Adobe reader
msiexec /i acroread.msi PATCH=adberdrudp11007.msp
then popup error "This patch package could not be opened...."
I check the log, "Unable to create a temp copy of patch 'adberdrupd11007.msp'"
But run separately is ok
msiexec /i acroread.msi
msiexec /p adberdrudp11007.msp
PS: I know how to run it in SCCM and %~dp0, but the above command is error in cmd