Here's what I'm trying to accomplish:

1. I have a library with some commonly used stuff call it Library.Common.
2. I have a library which uses some parts of Library.Common call it
Library.Product1 (so it references Library.Common)
3. I have an additional library which uses some parts of Library.Common call
it Library.Product2 (so it references Library.Common)
4. I have an installer which allows you to install Product1 and Product2 (so
it references Library.Product1 and Library.Product2)

Here's the problem:

Because Library.Product1 and Library.Product2 both reference Library.Common
light.exe errors out when building the installer because it finds duplicate
symbols all over the place.

If I choose to use the -ai switch however everything works fine.

Questions:
1. What are the potential issues with using -ai
2. The example above seems like it would be a fairly common practice (to me
at least)...am I going about this the wrong way?
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/light-exe-ai-switch-questions-tp5436256p5436256.html
Sent from the wix-devs mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to