
The version attribute complements the registry key where ‘Install’ value will be tested. NET 3.5 SP1 specifies version=”v7″, so probably it should look like this:Īt least there is an information on supportedFramework version attribute in WIX mailing list: NET 4.6 specifies version=”v4.0″ like in App.config:īnfig used with. It is not clear what is the point of this WixMbaPrereqPackageId, and what if there are no required packages?īnfig used with. MbaPrereq is a fake package that is used to define required variable WixMbaPrereqPackageId somehow. NET Framework 3.5 SP1 I tried the following code: NET Framework 3.5 SP1, there are only properties like NETFRAMEWORK35…, so to check. So instead of checking all projects version one by one, I want to check all at once.

NET Framework 4.6, for example, can be installed with the single line of code:īut there is no package for. net application which contains more than 50 different projects. WIX has NetF圎xtension with NetFx4XXXX packages, so.
