Force Update?

  • Thread starter Thread starter Thunder
  • Start date Start date
T

Thunder

Hi All,
I am trying to figure out how/if it is possible to force a user to take an
update that has been published?
Currently if there is an update available from the publication the user can
select OK or Cancel.
I need to ensure that the updates are taken when available. Can anyone help
me with this please?

Thanks,
John.
 
I am trying to figure out how/if it is possible to force a user to
take an update that has been published?
Currently if there is an update available from the publication the
user can select OK or Cancel.
I need to ensure that the updates are taken when available. Can
anyone help me with this please?

You can use ClickOnce deployment, I believe it auto-updates each time it is
run.
 
It is set to Click-Once; but there is no indication how to, if even
possible, to set it to force the update rather then give the user a choice.
 
Thunder said:
It is set to Click-Once; but there is no indication how to, if even
possible, to set it to force the update rather then give the user a choice.

That might have to be done in code. have the program check a URL for
the current version number, and then refuse to run until its own
version matches the current version number at the URL.
 
Back
Top