Radu C Popescu
Posts: 15
Joined: Thu Jul 20, 2023 5:31 pm

Silent install instructions and parameters for Adobe Acrobat Reader DC MUI

Below you can find the necessary information to perform a silent installation using the designated silent install parameters for Adobe Reader MUI

About: Adobe Acrobat Reader DC MUI (Multilingual User Interface) is a free software developed by Adobe Inc. for viewing, printing, and annotating PDF (Portable Document Format) files. It supports multiple languages and is widely used for reading and interacting with PDF documents.
Application Name: Adobe Acrobat Reader DC MUI
Version: 15.007.20033
Main Application Process: `A3DUtility.exe,AcroRd32.exe,Acrobat.exe,acrodist.exe,acrord32.exe,AcroCEF.exe[`
Main Application Website URL: https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html
Privacy URL: https://www.adobe.com/privacy.html
EXE Installer (Silent Install): AcroRdrDCxxxxx_MUI.exe

Code: Select all

sPB /rs
EXE Installer (Silent Uninstall): "%ProgramFiles%\Adobe\Acrobat Reader DC\Reader\uninstall\helper.exe"

Code: Select all

/S /product=reader
MSI Installer (Silent Install):

Code: Select all

msiexec /x {msisetupname} /qn /l*v “%temp%\install.log”
MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {productcode} /qn /l*v “%temp%\uninstall.log”
Categories for Intune: Document Management, Utilities, Productivity

Return to “Silent Install Command Line”