mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
[Installer] Kill dbus-daemon before uninstalling
ref T33
This commit is contained in:
committed by
Klaus Basan
parent
8a4b101393
commit
77a766afa9
@@ -246,6 +246,14 @@ it and relaunch the uninstaller.</text>
|
|||||||
<deleteFile>
|
<deleteFile>
|
||||||
<path>${user_home_directory}/Library/LaunchAgents/org.freedesktop.dbus-session.plist</path>
|
<path>${user_home_directory}/Library/LaunchAgents/org.freedesktop.dbus-session.plist</path>
|
||||||
</deleteFile>
|
</deleteFile>
|
||||||
|
<kill>
|
||||||
|
<name>dbus-daemon.exe</name>
|
||||||
|
<ruleList>
|
||||||
|
<platformTest>
|
||||||
|
<type>windows</type>
|
||||||
|
</platformTest>
|
||||||
|
</ruleList>
|
||||||
|
</kill>
|
||||||
</preUninstallationActionList>
|
</preUninstallationActionList>
|
||||||
<allowComponentSelection>1</allowComponentSelection>
|
<allowComponentSelection>1</allowComponentSelection>
|
||||||
<compressionAlgorithm>lzma</compressionAlgorithm>
|
<compressionAlgorithm>lzma</compressionAlgorithm>
|
||||||
|
|||||||
Reference in New Issue
Block a user