I am working on an Updater application containing two application named as Updater and MainApp. The Updater App uses web service to check for updates and update the MainApp. I am able to achieve updation when update button is clicked, for single next update.
The problem is that if multiple version of updates are available the application should be able to update itself to those versions sequentially and finally should be in latest version in a single update button click. I mean to say that user should not click update button each time for every single update, a single update click should update application to its final version
E.g if current version is 1.0.0.0, and available versions are 1.0.2.0, 2.0.0.0, 3.0.0.5. Then the application should update itself to 3.0.0.5 without missing the updates 1.0.2.0 and 2.0.0.0.
Please share your ideas,
Thanks
Sanket