[bug] NSIS installer does not clean up /redist/MicrosoftEdgeWebview2setup.exe after install and uninstall. #7409
Labels
platform: Windows
scope: bundler
The bundler used in our cli to make installers
status: needs triage
This issue needs to triage, applied to new issues
type: bug
Describe the bug
webviewInstallMode is silent=true and type=embedBootstrapper. If user does not have webview2 runtime, NSIS installer will add a dir and file: /redist/MicrosoftEdgeWebview2setup.exe to installation directory, but after installation, this dir is not cleaned up. and when user uninstall the app, this dir is not cleaned up again, leaving /redist/MicrosoftEdgeWebview2setup.exe there.
Reproduction
No response
Expected behavior
NSIS installer should clean up /redist/MicrosoftEdgeWebview2setup.exe after installation.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: