mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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>
|
||||
<value2>1638</value2>
|
||||
</compareValues>
|
||||
|
||||
<!-- Restart required -->
|
||||
<compareValues>
|
||||
<logic>does_not_equal</logic>
|
||||
<value1>${program_exit_code}</value1>
|
||||
<value2>3010</value2>
|
||||
</compareValues>
|
||||
</ruleList>
|
||||
</showWarning>
|
||||
</actionList>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user