Re: [WiX-users] Build WiX Solution After Drop‏

2010-01-07 Thread John H. Bergman (XPedient Technologies)
themselves. -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Thursday, January 07, 2010 1:52 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Build WiX Solution After Drop‏ You'll have to do some pretty major MS

Re: [WiX-users] Build WiX Solution After Drop‏

2010-01-07 Thread John H. Bergman (XPedient Technologies)
. Subject: Re: [WiX-users] Build WiX Solution After Drop‏ You'll have to do some pretty major MSBuild/TeamBuild hacks to perform the database deployment before the wix solution is built. Are you using VSTS DB project files to maintain your database schema? Are you using it's deployment

Re: [WiX-users] Build WiX Solution After Drop‏

2010-01-07 Thread Castro, Edwin G. (Hillsboro)
age- > From: Kerber, Cameron [mailto:cameron.ker...@philips.com] > Sent: Thursday, January 07, 2010 7:57 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Build WiX Solution After Drop‏ > > So I created a Wix Solution and added it to my Team Build process as >

Re: [WiX-users] Build WiX Solution After Drop‏

2010-01-07 Thread Rob Mensching
You'll have to edit the wix.targets file to build after the AfterDrop target or run your .wixproj after the other things build. Or, do your SQL Database manipulation earlier in the build process. On Thu, Jan 7, 2010 at 7:57 AM, Kerber, Cameron wrote: > So I created a Wix Solution and added it to

[WiX-users] Build WiX Solution After Drop‏

2010-01-07 Thread Kerber, Cameron
So I created a Wix Solution and added it to my Team Build process as the last solution to build. But I am using source files inside WiX that aren't created until after my solutions have built and deployed... So how do I delay the WiX compile. Specifically my problem is on the AfterDrop target