Re: [WiX-users] Bootstrapper will launch in Win 8 but not Win 7

2014-06-23 Thread Devin Morrow
I spent sometime digging into this using the debugger but I can't seem to find anything errors. I was digging into the logs for the installs on my machine, the VM and the other win 7 user machines. All the failed installs look like this: [0778:055C][2014-06-23T10:22:04]i000: Loading managed

Re: [WiX-users] Bootstrapper will launch in Win 8 but not Win 7

2014-06-23 Thread Devin Morrow
Argh, I apologize, It looks like I was checking the wrong log. Running as admin on the VM spits out similar logs as my machine for elevation. It still won't run on any Win7 machine other than mine, but all the Win8's work just fine. Any ideas as to what would be missing? That debugger you linked

[WiX-users] Bootstrapper will launch in Win 8 but not Win 7

2014-06-19 Thread Devin Morrow
First off, sorry for all the questions! I was able to figure out all my localization issues. I'm ready to deliver the project except I can't get the bootstrapper to launch on Win machines. The only Win 7 machine it will run on is mine. Every other Win 7 machine in the office gives me this error

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

2014-06-17 Thread Devin Morrow
like that may be the way to go. I found a little bit of code that throws up the error message I need and halts the install. Hopefully this works. Thank you very much for your replies! Regards, Devin Morrow -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2

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

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

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

2014-06-16 Thread Devin Morrow
, 2014 1:45 PM, Carter Young ecyo...@grandecom.net wrote: OK, be aware that the check only works in an msi not a budle... Quoting Devin Morrow miseryuni...@yahoo.com: eyoung100 wrote Is the fragment PropertyRef supposed to be commented out...?  The Condition Fails if the Id is commented

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

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 message

[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