SEBWIN-578, #429: Removed exit code handling as exit code to handle is bigger than an integer and WIX only allows integers.
This commit is contained in:
parent
c876e6bbbd
commit
255cc216b0
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@
|
|||
<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="2147748109" />
|
||||
</ExePackage>
|
||||
</PackageGroup>
|
||||
</Fragment>
|
||||
|
|
Loading…
Add table
Reference in a new issue