[wix-users] Correct way to use WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED

John Cooper JoCooper at jackhenry.com
Tue Jun 28 16:03:48 PDT 2016


WiX 3.10.3 RC does not currently support .NET Framework 4.6.1.  WiX 3.11 was slated for the release with .NET Framework 4.6.1, although this may change.

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |JoCooper at jackhenry.com




-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Arvind Shyamsundar
Sent: Tuesday, June 28, 2016 6:01 PM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] Correct way to use WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

Hi folks
I have an installer which needs to check for .NET Framework 4.6.1 (not just 4.6). so I tried the following:

    <PropertyRef Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED"/>
    <Condition Message="[ProductName] requires .NET Framework 4.6.1">Installed OR WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED</Condition>

But this causes the build to fail. Referencing WIX_IS_NETFRAMEWORK_46_OR_LATER_INSTALLED works.

I am using the Wix toolset version 3.10.3.3007 dated June 07, 2016. Has the recent change<https://github.com/wixtoolset/wix3/pull/324> to support this incorporated in the above build of WiX?

Thanks!

Arvind.

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.



More information about the wix-users mailing list