Raj
Raj

Reputation: 4435

.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

Upvotes: 3

Views: 1042

Answers (4)

Ian Mercer
Ian Mercer

Reputation: 39277

Take a look at Squirrel which claims "It's like ClickOnce but Works™"

Upvotes: 0

Luke Quinane
Luke Quinane

Reputation: 16605

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.

Upvotes: 3

Vasyl Boroviak
Vasyl Boroviak

Reputation: 6128

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

Upvotes: 0

gn22
gn22

Reputation: 2086

Have you looked into XBAP deployment?

Upvotes: 1

Related Questions