nsis: uninstall openal32.dll as well

This commit is contained in:
Ludwig Nussel 2008-07-16 07:15:01 +00:00
parent 5208bf8273
commit d3cf82b2ee

View file

@ -144,6 +144,8 @@ Section "Uninstall"
Delete $INSTDIR\libcurl-4.dll Delete $INSTDIR\libcurl-4.dll
Delete $INSTDIR\openal32.dll
Delete $INSTDIR\uninstall.exe Delete $INSTDIR\uninstall.exe
; Remove shortcuts, if any ; Remove shortcuts, if any