Could not find required file 'setup.bin'

前端 未结 6 991
走了就别回头了
走了就别回头了 2020-11-28 10:33

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

6条回答
  •  借酒劲吻你
    2020-11-28 11:11

    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

提交回复
热议问题