Adding error code 1638 as a ignore/success error when installing the VC_Redist.
This commit is contained in:
parent
ffd6048649
commit
d8cc37ae00
1 changed files with 1 additions and 0 deletions
|
@ -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]" />
|
||||
|
|
Loading…
Reference in a new issue