Here's the command I have in the batch file:
msiexec.exe /a AcroRead.msi /p AcroRdrDCUpd1901020069.msp /qb /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES DISABLE_ARM_SERVICE_INSTALL=1 DISABLEDESKTOPSHORTCUT=1
Whenever I run it, it installs the files in the folder where installation files are and not in its proper places. The person who packaged the previous version had:
msiexec.exe /i AcroRead.msi /qb /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES DISABLE_ARM_SERVICE_INSTALL=1 DISABLEDESKTOPSHORTCUT=1
But that didn't install anything at all.