Re: [WiX-users] Generic wix Project

2014-05-28 Thread Rob Mensching
AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Generic wix Project Look at a verbose MSBuild log. The Clean target is probably fired by VS. There are a number of reasons why this might be the case. Changes would depend on your business requirements. You might add a MSBuild

Re: [WiX-users] Generic wix Project

2014-05-23 Thread Phill Hogland
Look at a verbose MSBuild log. The Clean target is probably fired by VS. There are a number of reasons why this might be the case. Changes would depend on your business requirements. You might add a MSBuild task which copies the files to a common area on a successful build. -- View this mess