From ef36badd4ca90fd7bcc30a27627c7244663f914a Mon Sep 17 00:00:00 2001 From: David Sansome Date: Wed, 5 May 2010 16:56:49 +0000 Subject: [PATCH] Delete the uninstaller when uninstalling --- dist/windows/clementine.nsi.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index 115f7c4f7..21c0fc738 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -202,6 +202,8 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstvorbis.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwaveform.dll" Delete "$INSTDIR\gstreamer-plugins\libgstwavparse.dll" + + Delete "$INSTDIR\Uninstall.exe" ; Remove the installation folder. RMDir "$INSTDIR\gstreamer-plugins"