I'm referencing an WiX extension in a WiX library project -- how do I avoid having to reference this
Posted
by arathorn
on Stack Overflow
See other posts from Stack Overflow
or by arathorn
Published on 2010-04-21T17:24:39Z
Indexed on
2010/05/01
22:57 UTC
Read the original article
Hit count: 717
I'm referencing a WiX extension in a WiX library project. This WiX library project is itself referenced by my main WiX MSI project. Why does the main project have to also reference the WiX extension, even though it doesn't directly need it?
I'd like to keep my wixlib's as self-contained as possible, so that other projects that use them don't need to know about their inner workings.
I'm using latest stable release of WiX (3.0.x).
© Stack Overflow or respective owner