Feb 27 2019 11:08 AM
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
(0x80070005) error. I can deploy the reader without issue. Deployed Dreamweaver and Photoshop CC without error but this one is puzzling. This like all of CC is subscription based now, so not sure what I am missing...
Mar 06 2019 03:53 AM
Hi Jeff,
how are you triggering the setup? Via a custom Wrapper script or direct msiexec call? If you use a PowerShell or cmd wrapper are you writing an additional log file?
My suggestion would be to use psexec to start a command prompt in system context (psexec -i -s cmd) and test your Adobe Professional installation with an PowerShell wrapper in system context and let the setup write additional log files. Normally you get enough indicators in the log file then to resolve the issue. As soon as you have success, use the wrapper and Adobe files and generate a new .intunewin and try again with Intune. Normally a log file and test install in the same execution context (system context) is necessary to troubleshoot these failures.
best,
Oliver
Mar 06 2019 09:50 AM
Hey Oliver,
Right now, I downloaded the package from Adobe. Extracted the files; which creates a folder called Build. In that folder is both a setup.exe and AcrobatDC.MSI. I then ran the Intune WinAppUtil and have choosen both the setup and the MSI without luck. Right now, I have the setup selected and within Intune, I have setup /quiet as the command. I was able to find the uninstall command and that is msiexec /x {AC76BA86-1033-FFFF-7760-0C0F074E4100}
The detection string is the MSI with {AC76BA86-1033-FFFF-7760-0C0F074E4100} in the field.
The latest error is (0x87D300C9)
Mar 06 2019 04:24 PM
Mar 07 2019 05:47 AM
Not entirely certain what logs Acrobat would produce. Still tracking that one down as I know there is a new feature for Win32 troubleshooting to gather those logs. The Intune logs are so encrypted, I cannot even follow them to figure why it is failing. I have an issue open with MS but they have been slow to respond on this one. This is bugging me as I deploy Dreamweaver and Photoshop nearly identical. But I do now that Acrobat typically requires a restart and also require Outlook to be closed, so there are additional variables that could be causing the problem.
Apr 09 2019 06:22 AM
@Jeff Harlow Did you ever find a solution to this? I'm running into the same issue. I even tried to deploy the MSI as a LOB instead of WIN32 and I haven't had any luck either.
Apr 09 2019 06:33 AM
@mirthrock Yes. After a few weeks going back and forth with MS. The solution was to use the Single App deployment method instead of building a package for Acrobat. Not entirely sure why the package never worked (as that method works for other CC apps). Here is the link MS provided which solved the issue.
https://helpx.adobe.com/creative-cloud/kb/deploying-acrobat-singleapp.html
I did not need to do the customized wizard, but YMMY.
Apr 09 2019 07:04 AM - edited Apr 09 2019 07:05 AM
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
Apr 11 2019 01:14 PM
@Jeff HarlowThank you for this info. I actually got it to install using Win32 deployment and a transform file, but strangely, it never installs on the first login. I always have to reboot and then it will install. My guess is that its conflicting with the other installs that are happening via LOB deployment. I'll try with the Single App deployment. Just to be clear, are you referring to Win32 or LOB deployment when you're using the Single App method?
Thanks!
Jul 28 2019 02:07 PM
@almennn can you please assist me packing acrobat pro for intune
Jan 14 2021 08:18 PM
@Jeff Harlow did using the customisation wizard with single app still include the Remote Update Manager with it?
Jan 15 2021 08:15 AM
@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.
Mar 02 2021 12:39 PM
@RhysPaterson I have a working Adobe Acrobat DC deployment with Endpoint Manager/Intune, let me know if you are still interested in a solution
Mar 02 2021 12:41 PM
Yes please!! Would love to know how you did it.
Mar 03 2021 08:43 AM
@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. :).
Mar 03 2021 10:43 PM
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
Mar 04 2021 07:07 AM
1. I created my Adobe package in the Adobe Admin Console
2. Packaged Adobe as a Win32 App
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.
Mar 25 2021 08:21 AM
@lrivar Hi Irivar
Thanks for the updates so far - I Have been wasting 2 days trying to implement deployment through Intune. I
Could you please post the commands you used win32 app?
Kind Regards,
Jaco