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...
lrivar
Mar 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
ArchAngel66
Mar 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. :).
- 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.
- NicklasAhlbergMar 04, 2021Copper 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