Ok,
I've noticed there are many more internal classes and methods used in 
the Binder :(

I've moved to different solution: use the original Binder with my custom 
WiXExtension with custom BinderFileManager, which provides empty CAB 
archive and returns "CabinetBuildOption.Copy" option.

Sadly the empty CAB files are still created, but at least no more disk 
space or computing power is wasted.

Is there even better solution?
Ondřej Zarevúcky

On 17.1.2011 19:03, Ondrej Zarevucky wrote:
> 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

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

Reply via email to