简体   繁体   中英

.NET Deployment Options with Patch management / Automatic updates

What are the options available to deploy a .NET desktop application built using WPF other than ClickOnce?

Top priorities are

  • should work over the wire (internet or intranet)
  • updates management; options to check for software updates and automatic updates.
  • patch management; download and update only those files which has changed.

Dot Net Auto Update

I've implemented a library to do this called DotNetAutoUpdate (original name eh?). It aims to be:

It doesn't handle differential patches at the moment but perhaps in the future.

您是否考虑过XBAP部署?

此工具可能有所帮助: http//www.ddaysoftware.com/Pages/Projects/DDay.Update/

看看Squirrel声称“它就像ClickOnce但是Works™”

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM