bright, fresh software
Downloads  |  Buy

It does not update file

Post a reply

:
In an effort to prevent automatic submissions, we require that you enter both of the words displayed into the text field underneath.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is OFF
Smilies are ON
Topic review
   

Expand view Topic review: It does not update file

Re: It does not update file

Post by altmario » May 14th, 2012, 8:20 am

Hy Wyatt,

thanks for your suggestion. The problem was the wrong client.wyc file in the application setup.

Re: It does not update file

Post by Wyatt » May 13th, 2012, 12:10 pm

Double click the client.wyc file. What does the version number say? Then download the "wyserver.wys" file from your server. Double click it. What does the latest version number on that say?

If they're the same, or if the wyserver.wys file has a "greater" version number, then your app will report "no updates available".

Re: It does not update file

Post by altmario » May 13th, 2012, 11:52 am

Hi all,
I am experiencing the same problem. The "check for updates" run OK, without errors, but the returned message is "You are already running the latest version" and this is not true! I am developing a windows forms .net application.
Thanks

Re: It does not update file

Post by Guest » April 27th, 2012, 12:33 pm

>>>1. Is the AutomaticUpdater on the main form of your application?
no, but on a separate form that shown before the user shutdown the application ... not on the main form ... because we check the update on BEFORE the applications shutdown.

>>>2. Does the main form of your application only get called once? (That is, you're not creating more than one copy of the window within your process)
yes, definitely

>>>Are you only using 1 AutomaticUpdater instance in your app?
yes, definitely

Re: It does not update file

Post by ibrahimÖ » April 27th, 2012, 12:27 pm

if I copy the client.wyc file to another computer, the update works fine ... only on some computer it does'nt run...

Re: It does not update file

Post by Sam » April 27th, 2012, 12:25 pm

It sounds like you have something configured incorrectly -- that shouldn't happen (and doesn't in any of our tests).


  1. Is the AutomaticUpdater on the main form of your application?
  2. Does the main form of your application only get called once? (That is, you're not creating more than one copy of the window within your process)
  3. Are you only using 1 AutomaticUpdater instance in your app?

Re: It does not update file

Post by ibrahimÖ » April 27th, 2012, 12:21 pm

the events Available AND UpToDate fire ...

Re: It does not update file

Post by Sam » April 27th, 2012, 12:15 pm

On the computer where wyUpdate says there are updates available, in your app when you call ForceCheckForUpdates() does it show there are updates available or UpToDate?

Re: It does not update file

Post by ibrahimÖ » April 27th, 2012, 12:05 pm

yes, the wyUpdate.exe show that update availabe. The AutomaticUpdater fire Uptodate and UpdateAvailable Event ... in my opinion it's since the update in March. we're using AutomaticUpdater since one year w/o problems ..

Re: It does not update file

Post by Wyatt » April 26th, 2012, 11:48 am

When you double click wyUpdate.exe does it show there are updates available?

Top