Re: [WiX-users] light.exe -ai switch questions

2010-09-17 Thread Bob Arnson
On 15-Sep-10 14:58, jhennessey wrote: > It seems that lit.exe includes all project references in the resulting > library(?) I don't think it should be this way though. It's valid to create a library from the contents of another library. I'm not sure how we'd support both, but feel free to file

Re: [WiX-users] light.exe -ai switch questions

2010-09-15 Thread jhennessey
I think I figured out why I get the duplicate symbols when building now. It seems that lit.exe includes all project references in the resulting library(?) I don't think it should be this way though. I think that a library's project references should just be passed to light.exe when building your

Re: [WiX-users] light.exe -ai switch questions

2010-09-06 Thread Rob Mensching
If you keep everything as separate libraries, there shouldn't be any duplicate symbols. If you are combining .wixlibs, well that way leads to madness. It isn't clear from your description below which way you are going. On Wed, Aug 25, 2010 at 11:35 AM, jhennessey wrote: > > 1. I have a library

[WiX-users] light.exe -ai switch questions

2010-08-25 Thread jhennessey
1. I have a library with some commonly used stuff call it Library.Common.wixlib 2. I have a library which uses some parts of Library.Common.wixlib call it Library.Product1.wixlib (so it references Library.Common.wixlib) 3. I have an additional library which uses some parts of Library.Common.wixlib