So I'm trying to deploy AutoCAD 2011 with MDT. I tried running the task sequence of just installing the AutoCAD, MDT generates an error code but to installation is successful(I have no idea why). So i tried to install AutoCAD from the command line
(C:\Applications\AdminImage\Setup.exe /qb /I C:\Applications\AdminImage\AutoCAD_2011_x64.ini /language en-us) and the installation was successful.
So now i wanted to run the installation via Run Command Line in the task sequence, which begs the question where should I insert the Run Command Line task? Currently all my Applications Installation task are located between the Windows Update task (Pre Application Installation and Post Application Installation). Should I put my Run Command Line task there also? Will MDT wait for the installation successfully finished before rebooting?