A want to use Wix for DB installation with my application (using <sql:sqldatabase> tag of SQL Extention), when I create one ddatabase - there was no problem, but it beging, when I try to create 2 or more databeses (as it needed to resolve my task).
When I build project with many databases onboard, I catch an error: "Error 82 Duplicate symbol 'SqlDatabase:SqlDatabase' found."
Furthermore when I moved this SQL:SqlDatabase tags on distinct components, and even distinct features, there was the same error on buld.
There only thing, that, I see to help me - it's creation of distinct installers - but it's not satisfacton for me.
Please help me to resolve my problem within the bounds of one installation pakage.
If you want, I may publish there a sample of my fault code, but it's too large.
Wix version 3.0.2211.0
Have a nice bug resolving :)</sql:sqldatabase>
Logged In: YES
user_id=991639
Originator: NO
This works for me. Please verify that you are providing different SqlDatabase/@Id attributes. If this still fails for you, can you please provide a bit more of your authoring to help us reproduce the issue.