AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

When I launch my app with amdin rights, autoupdate doesn't fire

Open alexeylobankov opened this issue 5 years ago • 2 comments

I've faced a problem with administrator right. When I lanunch my app without admin rights, everything works fine, autoupdate works as it shoud work and update my app correctly. But the problem is that my app has to run with admin rights, and in this case autoupdate just does not work at all (no notification, no downloadin, just nothing). I know that my xml and versions stuff are fine, because I've tested the app and the updates in "regular" mode, and everything was perfect. Unfortunately when I laung the app with admin rights at the very beginning, autoupdater does not work. Am I doing something wrong? It would be great if someone can help me with this issue

alexeylobankov avatar Sep 03 '19 18:09 alexeylobankov

@alexeylobankov Can you import the project and reference it directly? It will help in pointing out the issue.

ravibpatel avatar Sep 04 '19 05:09 ravibpatel

me too :( if main app run normal without admin rights, everything works fine. if main app run as Admin right:

  • Check update and download complete.
  • But when extract file is freeze at Waiting for application to exit... and main app can not exit Please check this

image

zaiplanet avatar Dec 11 '21 08:12 zaiplanet