Disable updater #2405
Replies: 2 comments 2 replies
-
|
👋 Thank you for opening this issue! Summary: The user is requesting a way to disable the built-in auto-updater in draw.io desktop, because their organization manages software installations centrally and end users should not be prompted to update or install new versions themselves. 🔍 Possible Related IssuesThis issue might be related to existing issues: 🟡 #1027 - draw.io desktop is not fully offline Please check if any of these address your issue. If this is a duplicate, we may close this issue and continue the conversation there.📝 Additional Information NeededTo help us investigate this more effectively, could you please provide:
We also have some questions:
🤖 This is an automated response to help with initial triage. A human maintainer will review this issue. If you've provided all the requested information, no further action is needed - we'll get back to you soon! |
Beta Was this translation helpful? Give feedback.
-
|
Set DRAWIO_DISABLE_UPDATE=true as a machine environment variable during deployment. This is checked at src/main/electron.js:33 and applies no matter how the app is launched, shortcut, Start menu, double-clicking a .drawio file, or protocol handler. Deploy via: GPO: Computer Configuration → Preferences → Windows Settings → Environment |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are installing our software through an installer service.
Therefore the users aren't allowed to install software by them self.
For us it is necessary to disable the updater. So the users aren't asked to install the new version.
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions