Chris wrote:
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.

You can use Fragment elements to mix-n-match parts of setup. But you can't "override" IDs. Take a look at the WiX v3 setup source code in src/Setup/*.wxs to see how we did it.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
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