Uninstaller bug fix

This commit is contained in:
Max-Wilhelm Bruker 2010-09-19 00:02:11 +02:00
parent 6642b332f0
commit 5b75cea661

View file

@ -93,6 +93,8 @@ Section Uninstall
Delete "$INSTDIR\QtXml4.dll" Delete "$INSTDIR\QtXml4.dll"
RMDir "$INSTDIR" RMDir "$INSTDIR"
RMDir /r "$SMPROGRAMS\Cockatrice"
DeleteRegKey HKCU "Software\Cockatrice" DeleteRegKey HKCU "Software\Cockatrice"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cockatrice" DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cockatrice"
SectionEnd SectionEnd