Re: [WiX-users] Setting up .net version check and halting install

2014-06-17 Thread Devin Morrow
Ok... Sorry for the spam but I think I'm almost there. I have modified the mbapreq files to display only the buttons and text I want. The only problem is I can't seem to localize them. It looks like I could handle forcing it into one language or another but I can't have it do all of them depending

Re: [WiX-users] Setting up .net version check and halting install

2014-06-17 Thread Devin Morrow
Ok so after looking into mbapreq.thm and wxl I'm noit sure that is all that I want. On the positive side, it's exactly what I need for the localization task. On the other hand I don't see I think these files alone are going to get me the logic I want. I think what I need is something like a mbapr

Re: [WiX-users] Setting up .net version check and halting install

2014-06-17 Thread Devin Morrow
"Put the check I described as the First Condition in your first MSI in your bundle chain. Coding a link in the message box may require escaping characters and such, but is doable. With that in mind, the code you removed in your first post is the most elegant method of doing this. Inste

Re: [WiX-users] Setting up .net version check and halting install

2014-06-16 Thread Carter Young
Put the check I described as the First Condition in your first MSI in your bundle chain. Coding a link in the message box may require escaping characters and such, but is doable. With that in mind, the code you removed in your first post is the most elegant method of doing this. Instead of

Re: [WiX-users] Setting up .net version check and halting install

2014-06-16 Thread Devin Morrow
" OK, be aware that the check only works in an msi not a budle..." So is it possible to do what I am trying? I need a simple message box with a link to display if .net is not installed. Clicking accept should then close the install. Am I wasting my time with this? Thanks! On Friday, June 13,

Re: [WiX-users] Setting up .net version check and halting install

2014-06-13 Thread Carter Young
OK, be aware that the check only works in an msi not a budle... Quoting Devin Morrow : > > > eyoung100 wrote >> Is the fragment PropertyRef supposed to be commented out...? The >> Condition Fails if the Id is commented... >> >> Carter > > I've been playing with this code for awhile now, so some

Re: [WiX-users] Setting up .net version check and halting install

2014-06-13 Thread Devin Morrow
eyoung100 wrote > Is the fragment PropertyRef supposed to be commented out...? The > Condition Fails if the Id is commented... > > Carter I've been playing with this code for awhile now, so some of it is commented out as I try new things. I was never able to get it to work though, the messag

Re: [WiX-users] Setting up .net version check and halting install

2014-06-13 Thread Carter Young
Is the fragment PropertyRef supposed to be commented out...? The Condition Fails if the Id is commented... Carter Quoting Devin Morrow : > I'm still really very stuck on this. Can anyone at least point me in the > right direction? > > Thank you! > > > > -- > View this message in context: >

Re: [WiX-users] Setting up .net version check and halting install

2014-06-13 Thread Devin Morrow
I'm still really very stuck on this. Can anyone at least point me in the right direction? Thank you! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Setting-up-net-version-check-and-halting-install-tp7595176p7595240.html Sent from the wix-users ma

[WiX-users] Setting up .net version check and halting install

2014-06-11 Thread Devin Morrow
Hello, I'm currently modifying an existing bundle that I did not set up. I'm very new at this and I'm having a bit of trouble getting what I assume to be a simple thing up and running. The goal is to have a bootstrapper launch our own WPF