I have recently started using wyBuild to produce and deploy my software updates.
I have created the updates and uploaded them to my server, as expected the all->1.x patches are large (~30MB) and the 1.2->1.3, 1.3->1.4 patches are small (~0.5MB). My software silently checks for updates (not using AutoUpdater).
Now using 1.3->1.4 as an example (this happened on the previous versions too), the software silently runs wyUpdate which detects there is a newer version of the software available so shows the wyUpdate dialog. The wyUpdate dialog clearly states version 1.3 is installed and the latest version is 1.4, so I click Update, this is where the problem occurs.
It says 'Downloading update' which takes a second and moves to 'Extracting files' but then under the progress bar it says 'Cancelling update..'. wyUpdate then starts to download the all->1.4 patch (The update takes a long time but does work from there).
It would appear the 1.3->1.4 patch is downloaded but a problem occurs during 'Extract files' which causes wyUpdate to download the large all->1.4 patch and use that instead of the much smaller 1.3->1.4 patch.
Any help on how to get this working correctly would be greatly appreciated, thanks.