Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread TimM
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-

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread Carter Young
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

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread TimM
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

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread John Cooper
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";

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread TimM
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

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread John Cooper
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

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread Carter Young
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

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread 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 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

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread John Cooper
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

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread Nicolás Alvarez
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

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-11 Thread 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 most of the machines that we will be installin

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-10 Thread John Cooper
age- From: TimM [mailto:timmay...@smarttech.com] Sent: Thursday, July 10, 2014 1:49 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Install fails to detect .NET 4.5 or greater on system I have seen many WiX articles on detecting .NET 4.5 or greater and I have implemented the recomm

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-10 Thread John Cooper
ry & Associates, Inc.® Shawnee Mission, KS  66227 Office:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: Thursday, July 10, 2014 1:49 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Install f

Re: [WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-10 Thread Jeremiahf
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

[WiX-users] Install fails to detect .NET 4.5 or greater on system

2014-07-10 Thread TimM
I have seen many WiX articles on detecting .NET 4.5 or greater and I have implemented the recommended entires, but my install will FAIL to detect .NET 4.5 on machines that have .NET 4.5 and 4.5.1. Now we are still using WiX 3.7, and therefore if the machine has .NET 4.5.1 does the NETFRAMEWORK45 n