Re: [WiX-users] Burn MBA MS .NET 4.5.x Prerequisite

2014-10-02 Thread Bob Arnson
On 02-Oct-14 03:25, Orzyszek Andreas wrote: > The problem i’m faceing is that if I run the setup on a machine with .Net 4.0 > Full installed the .Net 4.5.2 is not installed before my custom MBA is > started. That's by design. If your BA can be loaded, it is. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Burn MBA MS .NET 4.5.x Prerequisite

2014-10-02 Thread Ireneusz Grala
Hello, Yes You have to add SKU in bootstrapper.config like this as stated here http://stackoverflow.com/a/18227544/150 I remember I had the same problem. Regards Irek W dniu 02.10.2014 o 09:25 Orzyszek Andreas pisze: > Hello, > > I’m pretty new into using the WIX toolse

Re: [WiX-users] Burn MBA MS .NET 4.5.x Prerequisite

2014-10-02 Thread Sascha Sertel
Hallo Andreas, it looks like you have the right pieces, but there are some differences from how my bundle typically looks: - I hope it's a typo that your prereq is NetFx452Redist but further down in the PackageGroupRef you're referencing NetFx451Redist? That second one should probably be NetFx452R