Hi nhgris82191922,
There are some conflicting processes for which "File in Use" prompt, is displayed for Acrobat. If you choose to ignore this, it may happen that Acrobat install Fails on some system, where common libraries are in use. Using pre-install step in batch script to close conflicting applications does avoid these occasional failure.
Yes, the preferred method of deployment now, is using Setup.exe.
That said, if due to some reason, you do not wish to use pre-install script and still ignore the "File in Use" dialog, you may follow the steps below (assuming that install location is default and language English(en_US):-
(1) Run Setup.exe, with admin privileges ( from <CCP package>\Build\Setup\APRO15.0en_US\Adobe Acrobat) with commandline parameters /sALL /extUI /sPP /sl "en_US" /msi INSTALLDIR="" EULA_ACCEPT="YES" SUITEMODE=1 OWNERSHIP_STATE=1 LANG_LIST="en_US" AS_DISABLE_LEGACY_COLOR=1 IGNOREAAM=1 REMOVE_PREVIOUS_ACROBAT=YES
(2) followed by invoking CCP package msi with admin privleges (optional step, if Exceptions folder of CCP pkg is not empty, please run ExceptionDeployer in post mode)
Thanks,
Sumita