Can I always include certain files in updates?

I have some files in my application that may not change, but i need to always include them in every update (for some reasons). Can i do it without removing them from the previous?

The question is not clear, do you want these files be overwritten at every updates?

As far as I know all files must be present from version to version if you want your updates apply correctly.

If I dont get wrong: 1) new files are added, if not present in the previous version. 2) files not included in new version but present in old version will be removed.

Yes I want 3 specific files to be overwritten at my next update even if they have not been changed. I'll give it with an example:

Lets say i have 10 files in my application which already has 100 versions.For my next update 2 files have changed (they will be included in the update v100 -> v101). 8 files will not be included in this update (100 -> 101). They will be included though in the *all.to.101* update.

What I need is 3 of the unchanged 8 files to be included in the version-To-version updates too (e.g in the version 99 -> 101, 100 -> 101 etc).

I hope i explained it better now.Thanks in advance

wyBuild doesn't include unchanged files in the patch (for obvious reasons -- it would increase the size of the patch). This is covered in the FAQ: https://wyday.com/wybuild/help/faq.php#how-it-works

If you're doing this for software "protection" reasons, then the better options is to drop those methods and just use a real licensing solution (like LimeLM).

Obviously what I mean is if I can select a number of files to be uploaded regardless if they changed or not and NOT if they will all be uploaded again automatically.So what I mean is a "feature" opposed to what I don't mean, that would indeed increase the size of the patch without my consent.

Anyway thank you a lot, consider it answered.