Deploying Acrobat Reader DC in an enterprise environment requires downloading the installer, customizing the installation preferences (disabling auto-updates, accepting the EULA, etc.), and deploying it via your software distribution tool (like Group Policy, SCCM, or Intune).
For on-premises environments with Active Directory, this remains the gold standard.
msiexec /i "AcroRead.msi" TRANSFORMS="AcroRead.mst" /qn deploy acrobat reader dc
Have you run into a specific error code (like 1603 or 1722) while deploying Reader DC? Drop the error code in the comments below.
For small to mid-sized businesses without SCCM, scripting is your friend. Deploying Acrobat Reader DC in an enterprise environment
The Ultimate Guide to Deploying Adobe Acrobat Reader DC: From Manual Installs to Automated Mass Deployment
AcroRdrDC[version]_en_US.exe /sAll /rs /rps /l /msi EULA_ACCEPT=YES accepting the EULA
winget install --id Adobe.Acrobat.Reader.64-bit --version 23.008.20555