tags:

views:

48

answers:

1

Let's consider a WPF client-server application. What is the best practice to create the client, so that every time it is launched, it checks for updates and if any available, update the client application?

+1  A: 

If you're using ClickOnce deployment for your client app, that should be pretty easy.

Pwninstein