Don't recursive remove program files/cockatrice.

This should prevent deleting old deck files
This commit is contained in:
Daenyth 2014-06-23 21:12:25 -04:00
parent ea08fe168c
commit f7635f9e49

View file

@ -115,7 +115,7 @@ SetShellVarContext all
Delete "$INSTDIR\QtMultimedia4.dll"
RMDir "$INSTDIR"
RMDir /r "$SMPROGRAMS\Cockatrice"
RMDir "$SMPROGRAMS\Cockatrice"
DeleteRegKey HKCU "Software\Cockatrice"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cockatrice"