Can I stop Microsoft Accessibility Insights for Windows from reaching out for updates

80 Views Asked by At

Currently Microsoft Accessibility Insights reaches out consistently to check for updates. Although this is great is causes issues with our release process internally as it effectively stops the software from working update the update has been applied.

Is there any way of restricting this check to a manual check or a deferrable update.

We would really like to manage the updates more effectively.

1

There are 1 best solutions below

2
On

Disclaimer: I work for the Accessibility Insights team.

NB: There is an issue filed for this in the Accessibility Insights for Windows repo at https://github.com/microsoft/accessibility-insights-windows/issues/1644.

Your question is very similar to this issue requesting manual control over updates, which we opted not to implement. Part of our security requirements is that we must be able to force an update for security reasons. We follow an evergreen model and support just the two most recent Production releases at any point in time.

The two most recent releases were atypical in that they came out in fairly quick succession--they're more usually spread out by at least a month between releases, meaning that there's about a 2-month window before updates become mandatory.

So while we probably won't include a setting to disable or control updates, you can still prevent them. The simplest option is to delete AccessibilityInsights.Extensions.GitHubAutoUpdate.dll from your installation, which will prevent the update code from running, and you'll be stuck on the same version forever. If you ever do update to a new version manually, you'll need to re-delete this file, as installing a new version will re-add it.