SO using MDT you can add applications that you want to install as part of an custom image. I wanted to do this for Agent Ransack using Microsoft admin tool you can take the exe file and create an msi file. while in MDT you click on applications and point it to the msi file however there is a command line code that is required. using the standard for most applications doesn't work for agent ransack.
msiexec /I application name.msi /passive
if there is a solution to this please let me know I have tried several variables.