Hi, I'm building installation building system for our internal use and I didn't want to use the supplied Candle.exe and Light.exe, but I wanted to use WiX from my .Net application. Moving compilation from Candle code to my application worked perfectly, but when I've started trying to move and modify Light code and the main Binder class to my application I've run into issue that Binder uses public sealed BinderCore class, which has internal constructor. How can I create new instance of BinderCore?
I'm trying to write my own version of Binder that doesn't create CAB files. I create custom CAB files manually in different part of the process. Thank you for your help Ondřej Zarevúcky ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
