Uninstaller bug fix
This commit is contained in:
parent
6642b332f0
commit
5b75cea661
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue