Commit 5b75cea6 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

Uninstaller bug fix

parent 6642b332
......@@ -93,6 +93,8 @@ Section Uninstall
Delete "$INSTDIR\QtXml4.dll"
RMDir "$INSTDIR"
RMDir /r "$SMPROGRAMS\Cockatrice"
DeleteRegKey HKCU "Software\Cockatrice"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cockatrice"
SectionEnd
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment