Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit d8cc37a

Browse files
committed
Adding error code 1638 as a ignore/success error when installing the VC_Redist.
1 parent ffd6048 commit d8cc37a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/windows/clisdk/bundle.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
ProductName="$(var.Crt_ProductName)"
4343
Size="$(var.Crt_Size)"
4444
Version="$(var.Crt_Version)" />
45+
<ExitCode Behavior="success" Value="1638" />
4546
</ExePackage>
4647
<MsiPackage SourceFile="$(var.CLISDKMsiSourcePath)">
4748
<MsiProperty Name="DOTNETHOME" Value="[DOTNETHOME]" />

0 commit comments

Comments
 (0)