From 5b75cea661320d1619dd0fda271b128174e38ae6 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Sun, 19 Sep 2010 00:02:11 +0200 Subject: [PATCH] Uninstaller bug fix --- nsis/cockatrice.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nsis/cockatrice.nsi b/nsis/cockatrice.nsi index 24330ccb..6e182a60 100644 --- a/nsis/cockatrice.nsi +++ b/nsis/cockatrice.nsi @@ -92,6 +92,8 @@ Section Uninstall Delete "$INSTDIR\QtSvg4.dll" Delete "$INSTDIR\QtXml4.dll" RMDir "$INSTDIR" + + RMDir /r "$SMPROGRAMS\Cockatrice" DeleteRegKey HKCU "Software\Cockatrice" DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cockatrice"