Re: [WiX-users] extending burn

2010-12-03 Thread Rob Mensching
Burn has no dependency on the .NET Framework. I wrote the BootstrapperApplication for the WiX toolset in managed code to verify that it was possible. The WixStandardBootstrapperApplication is all native. Yes, Burn can do exactly what you are talking about. You can list both Packages and set the In

[WiX-users] extending burn

2010-12-02 Thread Sean Farrow
Hi: I'm currently looking in to a boot strapper, All I need the boot strapper to do is extract files need by either a 32-64 bit install from the single executable. Is this doable in just the bundle element, and can burn be deployed with out a dependency on the .net framework? Cheers Sean. ---