mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[installer] only try to kill dbus-daemon.exe if it's running
This commit is contained in:
@@ -101,6 +101,10 @@ please close it and click Retry.</text>
|
||||
<kill>
|
||||
<name>dbus-daemon.exe</name>
|
||||
<ruleList>
|
||||
<processTest>
|
||||
<logic>is_running</logic>
|
||||
<name>dbus-daemon.exe</name>
|
||||
</processTest>
|
||||
<platformTest>
|
||||
<type>windows</type>
|
||||
</platformTest>
|
||||
@@ -276,6 +280,10 @@ please close it and click Retry.</text>
|
||||
<kill>
|
||||
<name>dbus-daemon.exe</name>
|
||||
<ruleList>
|
||||
<processTest>
|
||||
<logic>is_running</logic>
|
||||
<name>dbus-daemon.exe</name>
|
||||
</processTest>
|
||||
<platformTest>
|
||||
<type>windows</type>
|
||||
</platformTest>
|
||||
|
||||
Reference in New Issue
Block a user