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...
BlackSheep_13
Jun 06, 2022Copper Contributor
lrivar Hi I'm very much interested in how to get this done, I've actually given it a go, packaged and uploaded but it's deploying successfully. 😞
pugmohone
Mar 22, 2024Copper Contributor
BlackSheep_13and everyone.
- Download the acrobat exe.
- Use 7zip to extract all files from the exe and copy and paste in a folder
- download and install the adobe acrobat customization wizard, choose your options, and create a mst file.
- create an intunewin file using setup.exe as the install file
- build a win32 app in intune:
- App information - fill out and add the icon
- Program:
- install setup.exe /sAll
- figure out the uninstall later
- detection method:
- file - C:\Program Files\Adobe\Acrobat DC\Acrobat\
- look for acrobat.exe
I typically deploy this as an available app to the adobe pro users security group. that same group is excluded from reader. (It is well over a gig and I don't want it delaying autopilot. )
Interesting issue I found yesterday was that if I make windows store adobe reader a required uninstall, it was removing this app. Probably how I found this thread.