BotFramework-Emulator icon indicating copy to clipboard operation
BotFramework-Emulator copied to clipboard

Microsoft Bot Framework Emulator- How to disable Auto update

Open metaad opened this issue 6 months ago • 2 comments

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

4.15.1

Describe the bug

We are in process to test silent install\upgrade\uninstall for Microsoft Bot Framework Emulator.

We need to know if there is any setting available globally to disable auto updates.

In GUI there is option to check\uncheck updates, but that setting is not locally visible also its user specific.

We need to disable autoupdate or update check for all users without user intervention.

To Reproduce

NA

Expected behavior

There should be option to disable update for allusers

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

[bug]

metaad avatar Jun 20 '25 12:06 metaad

any update on this?

metaad avatar Jul 03 '25 04:07 metaad

hi @metaad, we are evaluating the new tooling available in the M365 Agents Toolkit, notice you can sideload the test tool with winget install Microsoft.AgentsPlayground

if you prefer to continue using the BotFramework Emulator you might need to patch the code yourself to disable updates, as we are not planning any new releases.

https://github.com/microsoft/BotFramework-Emulator/blob/a89a783c98a553b60d3b518c9852cc290b10250d/packages/app/main/src/main.ts#L192

rido-min avatar Jul 03 '25 05:07 rido-min