Forum Discussion
Jeff Harlow
Feb 27, 2019Iron Contributor
Acrobat DC Install via Intune
Has anyone been success on deploying Acrobat DC Professional via Intune? I downloaded the package from Adobe and used the IntuneApp to create a package but so far it refuses to install failing with a...
Hjorthen
May 28, 2021Brass Contributor
Below is how i managed to get it to work:
Install command: AcroRdrDC1900820071.exe /sAll /rs /rps /msi /norestart /quiet EULA_ACCEPT=YES
Uninstall command: msiexec /x {AC76BA86-7AD7-1033-7B44-AC0F074E4100} /q
Detection rule: File C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\
I got the installation file from Adobes own site - note that there is a specific file for distribution that differs from the standard installation file that you normally would download and install on a single PC.
Install command: AcroRdrDC1900820071.exe /sAll /rs /rps /msi /norestart /quiet EULA_ACCEPT=YES
Uninstall command: msiexec /x {AC76BA86-7AD7-1033-7B44-AC0F074E4100} /q
Detection rule: File C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\
I got the installation file from Adobes own site - note that there is a specific file for distribution that differs from the standard installation file that you normally would download and install on a single PC.
- BHJul 12, 2021Brass Contributor
Hjorthen Yes, that works great.
When you download the enterprise version of Adobe (The latest version is AcroRdrDC2100520048_en_US.exe). Extract that to a temp folder (.\AcroRdrDC2100520048_en_US.exe -sfx_o”<path to extraction folder>” -sfx_ne).
Within that new folder are the setup.exe file and a setup.ini which contains the patch line (the msp file). You then use the IntuneWinAppUtil.exe to create an intunewin file. Set setup.exe as the setup file and when creating the win32app in MEM, use the install command in Intune as below: setup.exe /sAll /rs /rps /msi /norestart /quiet EULA_ACCEPT=YES