Stepwise updates

Our application (C# .net) has its own updater that is similar in approach to wyUpdate. We generate a new installer for each version, as well as an upgrade patch from the previous version. Our software always upgrades from its current version to the newest version by downloading all the intermediate steps and then applying them one after another overwriting the installed files.

Does wyBuild support this mode of operation?

Background:The vast majority of our users are always running the latest version, as our updates are automatic. The software is for use by visually impaired and the elderly so we want minimum fuss and no UI. Binaries for our app run to around 100MB. but typically inter-build patch is very small (<5MB). Our updates are frequent usually every 2-3 weeks, so we really don't want to maintain and store a huge web of interconnected updates, stepwise update is fine for us.

This is not possible in wyBuild 2.6.x, but will be possible in the next version.