selection and automatic updating

Hello, My application has so many dlls in there some of dll only need to update but not all. So, this wyBuild application can be possible to select only the update dll list from application or not?For example

version 1.0one.dlltwo.dll

version 1.1two.dll ( have to be updated )three.dll (new dll)

User can be possible to select only two.dll file only and update or not?

Please reply me for that.Regards, Nay Chi Bo

When you include all files for every version of your app, wyBuild compares the files and see what needs to be patched, what needs to be added, what needs to be delete, and what needs to be left alone.

I other words, wyBuild is smart enough to know how to get from version "A" to version "B" by making the smallest possible update. Does this make sense?

In other words, follow what we wrote in the step-by-step walkthrough. Include all files for every version and let wyBuild worry about what has changed.