drawio-desktop icon indicating copy to clipboard operation
drawio-desktop copied to clipboard

Disable update check on Computer level

Open DanielSjogren opened this issue 4 years ago • 2 comments

Most companies have users without administrative rights and if Draw.io prompts for an available update, it will create tickets to service desk. The timing to include the flag in the config file is hard, the user probably starts the app before IT can deploy it.

I would suggest having a central config file that overrides the user settings, or a config file that is inherited on first launch.

DanielSjogren avatar Jan 15 '21 12:01 DanielSjogren

While not exactly the most elegant solution, I found that you can set a global environment variable to disable the update check:

setx /M DRAWIO_DISABLE_UPDATE true

wolfmar avatar Feb 09 '22 07:02 wolfmar

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See the FAQ for more information.

stale[bot] avatar Feb 09 '23 10:02 stale[bot]

Maybe better, try to determine if user is admin on the computer and disable update for installable versions. https://stackoverflow.com/questions/3600322/check-if-the-current-user-is-administrator

davidjgraph avatar Sep 29 '23 16:09 davidjgraph