Installing Backup Exec agent and some first timer questions

to install patches you will need to do it in a separate line. like.

## Install the base MSI and apply a transform
Execute-MSI -Action Install -Path 'Adobe\_Reader\_11.0.0\_EN.msi' -Transform 'Adobe\_Reader\_11.0.0\_EN\_01.mst'
## Install the patch
Execute-MSI -Action Patch -Path 'Adobe\_Reader\_11.0.3\_EN.msp'

as per the quotes. that’s a problem I have ran into
check this out.

in this post, there is a reference on where to place the quotes as well some silly problemes that you can run into.