HiWhen I install updates, wyUpdate updated files even if they are not changed. Shouldnt it only copy files if they were changed, or is it only the download that is smaller in size?
In my case, I include an exe that is run when the user wants to install update. The exe does the following:1) Prepare main program for closing2) Close main program3) Call wyupdate4) Start main program again
The problem is that the exe is included in the update (by design, I might want to update it), and when its calling wyupdate, it says that the exe is in use and cannot be updated... I thought that it would not try to update the file if it was unchanged?
Of cause, I could move the location of the exe file, but then I cannot update it