wybuild all to xx version vs from xx to yy

how does the updater actually work in that case.Lets say i have built updates 1.1,1.2,1.3

now 1.3 was a larger update - and new 1.4 is a small one.

What i need, is people who happened to have a older version 1.1, would get all the updates starting from 1.2 then 1.3 and finally 1.4.Those with 1.3 woudl only go for 1.4.

but what i notices was that if i run 1.1 updated updater it directly updated to 1.4 skipping anything in between.

The wyBuild 2.6.x and below make what we call "direct patches". That is, the patches are from every old version to the latest version.

This is why (among other reasons) we say to add all files into wyBuild. Let wyBuild decide which files to patch, which files to delete, and which files to add.

In wyBuild 2.7.x we're adding the ability to make incremental patches (e.g. 1.1 -> 1.2, 1.2->1.3, etc.).

So what is this option on build about then.can select from xx version to latest or from ALL to latest?

If I have versions 1.0, 1.1, 1.2

In version 1.1 there is a bat file that needs to be executed with elevated permissions.

I take it that I have to include the bat file in every subsequent version and also remember to set the execute checkbox?

Is this something that is being addressed in version 2.7?

I take it that I have to include the bat file in every subsequent version and also remember to set the execute checkbox?

Yes.

Is this something that is being addressed in version 2.7?

Yes.