I am doing an Enterprise update of our Adobe Acrobat 8.0.0 Standard and Professional installs to bring them up to the 8.1.4 vesion. I have read elsewhere that it is possible to string the MSP's together on a single MSIEXEC command, but I have 5 patches to install. The go from 810 up to the 814 patch. Has anyone done this before and if so are there any gotchas in the process? When I manually install the patches one by one the 810 patch asks if I want to reboot now or later and the other patches don't. Do you know if a reboot is needed before continueing on to the next patch or can they all be bundled together like this.
msiexed /p 810.msp;811.msp;812.msp;813.msp;814.msp REINSTALLMODE=omus REINSTALL=all REBOOT=REALLYSUPPRESS /qn
This is basically the command line that I am using to do the update.
Thanks for the help