views:

169

answers:

3

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.
+1  A: 

Have you looked into XBAP deployment?

Gurdas Nijor
A: 

This tool might help: http://www.ddaysoftware.com/Pages/Projects/DDay.Update/

Vasiliy Borovyak
+2  A: 

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.

Luke Quinane