migrating to .NET4 framework

Hi

The wyupdate mechanism has been working nicely with our clients. The clients are using our .NET web applications developed with .net3.5 and visual studio2008.

We are now thinking to migrate to visual studio2010 .NET4. Is there a way to add a condition to the wyUpdate in order to check whether the framework .NET4 has been deployed previously to the clients web servers?

If the clients web servers do not have .NET4 framework, then is there a way to automatically installed with wyupdate?

Can you advise how to do that? Is there any extra configuration for the Internet Information Service IIS?

RegardsJorge Choy

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?