Hi Jon,
If I understood the scenario correctly, you have created a package for Acrobat using CC enterprise serial key starting with 1591. In this case, you will need to run Acrobat from exception folder first which installs the app however in this case licensing remains with build folder hence after installing Acrobat from exception folder, you also need to run setup.exe under build folder to serialize acrobat.
I think below batch script can help.
i.e : I have created an Acrobat package only naming AcrobatDC
Start /w Msiexec.exe /i “C:\Users\user name\Desktop\AcrobatDC\Exceptions\AcrobatProfessional12.0-mul\AcroPro.msi” /qn
Msiexec.exe /i “C:\Users\user name\Desktop\AcrobatDC\Build\AcrobatDC.msi” /qn
Hope this helps.
Thanks,
Ashish