Skip to content
Snippets Groups Projects
Commit 20ebd79e authored by wurstsalat's avatar wurstsalat
Browse files

Uninstaller: Kill gdbus.exe if running

parent 1f0a3158
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
Unicode true
!include "MUI2.nsh"
!include "LogicLib.nsh"
Name "Gajim"
OutFile "Gajim.exe"
......@@ -210,6 +211,9 @@ Section $(NAME_SecURI) SecURI
SectionEnd
Section "Uninstall"
ExecWait "TaskKill /IM gdbus.exe /F"
RMDir /r "$INSTDIR"
!insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment