Squirrel.Windows

Squirrel.Windows
软件描述
Squirrel 既是一套工具,也是一個函式庫,可完全管理以 C# 或任何其他語言編寫的桌面 Windows 應用程式之安裝與更新(換句話說,Squirrel 可以管理原生 C++ 應用程式)。
官方网站
访问软件的官方网站了解更多信息
github.com
什么是 Squirrel.Windows?
Squirrel is both a set of tools and a library, to completely manage both installation and updating your Desktop Windows application, written in either C# or any other language (i.e., Squirrel can manage native C++ applications). Squirrel uses NuGet packages to create installation and update packages, which means that you probably already know most of what you need to create an installer. Windows apps should be as fast and as easy to install and update as apps like Google Chrome. From an app developer's side, it should be really straightforward to create an installer for my app, and publish updates to it, without having to jump through insane hoops. • Integrating an app to use Squirrel should be extremely easy, provide a client API, and be developer friendly. • Packaging is really easy, can be automated, and supports delta update packages. • Distributing should be straightforward, use simple HTTP updates, and provide multiple "channels" (a-la Chrome Dev/Beta/Release). • Installing is Wizard-Free™, with no UAC dialogs, does not require reboot, and is .NET Framework friendly. • Updating is in the background, doesn't interrupt the user, and does not require a reboot.