0

Current setup: .Net application VSTS release definitions

What would be the best way have an application automatically or manually update on or before application startup?

Given: -A network drive containing the last 5 releases .../bin/release/{stuff including the .exe}

The currently considered approach is OneClick - is this an appropriate one?

please comment below if you need more details

alastairtree
  • 3,960
  • 32
  • 49
Chalikov
  • 143
  • 1
  • 10

1 Answers1

1

Have a look at Squirrel - it is much like OneClick but much easier to get working and is OSS. Once included in your app the updates are pretty seamless and it even does delta updates for you.

It can be installed using Nuget - see the Getting Started Guide

alastairtree
  • 3,960
  • 32
  • 49