Delete the uninstaller when uninstalling

This commit is contained in:
David Sansome 2010-05-05 16:56:49 +00:00
parent 38d4cb40c8
commit ef36badd4c
1 changed files with 2 additions and 0 deletions

View File

@ -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"