1

What is the best way to push out an update of a desktop .NET application over the internet?

Do you need to have a service running on a client's machine?

If the existing version of the app needs to be uninstalled first, how is this achieved via an auto-update?

Would it be easy to do this in-house?

CJ7
  • 22,579
  • 65
  • 193
  • 321
  • Here is a similar discussion: http://stackoverflow.com/questions/7395609/what-is-the-best-way-to-auto-update-a-windows-application/7396926#7396926 – Cosmin Nov 28 '11 at 07:33

1 Answers1

0

ClickOnce does all of this for you automatically.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445