Hey Ivan,
We'll add a log feature for the "-fromservice" mode for wyUpdate 2.6.14. In the meantime, if I were to guess the problem, it's one of 3 things:
- You're running processes in one of the folders you're trying to update. For example, your service is still running after you launched "wyUpdate.exe -fromservice". Or maybe you have other processes running in that directory.
- One of the files to be updated is in use by another process.
- You're not running a "LocalSystem" service. (Note that "LocalSystem" is different than "LocalService" -- you must run your service as "LocalSystem".)
Tell me if this helps.