-
Notifications
You must be signed in to change notification settings - Fork 102
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
[Feature Request] Create a Means to Disable Telemetry During Install #1182
Comments
I looked briefly into how much work this would be yesterday. This is approximately what I think implementation would involve, but with the caveat that anything WiX related tends to involve gotchas and be difficult to test, so it would probably take a little more time in practice than I think it sounds like it would be in theory:
This would probably be a fairly self-contained addition; it would probably be a reasonable candidate to mark as a suggested community contribution. |
This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights! |
We've discussed this a bit, and @dbjorge's proposal won't work in the multi-user scenario. We think we've settled on a design for this:
A simple implementation should be easy to complete in a day or two. |
@auldydrums This feature is now in the Canary release available at https://github.com/microsoft/accessibility-insights-windows/releases/tag/v1.1.1733.01. it will be in our next Production release (hopefully in October). Note that we chose not to set the registry key via setup, as most organizations that would use this feature already have mechanisms in place to create registry keys. Please take a look then close as your convenience. Thanks! |
The team requires additional author feedback; please review their replies and update this issue accordingly. Thank you for contributing to Accessibility Insights! |
The team requires additional author feedback; please review their replies and update this issue accordingly. Thank you for contributing to Accessibility Insights! |
This issue has been automatically marked as stale because it is marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for contributing to Accessibility Insights! |
Describe the solution you'd like
A means to disable telemetry during the install process, either by a means of an argument we can pass through with the MSI or via registry entry that could be amended post install (either at the end of the install script or via group policy)
Additional context
This was identified as a nice to have by our info sec manager. We have a workaround by means of bombarding the users with prompts before installation and at installation completion however taking the disabling of telemetry from the end user would be preferable.
The text was updated successfully, but these errors were encountered: