Skip to content
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

Closed
DanielSjogren opened this issue Jan 15, 2021 · 4 comments
Closed

Disable update check on Computer level #467

DanielSjogren opened this issue Jan 15, 2021 · 4 comments

Comments

@DanielSjogren
Copy link

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.

@jgraph jgraph deleted a comment from PierreLev Apr 2, 2021
@stale stale bot added the wontfix label Jan 9, 2022
@jgraph jgraph deleted a comment from stale bot Jan 10, 2022
@stale stale bot removed the wontfix label Jan 10, 2022
@wolfmar
Copy link

wolfmar commented Feb 9, 2022

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

@stale
Copy link

stale bot commented Feb 9, 2023

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 stale bot added the wontfix label Feb 9, 2023
@davidjgraph davidjgraph added the notstale Stop the stale bot from processing label Feb 9, 2023
@stale stale bot removed the wontfix label Feb 9, 2023
@davidjgraph davidjgraph removed the notstale Stop the stale bot from processing label Sep 29, 2023
@davidjgraph
Copy link
Contributor

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
Copy link
Contributor

24.5.1 adds the startup parameter --disable-update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants