Ignore VCRedist error code 3010 asking for a restart

This commit is contained in:
Roland Rossgotterer
2019-03-12 16:49:40 +01:00
committed by Mat Sutcliffe
parent 6a5e59b76a
commit 86015859f3
2 changed files with 14 additions and 0 deletions

View File

@@ -49,6 +49,13 @@ The installation will now continue, but swift might not work properly. If this i
<value1>${program_exit_code}</value1>
<value2>1638</value2>
</compareValues>
<!-- Restart required -->
<compareValues>
<logic>does_not_equal</logic>
<value1>${program_exit_code}</value1>
<value2>3010</value2>
</compareValues>
</ruleList>
</showWarning>
</actionList>

View File

@@ -49,6 +49,13 @@ The installation will now continue, but swift might not work properly. If this i
<value1>${program_exit_code}</value1>
<value2>1638</value2>
</compareValues>
<!-- Restart required -->
<compareValues>
<logic>does_not_equal</logic>
<value1>${program_exit_code}</value1>
<value2>3010</value2>
</compareValues>
</ruleList>
</showWarning>
</actionList>