Re: [WiX-devs] Building replacement wixstdba from within Visual Studio

2013-09-26 Thread Bruce Cran
On 9/26/2013 5:15 PM, Hoover, Jacob wrote: http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html I was going to give my steps, but that pretty much covers it. If you are on a 64 bit machine, you might need to clear the Platform environment variable. I wrote quite a bit of

Re: [WiX-devs] Building replacement wixstdba from within Visual Studio

2013-09-26 Thread Rob Mensching
013 11:06 AM > > *To:* Windows Installer XML toolset developer mailing list > *Subject:* Re: [WiX-devs] Building replacement wixstdba from within > Visual Studio > > ** ** > > That’s kind of the problem – I’m getting syntax errors when trying to do a > full build, wh

Re: [WiX-devs] Building replacement wixstdba from within Visual Studio

2013-09-26 Thread Hoover, Jacob
26, 2013 11:06 AM To: Windows Installer XML toolset developer mailing list Subject: Re: [WiX-devs] Building replacement wixstdba from within Visual Studio That’s kind of the problem – I’m getting syntax errors when trying to do a full build, while building just wixstdba or Neil’s wixextba solution

Re: [WiX-devs] Building replacement wixstdba from within Visual Studio

2013-09-26 Thread Bruce Cran
, 2013 5:01 PM To: Windows Installer XML toolset developer mailing list Subject: Re: [WiX-devs] Building replacement wixstdba from within Visual Studio IIRC, the src\burn\burn.sln file will build everything correctly *after* building all of the WiX toolset once. On Thu, Sep 26, 2013 at 6:31 AM, Neil

Re: [WiX-devs] Building replacement wixstdba from within Visual Studio

2013-09-26 Thread Rob Mensching
useful place to start. > > Neil > > -Original Message- > From: Bruce Cran [mailto:br...@cran.org.uk] > Sent: 26 September 2013 14:11 > To: Windows Installer XML toolset developer mailing list > Subject: [WiX-devs] Building replacement wixstdba from within Visual Stud

Re: [WiX-devs] Building replacement wixstdba from within Visual Studio

2013-09-26 Thread Neil Sleightholm
mailing list Subject: [WiX-devs] Building replacement wixstdba from within Visual Studio I'm working on WixStdBA, and wondering what the minimum amount of code I need to build is. The wixstdba project creates WixStdBA.dll which doesn't seem to be distributed, so I guess it gets linked into

Re: [WiX-devs] Building replacement wixstdba from within Visual Studio

2013-09-26 Thread Hoover, Jacob
ssage- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: Thursday, September 26, 2013 8:11 AM To: Windows Installer XML toolset developer mailing list Subject: [WiX-devs] Building replacement wixstdba from within Visual Studio I'm working on WixStdBA, and wondering what the minimum amount

[WiX-devs] Building replacement wixstdba from within Visual Studio

2013-09-26 Thread Bruce Cran
I'm working on WixStdBA, and wondering what the minimum amount of code I need to build is. The wixstdba project creates WixStdBA.dll which doesn't seem to be distributed, so I guess it gets linked into something else that I can then replace in C:\Program Files (x86)\Wix Toolset v3.8. Can someon