Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-09 Thread Bob Arnson
On 09-Aug-14 15:04, James Welle wrote: > To verify my understanding, since my bundle is going to require .NET 4.5.2, I > should also make that the prereq for my MBA? > > If so, I guess the disadvantage I see to this is that most users will now see > that prereq UI instead of just seeing my custom

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-09 Thread Rob Mensching
://www.firegiant.com/ -Original Message- From: James Welle [mailto:jwe...@articulate.com] Sent: Saturday, August 9, 2014 12:05 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] .NET 4.5.2 and MBA Thanks Bob, To verify my understanding, since my bundle is going to

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-09 Thread James Welle
-Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Friday, August 8, 2014 5:12 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] .NET 4.5.2 and MBA On 08-Aug-14 17:08, James Welle wrote: > However an MBA does not inherently require .NET4. It could use

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread Bob Arnson
On 08-Aug-14 17:13, Sean Hall wrote: > The reason that the WixMbaPrereqLicenseUrl variable is missing for 4.5.1 > and 4.5.2 is that there is no official direct link to the license agreement > for those versions. I'm guessing that the WixMbaPrereqPackageId hasn't > been added because both variables

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread Bob Arnson
On 08-Aug-14 17:08, James Welle wrote: > However an MBA does not inherently require .NET4. It could use any version. > That's why I think it is a bug that those variables exist in NetFx4.wxs at > all. Every bundle that uses a custom MBA should have to define those > variables. The pre-req BA wor

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread Sean Hall
No, it just means you need to define them yourself in your bundle. On Fri, Aug 8, 2014 at 4:16 PM, James Welle wrote: > Interesting, does that mean that using a MBA that requires .NET4 with a > bundle that requires .NET 4.5.1 or 4.5.2 does not work yet? > > James > -

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread James Welle
. Subject: Re: [WiX-users] .NET 4.5.2 and MBA The reason that the WixMbaPrereqLicenseUrl variable is missing for 4.5.1 and 4.5.2 is that there is no official direct link to the license agreement for those versions. I'm guessing that the WixMbaPrereqPackageId hasn't been added be

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread Sean Hall
The reason that the WixMbaPrereqLicenseUrl variable is missing for 4.5.1 and 4.5.2 is that there is no official direct link to the license agreement for those versions. I'm guessing that the WixMbaPrereqPackageId hasn't been added because both variables were going to be added at the same time. O

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread James Welle
my package itself also required .NET4 and thus those variables were defined. Thanks, James -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Friday, August 8, 2014 3:03 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] .NET 4.5.2 and MBA A

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread John Cooper
- From: James Welle [mailto:jwe...@articulate.com] Sent: Friday, August 8, 2014 3:54 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] .NET 4.5.2 and MBA Maybe my question is unclear. Check out the following two files. https://github.com/wixtoolset/wix3/blob/develop/src/ext/N

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread eyoung100
Here is how you do it at the MSI level: StackOverflow - WiX - Check for .NET 4.5 Here is the Registry Detection Method: Don't Worry about the Blog, just use the DWORD Value

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread James Welle
should have always been declaring them myself. Thanks, James -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Friday, August 8, 2014 2:49 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] .NET 4.5.2 and MBA Well, if you're mak

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread John Cooper
ice:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: James Welle [mailto:jwe...@articulate.com] Sent: Friday, August 8, 2014 3:45 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] .NET 4.5.2 and MBA Carter, I'm not trying

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread James Welle
014 2:25 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] .NET 4.5.2 and MBA Testing for 4.5.2 is a bit different than testing for 4.0, as 4.5.x doesn't contain any diferent Registry Keys etc. Haang on whilst I google... :) Quoting James Welle : > Hello, > > I c

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread John Cooper
-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: Friday, August 8, 2014 3:25 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] .NET 4.5.2 and MBA Testing for 4.5.2 is a bit different than te

Re: [WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread Carter Young
Testing for 4.5.2 is a bit different than testing for 4.0, as 4.5.x doesn't contain any diferent Registry Keys etc. Haang on whilst I google... :) Quoting James Welle : > Hello, > > I currently have a Wix project with a custom managed bootstrapper > application that is built using Wix 3.8

[WiX-users] .NET 4.5.2 and MBA

2014-08-08 Thread James Welle
Hello, I currently have a Wix project with a custom managed bootstrapper application that is built using Wix 3.8 and that requires .NET 4.0 as a prerequisite. My Bundle.wxs includes: And my bootstrapper config looks like: I