Re: [WiX-users] Optimize compilation in Visual Studio Solution

2013-10-07 Thread Phill Hogland
I spent some time working on this issue also. I focused on my wixlib project first, then the msi project, and then the bundle project, tracking down the various reasons as to why I could not do an incremental build. I resolved the problems in each level of building before trying to solve the prob

Re: [WiX-users] Optimize compilation in Visual Studio Solution

2013-10-04 Thread Rob Mensching
Look at the build log file to see what is requiring a rebuild. On Fri, Oct 4, 2013 at 6:08 PM, Marco Tognacci wrote: > I have a wix solution in VisualStudio and it takes a lot to build more > that 30 minutes, I have a msi and a Burn project, but if I make some > changes only in the Burn Project

[WiX-users] Optimize compilation in Visual Studio Solution

2013-10-04 Thread Marco Tognacci
I have a wix solution in VisualStudio and it takes a lot to build more that 30 minutes, I have a msi and a Burn project, but if I make some changes only in the Burn Project it rebuild even the msi package? Can you make some compilation optimization to rebuild only the necessary?