本文介绍了.NET的自动更新库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Mac上,有一个非常漂亮的库,名为,程序可以使用该库来实现检查/安装功能自动更新。

On the Mac there's a really nice library called Sparkle that programs can use to implement the checking/install functionality for auto-updates.

.NET是否有类似的东西?还是只是普通的Win32?

Is there anything similar out there for .NET? Or just regular Win32?

推荐答案

有其自身的安全限制(可以理解)。如果您想拥有Windows应用程序的全部功能和控制权,请使用 应用程序更新程序组件。它的工作原理就像一种魅力,甚至被Microsoft内部用于基于.NET的游戏(尽管我不记得游戏名称)。

ClickOnce has its own security limitations (understandbly so). If you want the full power and control of a Windows application then go with the .NET application updater component. It works like a charm and has even been used by Microsoft internally for their .NET based game (I don't remember the game name though).

这篇关于.NET的自动更新库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-15 03:28