mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ignore VCRedist error code 3010 asking for a restart
This commit is contained in:
committed by
Mat Sutcliffe
parent
6a5e59b76a
commit
86015859f3
@@ -49,6 +49,13 @@ The installation will now continue, but swift might not work properly. If this i
|
|||||||
<value1>${program_exit_code}</value1>
|
<value1>${program_exit_code}</value1>
|
||||||
<value2>1638</value2>
|
<value2>1638</value2>
|
||||||
</compareValues>
|
</compareValues>
|
||||||
|
|
||||||
|
<!-- Restart required -->
|
||||||
|
<compareValues>
|
||||||
|
<logic>does_not_equal</logic>
|
||||||
|
<value1>${program_exit_code}</value1>
|
||||||
|
<value2>3010</value2>
|
||||||
|
</compareValues>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</showWarning>
|
</showWarning>
|
||||||
</actionList>
|
</actionList>
|
||||||
|
|||||||
@@ -49,6 +49,13 @@ The installation will now continue, but swift might not work properly. If this i
|
|||||||
<value1>${program_exit_code}</value1>
|
<value1>${program_exit_code}</value1>
|
||||||
<value2>1638</value2>
|
<value2>1638</value2>
|
||||||
</compareValues>
|
</compareValues>
|
||||||
|
|
||||||
|
<!-- Restart required -->
|
||||||
|
<compareValues>
|
||||||
|
<logic>does_not_equal</logic>
|
||||||
|
<value1>${program_exit_code}</value1>
|
||||||
|
<value2>3010</value2>
|
||||||
|
</compareValues>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</showWarning>
|
</showWarning>
|
||||||
</actionList>
|
</actionList>
|
||||||
|
|||||||
Reference in New Issue
Block a user