Re: [WiX-users] bootstrapper help

2012-01-01 Thread Rob Mensching
Take a look at Burn in WiX v3.6. It handles all this stuff correctly. On Mon, Dec 19, 2011 at 1:49 PM, Jordan Dressman wrote: > > > > > I'm trying to create a bootstrapper that checks for and installs the .net > framework 4.0 client profile. (I don't want to ship the 42MB .net > installer, prefe

[WiX-users] bootstrapper help

2011-12-19 Thread Jordan Dressman
I'm trying to create a bootstrapper that checks for and installs the .net framework 4.0 client profile. (I don't want to ship the 42MB .net installer, prefer dl&install)I also want to log the warnings and errors of the msi on all installs, so I can provide them in error reports. So, how do