electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
319 stars 93 forks source link

Gpo configurable autoupdater #79

Closed bitdisaster closed 4 years ago

bitdisaster commented 4 years ago

With this PR the auto-updater will always be installed but can be controlled via a registry key. MSQ will check HKLM:\\SOFTWARE\\<manufacturer>\\<appName> for a value AutoUpdate. If present and set to 1 then the auto-updater will work. The registry key can be either controlled by the MSI or through GPO by IT.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d62176aa67354337402a18e417ac08339154e304 on gpo-configurable-autoupdater into a6ce5207b789364fb41e1cabf10f1e1356fc111f on v3-feature-branch.