I have WPF
application with couple of text files and images.
And i want be able to check every time the app start if there is any update for the applicaion.
So i create xml file in my server with the application version and i want that when there is an update a message will be shown to the user if he want to update the application.
This is a good approach to update my application ?
There is something else that make the upgrade?
If it is a good approach, how should i implement the download and the update?