Open DigitalPlatform opened 5 years ago
NetSparkle is an easy-to-use software update framework for .NET developers on Windows, MAC or Linux. It was inspired by the Sparkle (http://bit.ly/HWyJd) project for Cocoa developers and the WinSparkle (http://bit.ly/cj5kP5) project (a Win32 port).
An installation and update framework for Windows desktop apps
https://github.com/Squirrel/Squirrel.Windows
Channel 9 的视频 https://channel9.msdn.com/Events/dotnetConf/2015/Squirrel-for-Windows-installing-NET-apps-the-way-it-should-be
这里讨论过 Squirrel.Windows 是否支持在 .NET 4.0 环境下安装的问题: https://github.com/Squirrel/Squirrel.Windows/issues/75
Add your own (custom) prerequisite to "ClickOnce" application https://www.codeproject.com/articles/15863/%2fArticles%2f15863%2fAdd-your-own-custom-prerequisite-to-quot-ClickOnce
How to install ClickOnce app without prompting the user? https://stackoverflow.com/questions/14732040/how-to-install-clickonce-app-without-prompting-the-user
Chocolatey - the package manager for Windows https://github.com/chocolatey/choco
A delicious GUI for chocolatey https://github.com/chocolatey/ChocolateyGUI
https://stackoverflow.com/questions/58081973/netstandard-2-1-with-net-4-7-how-to-build-a-common-codebase-for-both .NET standard 2.1 和 .net framework 4.7.2 冲突。只能用 .NET standard 2.0
https://stackoverflow.com/questions/12787761/how-to-automatically-update-an-application-without-clickonce 这篇文章提供了很多线索