[WiX-users] .NET 4 installation best practice and burn support

2012-09-14 Thread Ed and Beth Brey
What is best practice for installing .NET 4 with an application, and how does burn support it? Since.NET 4.5 replaces .NET 4.0, rather than installs separately, the installation choices differ from in previous versions. For an application that can use either .NET 4.0 or 4.5, what is the best

[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 Ed and Beth Brey
this property: Fragment Id=InstallConditionChecks !-- Check for .NET 4.0 -- PropertyRef Id=NETFRAMEWORK40FULL/ This is in my bundle.wxs file (I am checking for .NET, SQLServer Express and 2 other prereqs :) Steve -Original Message- From: Ed and Beth Brey [mailto:edandb...@breyfamily.net