|
|
@ -92,13 +92,14 @@ Section "Uninstall"
|
|
|
|
Delete $INSTDIR\SDL_mixer.dll
|
|
|
|
Delete $INSTDIR\SDL_mixer.dll
|
|
|
|
Delete $INSTDIR\zlib.dll
|
|
|
|
Delete $INSTDIR\zlib.dll
|
|
|
|
|
|
|
|
|
|
|
|
RMDir /REBOOTOK $INSTDIR\data
|
|
|
|
RMDir /r $INSTDIR\data
|
|
|
|
|
|
|
|
|
|
|
|
; Remove shortcuts, if any
|
|
|
|
; Remove shortcuts, if any
|
|
|
|
Delete "$SMPROGRAMS\bomberclone\*.*"
|
|
|
|
Delete "$SMPROGRAMS\bomberclone\*.*"
|
|
|
|
|
|
|
|
|
|
|
|
; Remove directories used
|
|
|
|
; Remove directories used
|
|
|
|
RMDir "$SMPROGRAMS\bomberclone"
|
|
|
|
RMDir "$SMPROGRAMS\bomberclone"
|
|
|
|
RMDir "$INSTDIR"
|
|
|
|
RMDir /r "$INSTDIR"
|
|
|
|
|
|
|
|
Delete /REBOOTOK "$INSTDIR"
|
|
|
|
|
|
|
|
|
|
|
|
SectionEnd
|
|
|
|
SectionEnd
|
|
|
|