IDE:
Visual Studio Premium 2012
Recently added installshield project for my solution in order to generate setup.exe
. Manually when I build, everything seems to be working and setup.exe
generated under bin.
Problem :
When I trigger the build using TFS 2012 build, setup.exe
is not generated under the drop folder and in log files I see that installshield project was not being built with MSbuild.
Log Error:
.isproj is not supported by MSBuild and cannot be built
On further analysis and research I found that MS build does not support certain project types. Also found an alternative here to build installshield project using devenv instead of MSbuild by modifying the workflow using build templates.
Even after following above solution I still encounter the same issue, setup.exe
not generated and see the same issue in the log files.
Any help appreciated :)