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
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 Sleightholm wrote: > I pulled all the code out in to a standalone build for the ExtendedBA > http://wixextba.codeplex.com/ this might be a useful p

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

2013-09-26 Thread Neil Sleightholm
I pulled all the code out in to a standalone build for the ExtendedBA http://wixextba.codeplex.com/ this might be a 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 mailin

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

2013-09-26 Thread Hoover, Jacob
Bruce, The DLL isn't linked per say, but rather it gets embedded into the bundle. The bundle building process generates a CAB of all compressed resources and appends it to the end of the bundle EXE. If you are just looking to tweak WixSTDBA and get it to deploy with your bundle, the easiest wa