[WiX-users] Loading extensions in WiX 3.5

2009-06-23 Thread Andreas Gustafsson
qualified class and assembly identity, for example: "MyNamespace.MyClass,myextension.dll". How can I find out the correct "fully qualified class" to specify? Pointers to relevant documentation will especially appreciated.

Re: [WiX-users] Loading extensions in WiX 3.5

2009-06-24 Thread Andreas Gustafsson
It took me a while to figure out because I was confused by the error message from candle, which seemed to imply that the "fully qualified class" part of the extension type specification is not optional. Thanks for the hint! -- Andreas Gustaf