MSBuild Task to Wrap DevEnv

Those of you who labored to get devenv.exe to work with TFS's build capacity to build your setup projects know the agony of setting this arrangement up.  The reason to use devenv.exe is to allow TFS to compile and build setup projects along with the main project/solution.  This post goes to an article and walkthrough on the newly written MSBuild task to wrap devenv.exe (the Visual Studio executable) to accomplish this.

How to build projects in Team Build that only Visual Studio can build