I'm trying to deploy an Adobe Reader DC update through SCCM and am having trouble installing it silently. I'm attempting to run it through the command line to make sure it works and here is what I am using that works:
msiexec /update AcroRdrDCUpd1500820082.msp
That works fine for bringing up the update and then running the .msp manually. However, if I try running the following the update never works:
msiexec /update AcroRdrDCUpd1500820082.msp /qn
Is there something I'm doing wrong? How can I get this to run silently so that I can deploy it in SCCM?