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>
|
<kill>
|
||||||
<name>dbus-daemon.exe</name>
|
<name>dbus-daemon.exe</name>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
|
<processTest>
|
||||||
|
<logic>is_running</logic>
|
||||||
|
<name>dbus-daemon.exe</name>
|
||||||
|
</processTest>
|
||||||
<platformTest>
|
<platformTest>
|
||||||
<type>windows</type>
|
<type>windows</type>
|
||||||
</platformTest>
|
</platformTest>
|
||||||
@@ -276,6 +280,10 @@ please close it and click Retry.</text>
|
|||||||
<kill>
|
<kill>
|
||||||
<name>dbus-daemon.exe</name>
|
<name>dbus-daemon.exe</name>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
|
<processTest>
|
||||||
|
<logic>is_running</logic>
|
||||||
|
<name>dbus-daemon.exe</name>
|
||||||
|
</processTest>
|
||||||
<platformTest>
|
<platformTest>
|
||||||
<type>windows</type>
|
<type>windows</type>
|
||||||
</platformTest>
|
</platformTest>
|
||||||
|
|||||||
Reference in New Issue
Block a user