Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-22 Thread John Ludlow
ble references). >> >> > Date: Wed, 10 Jul 2013 13:57:00 -0700 >> > From: nickra...@hotmail.com >> > To: wix-users@lists.sourceforge.net >> > Subject: Re: [WiX-users] Duplicate symbol when using >> CompilerCore.CreateWixSimpleReferenceRow >> >

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-11 Thread John Ludlow
e caused by making an explicit reference to the wixlib that the extension > contains along with the extension (causing double references). > > > Date: Wed, 10 Jul 2013 13:57:00 -0700 > > From: nickra...@hotmail.com > > To: wix-users@lists.sourcefo

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread Blair Murri
t > Subject: Re: [WiX-users] Duplicate symbol when using > CompilerCore.CreateWixSimpleReferenceRow > > Okay, I maybe wasn't fully understanding the problem. :) So, you're saying > that you want to use your extension in another WIXLIB (unrelated to the > WIXLIB you used

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread Nick Ramirez
Okay, I maybe wasn't fully understanding the problem. :) So, you're saying that you want to use your extension in another WIXLIB (unrelated to the WIXLIB you used to build your extension)...but when you try that, but don't reference the extension in your Setup project too, you get the error "Cannot

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread Nick Ramirez
I added an MSI project to check it, and it compiles ok for me. I link the projects together as: * The wixlib project needs to pull in the custom actions from the CA project. Two ways to do that are 1. Use a build events in Visual Studio to copy the CA.dll file to the wixlib project's directory

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread John Ludlow
Yup, did that - that's how I know there's no test installer for it. When I removed that line, the install compiled but without the action. I'll add a test install to the sample, and see what I get. I just haven't had time to do that today, unfortunately. On 10 July 2013 17:47, Nick Ramirez wro

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread Nick Ramirez
You should be able to download the example for that chapter at the Packt publishers (packtpub.com) site. On the page that shows the details about the book, click the tab that says "Support" and there ought to be a "Code Downloads" link. -- View this message in context: http://windows-installer-

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread John Ludlow
d up > in the table validation > metadata. > > Blair > > > From: john.ludlow...@gmail.com > > Date: Wed, 10 Jul 2013 15:20:56 +0100 > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Duplicate symbol when using > CompilerCore.CreateWixSimpl

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread Blair Murri
om MSDN and end up in the table validation metadata. Blair > From: john.ludlow...@gmail.com > Date: Wed, 10 Jul 2013 15:20:56 +0100 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Duplicate symbol when using > CompilerCore.CreateWixSimpleReferenceRow >

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread John Ludlow
tension (which I suspect is the source of your "missing" error), and > that you are supplying the wixlib used in your extension directly to your > setup project (which I suspect is the source of your duplicate symbol). > > > From: john.ludlow...@gmail.com > > Date: Wed,

Re: [WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread Blair Murri
), and that you are supplying the wixlib used in your extension directly to your setup project (which I suspect is the source of your duplicate symbol). > From: john.ludlow...@gmail.com > Date: Wed, 10 Jul 2013 12:25:38 +0100 > To: wix-users@lists.sourceforge.net > Subject: [WiX-us

[WiX-users] Duplicate symbol when using CompilerCore.CreateWixSimpleReferenceRow

2013-07-10 Thread John Ludlow
Hi, My installer has two projects - a Setup Project which emits an .MSI and contains install metadata, and a Setup Library Project which emits a .wixlib which contains install components. The latter makes use of a compiler extension which generates an MSI table based on some child elements of the