Re: [WiX-users] [SPAM] Re: Build order problems Votive vs MSBuild

2014-08-13 Thread Tony
Associates, Inc.® > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > -Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Wednesday, August 13, 2014 8:17 AM > To: General discuss

Re: [WiX-users] [SPAM] Re: Build order problems Votive vs MSBuild

2014-08-13 Thread John Cooper
ssion, KS  66227 Office:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Tony [mailto:yellowjacketl...@gmail.com] Sent: Wednesday, August 13, 2014 8:17 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] [SPAM] Re: Build ord

Re: [WiX-users] [SPAM] Re: Build order problems Votive vs MSBuild

2014-08-13 Thread Tony
I'm not sure what you mean by "unbound" wixlibs, but I do have a setup like this... a.csproj b.csproj wl.wixproj <-- references a and b to make a wixlib wx.wixproj <-- references wl.wixproj to make the msi But again, I still had an issue when the PreBuild and/or BeforeBuild actions ran on wl.wix

[WiX-users] [SPAM] Re: Build order problems Votive vs MSBuild

2014-08-12 Thread Phill Hogland
In the wix toolset source download, at src\tools\WixTasks\wix200x.targets , in browsing through that file (and other similar .targets files) it lists the various MSBuild Targets which can be "redefined". So when I was trying to understand the wix build process I created a simple EndPointsSequenceT