WiX setup project - stop building after every compile

I have a Visual Studio 2008 solution with several C # library projects, a web project and a Wix Setup project. The installation project takes about 2 minutes.

Currently, when I do a build, it will build every project including the setup project.

I want to be able to build all projects excluding wix project when using debug config.

How to do it?

+2


source to share


1 answer


Right click solution -> Configuration Manager-> Disable "Build" in your setup project



+3


source