Forum Discussion
aniquenaushad
Jan 20, 2022Copper Contributor
Silent install/uninstall Edge WebView2 Runtime
Hello everyone, How can I install/uninstall Edge WebView2 Runtime silently? FYI:- Edge WebView2 Runtime is getting installed along with PowerBI Desktop but only PowerBI desktop is getting uninst...
ThiloLangbein
Jan 25, 2022Brass Contributor
setup.exe (under Webview installation directory) with following targets.
--force-uninstall
--uninstall
--msedgewebview
--system-level
But M365 apps will install it too.
--force-uninstall
--uninstall
--msedgewebview
--system-level
But M365 apps will install it too.
aniquenaushad
Mar 30, 2022Copper Contributor
ThiloLangbein I'm receiving this error "Command exited with unmapped or failure return code 19"