Everyone,
I have a question. I am trying to package adobe reader 11 with patch 17. I have already created an application with a transform that basically uninstalls any previous version. I am trying to incorporate the patch with the package. I have tried to with this install syntax but no success.
msiexec /i "AcroRead.msi" TRANSFORMS="AcroRead.mst"/update "%~dp0AdbeRdrUpd1015.msp;%~dp0AdbeRdrSecUpd1016.msp"/qb-/L*V"%SystemRoot%\logs\AcroReader 10.1.6 install.log"
Has anyone successfully deployed an msi, mst and msp in an application if so what's the syntax. Or is there another method I should use like install msi and mst and then create a package for the msp.
thanks,