diff --git a/mk/windoze/Installer/MegaGlestInstaller.nsi b/mk/windoze/Installer/MegaGlestInstaller.nsi index 8b33fff4..0d23cb06 100644 --- a/mk/windoze/Installer/MegaGlestInstaller.nsi +++ b/mk/windoze/Installer/MegaGlestInstaller.nsi @@ -87,12 +87,6 @@ FunctionEnd Function MUIGUIInit Call myGUIInit - -# SetOutPath '$PLUGINSDIR' -# File megaglestinstallscreen.jpg - -# FindWindow $0 '_Nb' -# EBanner::show /NOUNLOAD /FIT=BOTH /HWND=$0 "$PLUGINSDIR\megaglestinstallscreen.jpg" # look for known older versions @@ -352,5 +346,7 @@ Section "Uninstall" RMDir "$SMPROGRAMS\${APNAME}" RMDir /r "$INSTDIR" + Delete "$PLUGINSDIR'\megaglestinstallscreen.jpg" + SectionEnd