Launch desktop application from MSBuild
msbuild, tfs, tfsbuild
Solution
TFSBuild runs as a service and cannot launch interactive (i.e. Apps with a UI) applications.
Update: Apparently it's possible to configure TFS Build to run in interactive mode if you absolutely must: http://msdn.microsoft.com/library/ms181712.aspx#interactive
Problem
Is there any way to launch desktop application like Internet Explorer from task of TFS build?