[wix-users] Issues with Burn and NetFx461Redist

Edward Evans ed.eevans at gmail.com
Thu Aug 4 06:36:15 PDT 2016


No, but I did download the source for 3.10.3 and found that it doesn't
Include support for 4.6.1.  I then downloaded the source for 3.11 and found
that it does so I used it and now the bundle does indeed install 4.6.1.
The issue now is getting the MSI to see that it is installed.  From that
same wxs file you provided a link to, I changed the PropertyRef to
WIXNETFX4RELEASEINSTALLED
and then checked variable WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED but
it's not getting set.

On Thursday, August 4, 2016, Jürgen Schäpker <Juergen.Schaepker at giepa.de>
wrote:

> Did you use the content from
> https://github.com/wixtoolset/wix3/blob/develop/src/ext/NetFxExtension/wixlib/NetFx461.wxs
> (from first define to last fragment) and paste it into your bundle.wxs,
> then reference it as PackageGroupRef Id=" NetFx461Redist" (or "
> NetFx461Web")?
>
> -----Ursprüngliche Nachricht-----
> Von: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org
> <javascript:;>] Im Auftrag von Edward Evans
> Gesendet: Mittwoch, 3. August 2016 22:24
> An: wix-users at lists.wixtoolset.org <javascript:;>
> Betreff: [wix-users] Issues with Burn and NetFx461Redist
>
> Hi,
> We recently upgraded our target .Net framework from 4.0 to 4.6.1.  I
> upgraded Wix to 3.10.3007 and updated the relevant lines in the wxs and
> bundle.wxs files to NetFx461Redist.  Now the Exe installs 4.6 and then the
> msi complains that 4.6.1 is not installed.  All of the examples I can find
> go as high as 4.5 but I can't find a good example of what might be missing
> for 4.6.1.
>
> Thanks,
> Ed
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
> Email secured by Check Point
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list