Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows/.NET Auto-Update Frameworks Feature Sets, and Security

I've seen several posts about different auto-update frameworks for Window/.NET including:

  • WinSparkle
  • NetSparkle
  • Seven Update
  • Google Omaha
  • LimeLM
  • SparkleDotNET

I was interested in the main differences between these auto-update frameworks, as to why one would choose one over the other.

I am also interested in how secure all of them are. I know for most of them, you must use a hosted XML file to have your app update manifests. How does one make it secure so that a person that hasn't purchased your application, or doesn't use your application simply can't go to your hosted site and download your binaries?

like image 377
mservidio Avatar asked Sep 10 '11 17:09

mservidio


People also ask

Does .NET framework update automatically?

Note: Customers that rely on Windows Update and Windows Server Update Services will automatically receive the . NET Framework version-specific updates. Advanced system administrators can also take use of the below direct Microsoft Update Catalog download links to . NET Framework-specific updates.

Is .NET 4.8 part of Windows updates?

Microsoft . NET Framework 4.8 is available on the Microsoft Update Catalog website for download and for import into Windows Software Update Services (WSUS).

Are .NET updates cumulative?

Cumulative Updates for . NET Framework are new starting with the Windows 10 May 2019 Update (version 1903). On the left side of this page, you can find a list of all the cumulative updates for . NET Framework that were released for this version of Windows.


1 Answers

There is another solution called Applife. http://www.kineticjump.com/update/

Regarding securing the download. What you could do is secure the download behind an Forefront server. This server could then authenticate using Active Directory.

like image 197
user793390 Avatar answered Sep 23 '22 02:09

user793390