Update Deployment 1014 Mac Silent
Hi everyone, first time posting here. I have search quite a bit for an answer to this one, but seem to come up blank. I am deploying Adobe Acrobat X Pro via installation script on Mac, using the APT tool. Works GREAT!
However, when I go to deploy the Acrobat Update 10.1.4 on some machines (read, a lot of machines) the script is popping up with the Warning
"installer: Warning - If you have Adobe Acrobat running, you will need to quit it in order to continue."
For the life of my I cannot figure out how to suppress this warning. The install script is simply
installer -pkg /%TMP%/acrobat1014.pkg -targer /
Any suggestions?
I should mention, ARD is not an option. This is occuring over SSH. And I also have an applescript written for the techs on location to simply run which will do the same, problem is the script does a lot of other things, and the adobe warning breaks the script right in the middle. Thanks!