Commit f89ed2a
fix(msix): drop OnLaunch update check causing App Installer popups
The embedded appinstaller's OnLaunch setting gates every activation of
the app-execution alias on an App Installer update check. Since the
pwsh shell integration invokes oh-my-posh.exe through that alias on
every prompt render and several key handlers, this made App Installer
pop up (or fail to launch) on nearly every keystroke for MSIX/winget
installs. AutomaticBackgroundTask still keeps the package up to date
without gating foreground launches.
Fixes #78331 parent b00dc7d commit f89ed2a
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | 237 | | |
239 | 238 | | |
240 | 239 | | |
| |||
0 commit comments