Fixed not removing directories upon uninstalling

This commit is contained in:
Bosmanfrx 2013-01-26 22:17:40 +01:00
parent 36d26934fd
commit 771d9e5464

View File

@ -154,6 +154,8 @@ NSIS_SCRIPT_TEMPLATE = r"""
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Syncplay"
DeleteRegKey HKLM SOFTWARE\Syncplay
Delete $$INSTDIR\uninstall.exe
RMDir $$INSTDIR\resources
RMDir $$INSTDIR\lib
RMDir $$INSTDIR
SectionEnd
"""