If it detects 4.5, it will detect 4.5.1.

From the log of one of my installers:

AppSearch: Property: NETFRAMEWORK45, Signature: NetFramework45
MSI (c) (AC:CC) [17:30:47:228]: PROPERTY CHANGE: Adding NETFRAMEWORK45 
property. Its value is '#378758'.

Note the '#' symbol at the beginning of the Release Code.  To test specifically 
for 4.5.1:

Installed OR (NETFRAMEWORK45 AND NETFRAMEWORK45 = "#378758")

--
John Merryweather Cooper
Build & Install Engineer – ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com


-----Original Message-----
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] 
Sent: Friday, July 11, 2014 7:49 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 8:57 GMT-03:00 TimM <timmay...@smarttech.com>:
> My condition is:
>
>
> Again we are still at WiX 3.7 so will not be able to look at the 3.8 
> functionality until we move to that version in our build environment.
>
> I have not yet looks into the registry keys, but I guess that I should 
> if we support 4.5, but most of the machines that we will be installing 
> on will have 4.5.1 and therefore if the 3.7 NETFRAMEWORK45 check only 
> detect 4.5 and therefore will not validate 4.5.1 then I'll need manually 
> verify that one.
>
> Thanks, Tim.
>
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-
> fails-to-detect-NET-4-5-or-greater-on-system-tp7595756p7595770.html
> Sent from the wix-users mailing list archive at Nabble.com.

Posting from Nabble seems to eat CDATA sections when the message reaches the 
real mailing list.

The condition Tim posted is <![CDATA[Installed Or NETFRAMEWORK45]]>

--
Nicolás

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse Turn 
processes into business applications with Bonita BPM Community Edition Quickly 
connect people, data, and systems into organized workflows Winner of BOSSIE, 
CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
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.
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to