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...
almennn
Apr 09, 2019Brass Contributor
I'm successfully deploying AcroDCPro as a win32 app. I created a .mst via the Adobe configurator and then install using a .cmd which looks like this:
start /w msiexec /i "%~dp0AcroPro.msi" TRANSFORMS="%~dp0Transform.mst" PATCH="%~dp0AcrobatDCUpd1901020091.msp" /qn /L*v c:\Management\InstallReader.log