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"