Fixed not removing directories upon uninstalling
This commit is contained in:
parent
36d26934fd
commit
771d9e5464
@ -154,6 +154,8 @@ NSIS_SCRIPT_TEMPLATE = r"""
|
|||||||
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Syncplay"
|
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Syncplay"
|
||||||
DeleteRegKey HKLM SOFTWARE\Syncplay
|
DeleteRegKey HKLM SOFTWARE\Syncplay
|
||||||
Delete $$INSTDIR\uninstall.exe
|
Delete $$INSTDIR\uninstall.exe
|
||||||
|
RMDir $$INSTDIR\resources
|
||||||
|
RMDir $$INSTDIR\lib
|
||||||
RMDir $$INSTDIR
|
RMDir $$INSTDIR
|
||||||
SectionEnd
|
SectionEnd
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user