Re: [WiX-users] Managing dependencies to preprocessor extensions

2014-02-10 Thread impy
I found out a solution. Just load manually the needed assembly (i.e My.Assembly.dll) in the extension constructor: Assembly.Load("My.Assembly"); I've placed the assembly in the same location as the Extension.dll and it worked! Regards -- View this message in context: http://windows-installe

Re: [WiX-users] Managing dependencies to preprocessor extensions

2014-02-10 Thread impy
Hi, any news on this issue? I'm having the same problem. Regards -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managing-dependencies-to-preprocessor-extensions-tp7546435p7592508.html Sent from the wix-users mailing list archive at Nabble.com.