Replies: 5 comments
-
Hi @simen-wu, Where in the page did you find this link? You can select which version you want to download from this page: https://developer.microsoft.com/en-us/microsoft-edge/webview2/ |
Beta Was this translation helpful? Give feedback.
-
@nishitha-burman Thank you for your quick reply. The screenshot you show is for the download of *.cab file. But I'm interested in the standalone installer. Please see this screenshot: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks @sln162. Yes, I can get the actual url by inspecting the html page. But I would like somebody to confirm that the URL you showed is only for version 106.0.1370.47 specifically. We are going to include WebView2 runtime in our installer and let user download the runtime from the URL (as you showed) during the installation. During the download, there are some verifications e.g. file version, hash etc. Let's say, in the future, if WebView2 is upgraded to 107.* and the URL is the same, then the verification will fail because file version and hash is different from now (when our installer is designed). And our installer will break. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From WebView2's homepage, I found the download url for the installer is as below:
https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/afcf8876-9ac9-472f-8b64-84548c712806/MicrosoftEdgeWebView2RuntimeInstallerX64.exe
Is this url tied to the current version (106.0.1370.47)? For example, in the future when a newer version is available, will the url be different?
I'm creating a WiX bundle and would like to include WebView2 installer as a remote payload (user downloads the software during the installation). So I want to make sure this particular download url is fixed for version 106.0.1370.47.
Beta Was this translation helpful? Give feedback.
All reactions