WyUpdate deleting folders

We added an folder to an update and released it.In the next update we added a few files in the 'Program Directory' and the folder which was added in the previous version was deleted....how?please assist.Nitin

You need to add every file from every one of your versions to wyBuild. Then let wyBuild do the comparison of your versions. It will automatically detect which files to add, which files to patch, and which files to delete.

Right now you're adding a folder to one version and then neglecting to add it to the latest version. wyBuild sees that as "the use wants to delete the folder in the latest version."

Short answer: add all files and folders from all your version into wyBuild. Let wyBuild do the hard work of making the patch.

Does that make sense?

Example situationUpdate 1.0.0.1Folder A > A.htm, B.thm, C.htmFolder B> A.exe

Update 1.0.0.2files a.htm and a.exe have been updatedso while making an update i'll always have to add the same folder again to the update files. Or first make a copy of all the application files in a new folder say 1.0.0.2 and reference all the files from there.

When I say "include all files in every version" I mean to consider a versio nto be all the files that would be on the end-user's computer. That is, every exe, folder, file, etc., etc.. That's the "full version". Even files and folders that are unchanged from previous versions should be included, because wyBuild is smart enought to know what to do with identical files.

Does that make sense?