I have a c# service, that I'm trying to update using wyUpdate. I've used wyUpdate in other projects, so I know how to get it working.
Here's the problem I'm having with the service. Whenever I run wyUpdate.exe process inside the service, it returns 0 (no new updates found).
The client.wyc, that resides inside service folder is version 1.0.0.15. The server has two new versions on it (1.0.0.16, and 1.0.0.17).
I figured my client.wyc in service folder must have wrong version, but when I double, click on it, it clearly shows 1.0.0.15. I then tried removing client.wyc completely from service folder, and still get the same return code (0 = no new updates found). That leads me to believe that the wyUpdate.exe is not reading the client.wyc file provided.
I tried using -cdata argument with full path to point wyUpdate to the right file, but still ended up with 'no update found' code. I also tried setting -basedir switch to service directory, same result.
Tried getting some debug info using /outputinfo switch, but the file was never created.
Any ideas on what to try next?