Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clickonce .net upgrade

Microsoft.Net 4.5 is coming and I want to upgrade my clickonce app when MS releases the final version.

My question is: Does the users who already have an clickonce application installed(with .net 4.0) will need to make a manual .net framework upgrade or it's going to be automaticly?

Tks

like image 978
Alexandre Avatar asked Jun 15 '12 15:06

Alexandre


1 Answers

If the user has .NET 4 installed and your application targets .NET 4.5, they have to install .NET 4.5.

.NET 4 will not automatically be updated to .NET 4.5. At some point, Microsoft will start pushing out .NET 4.5 in Windows Updates, but it's way too early to anticipate the timing on that.

like image 65
RobinDotNet Avatar answered Oct 20 '22 00:10

RobinDotNet