NSIS: uninstall openssl libraries

This commit is contained in:
Fabio Bas 2014-10-10 17:22:39 +02:00
parent dfb8be79cf
commit ea622a7302

View file

@ -80,6 +80,8 @@ Section Uninstall
Delete "$INSTDIR\libprotobuf.lib"
Delete "$INSTDIR\Qt*.dll"
Delete "$INSTDIR\icu*.dll"
Delete "$INSTDIR\libeay32.dll"
Delete "$INSTDIR\ssleay32.dll"
Delete "$INSTDIR\qt.conf"
Delete "$INSTDIR\qdebug.txt"
Delete "$INSTDIR\servatrice.sql"