Thanks Bob,

To verify my understanding, since my bundle is going to require .NET 4.5.2, I 
should also make that the prereq for my MBA?

If so, I guess the disadvantage I see to this is that most users will now see 
that prereq UI instead of just seeing my custom bootstrapper UI.

Thanks,
James

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Friday, August 8, 2014 5:12 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] .NET 4.5.2 and MBA

On 08-Aug-14 17:08, James Welle wrote:
> However an MBA does not inherently require .NET4. It could use any version. 
> That's why I think it is a bug that those variables exist in NetFx4.wxs at 
> all. Every bundle that uses a custom MBA should have to define those 
> variables.
The pre-req BA works like this:

1. Load MBA. If success, goto 4.
2. Execute chain.
3. When WixMbaPrereqPackageId package has been installed, goto 1 or reboot if 
necessary.
4. Run MBA.

It wouldn't make sense to bundle one version of the Framework and install 
another one just for the MBA, so WixMbaPrereqPackageId is used for both.

As for the missing variables in 4.5.1 and 4.5.2, see 
http://wixtoolset.org/issues/4180/.

--
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to