17 lines
1.4 KiB
XML
17 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
|
<Fragment>
|
|
<util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}" Value="EBWebView"
|
|
Variable="RuntimeInstalled" Win64="no" />
|
|
<PackageGroup Id="WebView2Runtime">
|
|
<ExePackage Name="WebView2 Bootstrapper" DisplayName="Microsoft Edge WebView2 Runtime" Cache="no" Compressed="no"
|
|
PerMachine="yes" Permanent="yes" Vital="yes" DownloadUrl="https://go.microsoft.com/fwlink/p/?LinkId=2124703"
|
|
InstallCommand="/silent /install" InstallCondition="NOT (REMOVE OR RuntimeInstalled)">
|
|
<!-- Must be generated with the following command: "heat payload MicrosoftEdgeWebview2Setup.exe -out MicrosoftEdgeWebview2Setup.wxs" -->
|
|
<RemotePayload ProductName="MicrosoftEdgeWebview2Setup" Description="Microsoft Edge WebView2 Update Setup"
|
|
CertificatePublicKey="358CD8B7FB6F985952B53A93374BBB6E1F3DEE08" Hash="0158273F35FB5069AE6AD2950045D3656E86B444"
|
|
CertificateThumbprint="C774204049D25D30AF9AC2F116B3C1FB88EE00A4" Size="1793816" Version="1.3.143.57" />
|
|
</ExePackage>
|
|
</PackageGroup>
|
|
</Fragment>
|
|
</Wix>
|