Haven't heard back from Adobe post-escalation but we have narrowed down the issue in our environment and resolved it.
In our case, AcroPro during installation was looking for Microsoft Visual C++ 2013 (x64) runtime which is a core-app installed on each machine in our environment already. After downloading the latest 2013 redistributable from MS and installing the installation was still failing, both locally and through SCCM deployment.
To resolve we skipped the C++ runtime check using IGNOREVCRT64=1 property in the command line:
msiexec.exe /i "AcroPro.msi" IGNOREVCRT64=1 TRANSFORMS="AcroDCTransform.mst" /qn
After, we're back in business. What we haven't been able to determine is why this was working for so long in production prior to suddenly breaking without having made any changes to the package or the deployment.
If this isn't the issue you're running into, enable logging on the deployment and parse the installation log to narrow down the issue.
Hope this helps.
Hi,
As i can see you are using the base .msi file for installation , it should work fine with latest patch .Please include Patch in the commandline you are using or use setup.exe for the deployment .
I hope it will solve your problem.
Regards,
Sourab Sharma