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.
Coverage remained the same at 100.0% when pulling d62176aa67354337402a18e417ac08339154e304 on gpo-configurable-autoupdater into a6ce5207b789364fb41e1cabf10f1e1356fc111f on v3-feature-branch.
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 valueAutoUpdate
. 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.