josephsl / wintenApps

Windows App Essentials NVDA add-on
GNU General Public License v2.0
24 stars 9 forks source link

Update check: What if other add-on is updating #27

Closed nvdaes closed 3 years ago

nvdaes commented 7 years ago

Updates aren't allowed while NVDA itself is updating. What if other add-on is updating at the same time?

josephsl commented 7 years ago

Hi, at the moment there’s no way to detect that other add-ons are getting updates (unless a custom window class name for add-on update dialogs are used and stays constant). This is something that would be resolved in NVDA Core issue 3208. Thanks.

From: nvdaes [mailto:notifications@github.com] Sent: Saturday, July 1, 2017 12:00 AM To: josephsl/wintenApps wintenApps@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [josephsl/wintenApps] Update check: What if other add-on is updating (#27)

Updates aren't allowed while NVDA itself is updating. What if other add-on is updating at the same time?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/josephsl/wintenApps/issues/27 , or mute the thread https://github.com/notifications/unsubscribe-auth/AHgLkIl4x2_SV-2HMhGKe49SPownX77bks5sJe5qgaJpZM4OLPUO .

josephsl commented 3 years ago

And indeed resolved via Add-on Updater. Closing.