Adding error code 1638 as a ignore/success error when installing the VC_Redist.

This commit is contained in:
Livar Cunha 2017-04-06 13:48:20 -07:00
parent ffd6048649
commit d8cc37ae00

View file

@ -42,6 +42,7 @@
ProductName="$(var.Crt_ProductName)"
Size="$(var.Crt_Size)"
Version="$(var.Crt_Version)" />
<ExitCode Behavior="success" Value="1638" />
</ExePackage>
<MsiPackage SourceFile="$(var.CLISDKMsiSourcePath)">
<MsiProperty Name="DOTNETHOME" Value="[DOTNETHOME]" />