Updated NSIS uninstall section.

This commit is contained in:
Mark Morschhäuser 2014-03-11 17:47:40 +01:00
parent a52d774593
commit eebdc1b50e

View file

@ -101,10 +101,7 @@ Section Uninstall
Delete "$INSTDIR\cockatrice.exe" Delete "$INSTDIR\cockatrice.exe"
Delete "$INSTDIR\oracle.exe" Delete "$INSTDIR\oracle.exe"
Delete "$INSTDIR\Usermanual.pdf" Delete "$INSTDIR\Usermanual.pdf"
Delete "$INSTDIR\libstdc++-6.dll" Delete "$INSTDIR\libprotobuf.lib"
Delete "$INSTDIR\libprotobuf-8.dll"
Delete "$INSTDIR\libgcc_s_dw2-1.dll"
Delete "$INSTDIR\mingwm10.dll"
Delete "$INSTDIR\QtCore4.dll" Delete "$INSTDIR\QtCore4.dll"
Delete "$INSTDIR\QtGui4.dll" Delete "$INSTDIR\QtGui4.dll"
Delete "$INSTDIR\QtNetwork4.dll" Delete "$INSTDIR\QtNetwork4.dll"