I use Visual Studio 2012 for a WPF project needing (at least) .NET Framework 4.0. I have 4.5 already installed, but people with Windows XP cannot install the application (because 4.5 does not run on Windows XP). I use ClickOnce as the deployment application.
When I try to intall version 4.0, I get the error (translated from Dutch so the English version might be a bit different):
The same or a higher version of .NET Framework 4 is already installed on this computer
How can I fix this?