So I have been working on new deployment packages and one of the ones needed is Acrobat Pro DC which our university has a license for. I have downloaded and used the Acrobat Customization wizard to create my mst file with the settings I want and the license key included. The problem is that it will not run as a quiet install.
Command line is as follows
msiexec.exe /i AcroPro.msi Transforms="AcroPro.mst" /qn
When attempting to do this with MDT I get an error 1602.
Any help would be appreciated.
Thank you