1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +02:00

Update Nsis template to cleanly uninstall

adding
 DeleteRegKey HKCR "Software\Tomahawk"
 DeleteRegKey HKCR "Software\TomahawkSpotify"
at line 552 and 553 fixes this
This commit is contained in:
poopsmeow
2014-07-21 14:37:04 +02:00
parent bd2b0d2f76
commit 9b1f93dae8

View File

@@ -548,7 +548,9 @@ Section Uninstall
DeleteRegValue HKLM "Software\Tomahawk" "VersionRevision" DeleteRegValue HKLM "Software\Tomahawk" "VersionRevision"
DeleteRegValue HKLM "Software\Tomahawk" "" DeleteRegValue HKLM "Software\Tomahawk" ""
DeleteRegKey HKLM "Software\Tomahawk" DeleteRegKey HKLM "Software\Tomahawk"
DeleteRegKey HKCR "Software\Tomahawk"
DeleteRegKey HKCR "Software\TomahawkSpotify"
DeleteRegKey HKCR "tomahawk" DeleteRegKey HKCR "tomahawk"
;Start menu shortcuts. ;Start menu shortcuts.