Re: [WiX-users] Burn as a basic bootstrapper

2012-12-04 Thread Rob Mensching
I would encourage you to think of the Bundle (aka: Burn) as your ARP entry and the MSI(s) and other prerequisite executables as shipped contents. You'll get a whole bunch of wins by using a Bundle if you can let go of the fact that the MSI is no longer your ARP entry. On Mon, Dec 3, 2012 at 12:1

[WiX-users] Burn as a basic bootstrapper

2012-12-03 Thread Mike Myers
I think I'm trying to use Burn for something it wasn't designed to do. I wanted to confirm with experts. I started out by creating a WiX MSI for my application which works great. I need to be able to install .NET 4.0 and SQL Express so I setup a Burn to handle this for me and call my MSI. I