DigitalPlatform / blog

技术文章
0 stars 0 forks source link

.NET 应用安装部署 #9

Open DigitalPlatform opened 5 years ago

DigitalPlatform commented 5 years ago

https://stackoverflow.com/questions/12787761/how-to-automatically-update-an-application-without-clickonce 这篇文章提供了很多线索

DigitalPlatform commented 5 years ago

netsparkle

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).

https://github.com/dei79/netsparkle

DigitalPlatform commented 5 years ago

Squirrel.Windows

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

DigitalPlatform commented 5 years ago

ClickOnce

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

DigitalPlatform commented 5 years ago

chocolatey

https://chocolatey.org/

Chocolatey - the package manager for Windows https://github.com/chocolatey/choco

A delicious GUI for chocolatey https://github.com/chocolatey/ChocolateyGUI

DigitalPlatform commented 5 years ago

https://stackoverflow.com/questions/29973213/how-to-silently-install-visual-studio-code-on-windows

DigitalPlatform commented 3 years ago

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