I am trying to install Adobe through MDT Application install, but it does not seem to be running. The install flashes and does not do anything.
I am using the below Windows command script:
taskkill /F /IM outlook.exe
msiexec.exe /i "\\p02apixxx01\deploymentshare$\Applications\AdobeReaderX\AdbeRdr1010_en_US.msi" PATCH="\\p02apixxx01\deploymentshare$\Applications\AdobeReaderX\AdbeRdrUpd1011.msp"
Transforms="\\p02apixxx01\deploymentshare$\Applications\AdobeReaderX\AdbeRdr1010_en_US.mst" /qb! /L*v "C:\temp\adberdr.log"
This is a standard application install. I have the working directory set to .\Applications\Adobe Reader X. I have the quiet install command set to the command file install_ReaderX.cmd.