Re: [WiX-users] Manager Bootstrapper issue with "requirement for .net framework"

2014-08-18 Thread Tunney, Stephen
3:01:05]e000: Error 0x80131040: Failed to run per-user mode. [1878:157C][2014-08-18T23:01:05]i007: Exit code: 0x80131040, restarting: No From: Sean Hall [r.sean.h...@gmail.com] Sent: August 18, 2014 4:52 PM To: General discussion about the WiX tool

Re: [WiX-users] Manager Bootstrapper issue with "requirement for .net framework"

2014-08-18 Thread Sean Hall
The configuration file must be named BootstrapperCore.config. The easiest thing to do is just add Name="BootstrapperCore.config" to the Payload of your config file. On Mon, Aug 18, 2014 at 1:49 PM, Tunney, Stephen wrote: > Hello everyone, > > I'm attempting to write my first bootstrapper (YAY)

[WiX-users] Manager Bootstrapper issue with "requirement for .net framework"

2014-08-18 Thread Tunney, Stephen
Hello everyone, I'm attempting to write my first bootstrapper (YAY) and I've decided that the managed bootstrapper would be ideal for our organization. I'm trying to get a quick and dirty sample up and running with a dummy MSI inside that installs its own WXS file. Running WiX 3.8 RTM with VS