SEBWIN-599, #429: Ensured setup bundle doesn't fail if a newer WebView2 runtime is already installed.
This commit is contained in:
parent
72848d09af
commit
1ec53d1e1d
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
<ExePackage Name="WebView2 Bootstrapper" DisplayName="Microsoft Edge WebView2 Runtime" Cache="no" Compressed="yes"
|
||||
PerMachine="yes" Permanent="yes" Vital="yes" SourceFile="C:\Temp\MicrosoftEdgeWebview2Setup.exe"
|
||||
InstallCommand="/silent /install" InstallCondition="NOT (REMOVE OR RuntimeInstalled)">
|
||||
<!-- Exit Code 0x8004090d: A newer version is already installed -->
|
||||
<ExitCode Behavior="success" Value="-2147219187" />
|
||||
</ExePackage>
|
||||
</PackageGroup>
|
||||
</Fragment>
|
||||
|
|
Loading…
Add table
Reference in a new issue