[WiX-users] Tying .NET bootstrapper into existing WiX project

2012-09-10 Thread Ed and Beth Brey
I have a run-of-the-mill .NET app with a simple existing WiX project. I'm trying to include Burn into the project to get the goodness of .NET framework bootstrapping. The app only needs .NET 4.0, so I'd like to install nothing if .NET 4.0 or 4.5 is present, or .NET 4.5 if neither are present

Re: [WiX-users] Tying .NET bootstrapper into existing WiX project

2012-09-10 Thread Steven Ogilvie
...@breyfamily.net] Sent: September-10-12 3:40 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Tying .NET bootstrapper into existing WiX project I have a run-of-the-mill .NET app with a simple existing WiX project. I'm trying to include Burn into the project to get the goodness of .NET framework

Re: [WiX-users] Tying .NET bootstrapper into existing WiX project

2012-09-10 Thread Ed and Beth Brey
? (Hopefully, not.) -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Monday, September 10, 2012 3:01 PM To: edandb...@breyfamily.net; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Tying .NET bootstrapper into existing WiX project I

Re: [WiX-users] Tying .NET bootstrapper into existing WiX project

2012-09-10 Thread Rob Mensching
...@breyfamily.net; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Tying .NET bootstrapper into existing WiX project I check for .NET4 FULL via this: Chain ExePackage Id=DotNetFx40 DisplayName=Microsoft .NET Framework 4 SourceFile=..\PreReqs\dotNetFx40_Full_x86_x64.exe