I'd like to be able to have one wxs file that contains all general information 
for my installation.  Then multiple other wxs files that will customize it.

for example:

general.wxs
<directory name="mydir">
<component name="mycomp">
<file name="myfile1" source="generaldir"/>
<file name="myfile2" source="generaldir"/>
</component>
</directory>

specific.wxs
<directory name="mydir">
<component name="mycomp">
<file name="myfile2" source="specificdir"/>
</component>
</directory>

After it is done the installation should contain myfile1 from generaldir and 
myfile2 from specificdir.
If I create a general merge module and a specific merge module I can create an 
installation without any errors.  But, it contains both myfile2's, verified 
using Orca.  I tried "including" general.wxs in specific.wxs but that only 
produced multiple duplicate symbol errors.  Is there any way to do this in wix?
Thanks,
Chris


 
____________________________________________________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to