Could not find required file 'setup.bin'

前端 未结 6 987
走了就别回头了
走了就别回头了 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:17

    I had the same problem with a TFS build.

    You can resolve the problem by setting the visual studio version in the MSBuild arguments of the definition build:

    /property:VisualStudioVersion=12.0;
    

提交回复
热议问题