Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-27 Thread Rob Mensching
Hah, you've both done very well thus far. I'll get the "Windows" added to all the right projects... and the right thing to the other projects. On Wed, Mar 27, 2013 at 7:39 AM, Bruce Cran wrote: > On 27/03/2013 14:37, Boris Dachev wrote: > > Just to mention once again that probably several othe

Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-27 Thread Bruce Cran
On 27/03/2013 14:37, Boris Dachev wrote: Just to mention once again that probably several other projects apart from stub.vcxproj might need that property added as well. Yeah - considering I don't yet know the build system I'll leave it to Rob to fix. -- Bruce Cran ---

Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-27 Thread Boris Dachev
Just to mention once again that probably several other projects apart from stub.vcxproj might need that property added as well. On 3/27/2013 3:54 PM, Rob Mensching wrote: Well, that will be a relatively easy fix. Bruce are you planning to do that or do you want me to pick it up later this week

Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-27 Thread Rob Mensching
Well, that will be a relatively easy fix. Bruce are you planning to do that or do you want me to pick it up later this week? On Wed, Mar 27, 2013 at 2:29 AM, Bruce Cran wrote: > On 27/03/2013 09:26, Boris Dachev wrote: > > Further to my previous email I just pulled changes and found that 1. w

Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-27 Thread Bruce Cran
On 27/03/2013 09:26, Boris Dachev wrote: Further to my previous email I just pulled changes and found that 1. was already done by Bruce Cran last week in changeset "(ac3822eb3ff8) Use v110_xp instead of v110 for VS2012 to retain compatibility with XP". Yet I believe 2. need to be done as well in

Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-27 Thread Boris Dachev
Further to my previous email I just pulled changes and found that 1. was already done by Bruce Cran last week in changeset "(ac3822eb3ff8) Use v110_xp instead of v110 for VS2012 to retain compatibility with XP". Yet I believe 2. need to be done as well in order for burn.exe to be able to run on

Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-27 Thread Boris Dachev
Hi Guys, Just to let you know that I managed to create a build of WiX v3.8 using VS2012 (Update1) and targeting XP. Changes have to be made to several project files. If you want I can provide diff file or commit my changes to a fork in CodePlex. Shortly I made following: 1. In tools/WixBuild.

Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-26 Thread Bruce Cran
On 26/03/2013 16:19, Rob Mensching wrote: > I "msbuild tools\WixRelease.relproj /p:VisualStudioVersion=11.0" I've > not tried an official build with the v11_xp changes yet since I'm > still getting VS Update 1 on the build machine (been sick last few > days ). Thanks - that produces the .exe a

Re: [WiX-devs] How to do release builds of WiX 3.8

2013-03-26 Thread Rob Mensching
I "msbuild tools\WixRelease.relproj /p:VisualStudioVersion=11.0" I've not tried an official build with the v11_xp changes yet since I'm still getting VS Update 1 on the build machine (been sick last few days ). On Tue, Mar 26, 2013 at 6:54 AM, Bruce Cran wrote: > Could someone explain how to d