Tauri application in WinPE #6372
Replies: 3 comments 1 reply
-
The .msi is supposed to install the webview. Did you try other install modes as shown here: https://tauri.app/v1/guides/building/windows#webview2-installation-options? Especially talking about the Or is it not possible to run |
Beta Was this translation helpful? Give feedback.
-
It is not possible to run .msi in WinPE. Also, it is not possible to install any program, portable apps must be used. I tried the fixed version approach without any success. It is also worth mentioning that apps developed using Electron are able to run in WinPE. I am currently migrating an Electron app to Tauri to be run in WinPE and I'm stuck. |
Beta Was this translation helpful? Give feedback.
-
Made some progress here. I built in some MSI installation capability into winpe (24H2 26100). I bundled a fixed version of webview2: Microsoft.WebView2.FixedVersionRuntime.133.0.3065.82.x64 with an MSI and was able to install it successfully. However, the Tauri app does not render in out of the box wpe even with webview 2 installed. So far I have tried:
Fairly certain it's to do with webview2 in wpe, which is another beast to tackle. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am developed an application to be run in WinPE. But as WinPE does not have Webview2, my Tauri app fails to launch. I need some help to figure out how to launch my Tauri app in WinPE. Please help as this is urgent.
Beta Was this translation helpful? Give feedback.
All reactions