Handling Multiple MSP's

The documentation is not sufficiently detailed to use this effectively, as there is no guidance on the syntax, delimiter etc. The only reference to multiple MSP files is in section 6b with the Zero-Config.

As Adobe Reader is being used as one of the examples, you really need to update the example too, I feel, so that the different ways a user may currently try to install Adobe Reader, this product appears - in the first instance, to be able to achieve that. I certainly feel the learning curve is currently steep for a novice, and increasing the user base of App Deploy Toolkit is key to it’s success.

Is this correct??

<strong>Execute-MSI -Action Patch -Path 'AdbeRdrUpd11014.mspp;AdbeRdrSecUpd11015.msp'</strong>

Did you ever figure this out? I need to do the same thing

To install and patch Adobe Reader in one step:

`Execute-MSI -Action ‘Install’ -Path ‘AcroRead.msi’ -Transform ‘transform.mst’ -Patch “AdbeRdrUpd11021.msp,AdbeRdrUpd11022_incr.msp”