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...
Jeff Harlow
Jan 15, 2021Iron Contributor
RhysPaterson it has been awhile since I did this so I cannot recall. To be honest, it stopped working any ways and just had the user download it from Adobe Cloud.
RhysPaterson
Feb 04, 2021Copper Contributor
Thanks Jeff Harlow.
- pugmohoneMar 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. - BlackSheep_13Jun 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. 😞
- SunnyG9Jan 13, 2022Copper Contributor
Can you please forward me the working solution for Adobe Acrobat DC deployment with Endpoint Manager/Intune.
I have tried with my solution and it works on some machines and others I get this error after installation fails:
Fatal error during installation (0x80070643)Please advise why I am getting this error?Thanks,Sunny - skimshadyMay 04, 2021Copper Contributor
ArchAngel66 i am in the same boat you are. this means you're using the acropro.msi. did you overcome this yet? if so, how? did you also get the RUM folder installed via this method as well? i had the RUM folder included in my package but not sure how to get it to the target machine (the OOBE_Enterprise folder doesn't get created on target machine). i didn't see it in any options in the customization wizard. any feedback would be helpful.
- lrivarApr 16, 2021Copper ContributorOpen PowerShell:
Navigate to IntuneAppUtil application:
cd E:\Intune\IntuneAppUtil
.\IntuneWinAppUtil.exe
Please specify the source folder: E:\Intune\IntuneApps\Source\Adobe Acrobat\Build
Please specify the setup file: setup.exe
Please specify the output folder: E:\Intune\IntuneApps\Output\Adobe Test
Do you want to specify catalog folder (Y/N)?n
App is created within a few minutes. Let me know if this helps. - lrivarMar 04, 2021Copper Contributor
1. I created my Adobe package in the Adobe Admin Console
2. Packaged Adobe as a Win32 App
- How to: https://docs.microsoft.com/en-us/mem/intune/apps/apps-win32-prepare
- For Adobe, the Build folder is the "source folder"
3. Uploaded Adobe into Endpoint Manager, utilized the Product Code for detection method
4. During deployment, workstations were reporting the same error as Config Manager "Monitored process is running but may timeout" and after restarting, the computers reported compliance
Let me know if you have any further questions or issues about the process.
- NicklasAhlbergMar 04, 2021Brass Contributor
Hello ArchAngel66
I would create a Win32 app and add VC++ as an dependency. That way you make sure that VC++ is installed before it attempts to install Adobe DC.
//Nicklas Ahlberg
- ArchAngel66Mar 03, 2021Copper Contributor
lrivar I am having the same issue with deploying Acrobat DC Pro. I downloaded the MSI file and deployed it as LOB. The error I am getting is VC#+ needs to be installed first before the installation will continue. If you have a solution please let me know. I have been searching the Internet for a solution. This is not rocket science. :).
- mirthrockMar 02, 2021Brass Contributor
Yes please!! Would love to know how you did it.
- lrivarMar 02, 2021Copper Contributor
RhysPaterson I have a working Adobe Acrobat DC deployment with Endpoint Manager/Intune, let me know if you are still interested in a solution