Re: [WiX-users] Changes in DTF projects don't trigger a rebuild of the MSI

2008-10-14 Thread John Hall
> I have a VS 2008 solution with a DTF project and a WiX > project which uses my DTF custom action DLL. I have manually > set the project dependencies such that the DTF project builds > before the WiX project. > > Theoretically, a change in the custom action code in the DTF > project should trigge

Re: [WiX-users] Changes in DTF projects don't trigger a rebuild of the MSI

2008-10-13 Thread Bob Arnson
Brian Rogers wrote: > Theoretically, a change in the custom action code in the DTF project should > trigger a rebuild of the MSI. However, I'm observing that this does not > happen. I find I have to clean the solution and do a full rebuild anytime I > change my DTF custom action. > > Perhaps t

[WiX-users] Changes in DTF projects don't trigger a rebuild of the MSI

2008-10-13 Thread Brian Rogers
I have a VS 2008 solution with a DTF project and a WiX project which uses my DTF custom action DLL. I have manually set the project dependencies such that the DTF project builds before the WiX project. Theoretically, a change in the custom action code in the DTF project should trigger a rebuil