I\'m unable to build a Setup Project in VS2010, for a Windows Service project. It fails with this error:
Could not find required file \'setup.bin\' in
This solution worked for me (VS 2013): http://www.codewrecks.com/blog/index.php/2014/05/31/error-msb3147-could-not-find-required-file-setup-bin-in/
Change the PATH of the msbuild.exe to: C:\Program Files (x86)\MsBuild\12.0\Bin\msbuild.EXE
C:\Program Files (x86)\MsBuild\12.0\Bin\msbuild.EXE