diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 78053ead4..578c86c72 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -554,6 +554,34 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstasfmux.dll" Delete "$INSTDIR\gstreamer-plugins\libgstlibav.dll" +!ifdef debug + Delete "$INSTDIR\xine-plugins\xineplug_ao_out_directx2.dll" + Delete "$INSTDIR\xine-plugins\xineplug_ao_out_directx.dll" + Delete "$INSTDIR\xine-plugins\xineplug_decode_dts.dll" + Delete "$INSTDIR\xine-plugins\xineplug_decode_dvaudio.dll" + Delete "$INSTDIR\xine-plugins\xineplug_decode_faad.dll" + Delete "$INSTDIR\xine-plugins\xineplug_decode_gsm610.dll" + Delete "$INSTDIR\xine-plugins\xineplug_decode_lpcm.dll" + Delete "$INSTDIR\xine-plugins\xineplug_decode_mad.dll" + Delete "$INSTDIR\xine-plugins\xineplug_decode_mpc.dll" + Delete "$INSTDIR\xine-plugins\xineplug_decode_mpeg2.dll" + Delete "$INSTDIR\xine-plugins\xineplug_dmx_asf.dll" + Delete "$INSTDIR\xine-plugins\xineplug_dmx_audio.dll" + Delete "$INSTDIR\xine-plugins\xineplug_dmx_playlist.dll" + Delete "$INSTDIR\xine-plugins\xineplug_dmx_slave.dll" + Delete "$INSTDIR\xine-plugins\xineplug_flac.dll" + Delete "$INSTDIR\xine-plugins\xineplug_wavpack.dll" + Delete "$INSTDIR\xine-plugins\xineplug_xiph.dll" + Delete "$INSTDIR\xine-plugins\xineplug_inp_cdda.dll" + Delete "$INSTDIR\xine-plugins\xineplug_post_audio_filters.dll" + Delete "$INSTDIR\xine-plugins\xineplug_post_goom.dll" + Delete "$INSTDIR\xine-plugins\xineplug_post_mosaico.dll" + Delete "$INSTDIR\xine-plugins\xineplug_post_planar.dll" + Delete "$INSTDIR\xine-plugins\xineplug_post_switch.dll" + Delete "$INSTDIR\xine-plugins\xineplug_post_tvtime.dll" + Delete "$INSTDIR\xine-plugins\xineplug_post_visualizations.dll" +!endif + Delete "$INSTDIR\Uninstall.exe" ; Remove the installation folders.