You need to "define" the CustomTable (the one with the Column 
definitions) in one Fragment then you can "use" that CustomTable (the 
one with Row data) in many other Fragments.  It is not allowed to define 
the same CustomTable in multiple Fragments and include it into the same 
target.

Maciej Oszutowski wrote:
> Hi,
>
> I am currently trying to convert some of my merge modules to wixlibs.
> The problem I found today is:
> I have few mergemodules that have common custom table defined. It
> works perfectly, all tables are merged together build time and
> resulting msi has single table containing rows from all merged
> modules. Unfortunately I'm unable to do such thing using wixlibs -
> I'm getting bunch of errors like:
> Module1\CustomTables.wxi(3): error LGHT0091: Duplicate symbol 
> 'WixCustomTable:AdminMoveFiles' found.
> Module2\CustomTables.wxi(3): error LGHT0092: Location of symbol related to 
> previous error.
> at link time.
>
> Is there any way to merge "duplicated" tables like it works for
> mergemodules?
> Any ideas?
>
> --
> Regards,
> Maciej Oszutowski
>
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to