- attempt to see if this removes the splash screen after uninstall also

This commit is contained in:
SoftCoder 2014-01-12 12:34:03 -08:00
parent 2c7d464abc
commit 6a007bff87
1 changed files with 2 additions and 6 deletions

View File

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