Copy link to clipboard
Copied
I attempting to build a silent install for Adobe Acrobat DC for distribution via SCCM.
I have my install sequence down and working but if this runs while the end user has a Microsoft Office application open it errors out. From what I can figure the issue it with the Adobe ribbon add-ins, if I use the Acrobat Customization Wizard and pull out the office add-ins problem solved. But I need to have this feature enabled for my user community
I would prefer not to run any kill commands and have this install run while the user is logged in.
Here is my install sequence.
"%SCRIPTDIR%\Exceptions\ExceptionDeployer.exe" --workflow=install --mode=pre
"%SCRIPTDIR%\BUILD\Setup.exe" -mode=silent -action=install
"%SCRIPTDIR%\Exceptions\ExceptionDeployer.exe" --workflow=install --mode=post
"%SCRIPTDIR%\AdobeSerialization\AdobeSerialization.exe"
Thank you
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now