-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable update check on Computer level #467
Comments
While not exactly the most elegant solution, I found that you can set a global environment variable to disable the update check:
|
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. |
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 |
24.5.1 adds the startup parameter --disable-update. |
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.
The text was updated successfully, but these errors were encountered: