I create the 64- bit package in CCP using the enterprise license and have two folders - build and exceptions
In previous versions of Acrobat, I would make a two step task sequence:
1. install from exceptions deployer using the following command: ExceptionDeployer --workflow=install --mode=pre --installLanguage=en_US
followed by
2. the MSI from the deploy folder - msiexec.exe /q ALLUSERS=2 /m MSINMSNP /i "Adobe Acrobat XI Pro.msi"
This procedure no longer works so I have tried several things that also don't work.
If I first try to install from Adobe Acrobat DC\Exceptions\APRO15.0en_US\Adobe Acrobat using setup.exe, the program bombs out asking for a serial number (not the one I use in CCP to create the package - that one does not work)
If I start with \Adobe Acrobat DC\Build it bombs out and gives me no feedback at all
So, I am stumped. I can get nothing to run from the command line without bombing out. Usually I can install this package manually before I make a deployment for SCCM. This time, I can't do it without it asking for a serial number (one that is different from the one I use in CCP to create the package)
Perhaps Ashishes post below describes the right order?