mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- attempt to see if this removes the splash screen after uninstall also
This commit is contained in:
parent
2c7d464abc
commit
6a007bff87
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user