Hey Jorge,
We don't have any "built-in" support for this, but you can do it. The way to go about it is to include the .NET 4 bootstrapper in the temp files in wyBuild, Then, if the user doesn't have .NET 4 installed (which you can check using a batch file), you run the bootstrapper installer.
Does that make sense?