Okay changing the property to PropertyRef fixed the issue.
The MsiNetAsseblySupport = 4.0.30319.33440
The NETFRAMEWORK45 = #378675
Which means that what is installed is: 4.5.51641
So I am good to go. Thanks for all the help.
--
View this message in context:
http://windows-installer-xml-wix-
See Here:
http://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx
And According to your log, your MSI is functioning Properly:
Property(C): MsiNetAssemblySupport = 4.0.30319.33440. The 4.5 Version
Numbers start at:
378389 for the 4.5 DWORD. According to the Document Above your
inst
Well I feel like an Idiot I was declaring and missed the Ref part of it and did not even noticed after all the
examples that I looked at
Sorry for all the hassles that I put you through. I'll give it another shot
and more than likely it will work now..
--
View this message in con
2 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system
Yes, I should have netfx linked in. It shows in my project References and it is
listed at the top of my wix project:
http://schemas.microsoft.com/wix/2006/wi";
Yes, I should have netfx linked in. It shows in my project References and it
is listed at the top of my wix project:
http://schemas.microsoft.com/wix/2006/wi";
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension";>
Now we build through msbuild - building the main solution file s
o:timmay...@smarttech.com]
Sent: Friday, July 11, 2014 8:23 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system
That's the think though, I checked the install log after it failed to find .NET
4.5 and the NETFRAMEWORK45 property was not
I just read the entire message on Nabble, and logs are kinda my thing,
so would you mind posting the log...
Carter
Quoting TimM :
> That's the think though, I checked the install log after it failed to find
> .NET 4.5 and the NETFRAMEWORK45 property was not generated at all. So if in
> WiX 3.7
That's the think though, I checked the install log after it failed to find
.NET 4.5 and the NETFRAMEWORK45 property was not generated at all. So if in
WiX 3.7 it will detect 4.5 and greater then it should have at least created
that property with the version that it found.
So why did it not do that
coo...@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
2014-07-11 8:57 GMT-03:00 TimM :
> 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
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 installin
So, what does your condition look like? Can't see it in your authoring.
--
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: T
>From the Wix 3.8 wix.chm documentation:
Here is a complete list of properties for the .NET Framework 4.5 and .NET
Framework 4.5.1 product families. Note that because v4.5.1 is an in-place
upgrade to v4.5, the same properties are used for both versions. To
differentiate, you must check the actu
You have the check the registry.
Here is my example but with .NET 4.0
On Thu, Jul 10, 2014 at 1:49 PM, TimM wrote:
> I have seen many WiX articles on detecting .NET 4.5 or greater and I have
> implemented the recommended entires, but my install will
14 matches
Mail list logo