msiexec /i "AcroRead_xxxx.msi" /quiet /norestart Silent install with custom settings (disable automatic updates, suppress EULA prompt):
msiexec /i "AcroRead_xxxx.msi" /quiet /norestart DISABLE_UPDATES=1 DISABLE_EULA_SCREEN=1 Uninstall silently: adobe reader msi offline installer