I am in need of installing multiple, possibly random, applications at two different points during the Task Sequence to deploy Windows 7 and the applications. I have some applications that can only be install while connected to the domain, but if I am connected to the domain, other applications fail because of when policy starts kicking in and installing software. It seems policy trumps MDT as far as software install, so I decided to move application installation before joining the domain, which has worked perfectly.
Now, I have some applications that only deploy properly if the computer is joined to the domain because of what seems to be a permissions issue to a network share other than the MDT server, but I can't find any thing wrong. So, I was hoping to set some checking on the Options tab of the Install Applications item and say "If applications do not start with 'X', install applications". Then after the computer was joined to the domain, add another Install Applications step, but reverse the check and install ONLY applications that begin with 'X'. There could be 1-16 applications selected that would fit into the second criteria, so I can't just say install this application only, sixteen different times because not all are needed and it would add more time to the imaging process.
Is this even doable? It seems like it is, but I don't know what variables to look for. I look on multiple web pages and found a few other things in the forums, but nothing follows what I am asking.
Thanks for any advice.