I'm pushing Adobe Acrobat IX Pro to Dell laptops/desktops via KACE and I want to use a silent install with no UI involvement.
THIS IS FOR ADOBE ACROBAT IX PRO
I'm using this which has UI involvement. The user has an option to cancel this install when it comes on their screen. I do not want that. I do not want them to see nothing.
msiexec.exe /i "AcroPro.msi" TRANSFORMS="AcroPro.mst" /qr
I researched and found this on here, which I tried with a few tweaks and no success.
Has anyone come across this issue with Adobe Acrobat IX Pro?
Your timely response to my journey for success will be greatly appreciated and respected.
-
I greatly appreciate your assistance on my journey. I changed the parameters to what you suggested and had no success. I even tried it with the .msi file. I'm using the .exe with the /qr and as I stated, it runs with success, just the user is being prompted with the UI. which is not what I want. - pcausey@health.southalabama.edu 3 years ago
Answers (2)
You'll want to check out the packaging tool from Adobe, as that will help with the customisations, and silent deployment.
From what I recall, you may need the enterprise media? Not sure, its been a minute since I have worked on Adobe products.
Welcome to the Wizard — DC Deployment Planning and Configuration (adobe.com)
try /qn instead of /qr
/qr is "reduced UI", which is what you are describing
/qn is "no UI", which is what you want