-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Can not install app on win7; but win10 is ok #2882
Comments
Hmm, so that error window most likely means that the webview2 installation failed. |
Seems like we need an alternative for Windows 7 since powershell isn't available. |
Let's see if https://github.com/MicrosoftEdge/WebView2Samples/blob/master/SampleApps/WV2DeploymentWiXBurnBundleSample/Bundle.wxs approach fixes it. |
Can you see if this installs correctly on Windows 7? It's an alternative approach using the Tauri API example. @charmfocus |
Maybe my win7 VM is broken again (it shouldn't as it's a somewhat fresh install), but i get: This is the same issue some people had in discord with the powershell script, where it didn't use TLS(1.2). for example the discussion around this message: https://discord.com/channels/616186924390023171/731495064508825731/882219386600034376 So i had to go to |
Well at least I know I can finish this approach and PR it. |
Turn off the safety anti-virus sofware and install successfully |
What about this one? This installer doesn't download the |
For what it's worth, this one works without enabling TLS1.2 (which seems to be disabled by default pre-win10).
edit: forgot to add it here, but the crash was transparency related, sorry bout that. |
I have no idea what's going on with the antivirus and the webview installer. |
The error is happening on this function call: https://docs.rs/webview2-com/latest/webview2_com/Microsoft/Web/WebView2/Win32/struct.ICoreWebView2Controller2.html#method.SetDefaultBackgroundColor |
Updating the related #4461 issue. |
tauri.conf.json
main.wxs
The text was updated successfully, but these errors were encountered: