[installer] only try to kill dbus-daemon.exe if it's running

This commit is contained in:
Mat Sutcliffe
2019-10-31 21:44:44 +00:00
parent 0dfebcf623
commit 521969a98a

View File

@@ -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>