From: Geoffroy Couprie Date: Mon, 8 Mar 2010 00:02:54 +0000 (+0100) Subject: Win32: don't forget to remove the plugins cache at uninstall X-Git-Tag: 1.1.0-pre1~450 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8bcd29bde5e43d11edf6c2c9e651b04a91cfbc93;p=vlc Win32: don't forget to remove the plugins cache at uninstall --- diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in index 8429047b9c..6798b4834c 100644 --- a/extras/package/win32/vlc.win32.nsi.in +++ b/extras/package/win32/vlc.win32.nsi.in @@ -444,7 +444,13 @@ Section $Name_Section01 SEC01 @BUILD_SKINS_TRUE@ !insertmacro InstallFolder skins @BUILD_HTTPD_TRUE@ !insertmacro InstallFolder http @BUILD_LUA_TRUE@ !insertmacro InstallFolder lua + + ; Generate the cache and add it to uninstall.log ExecWait "$INSTDIR\vlc-cache-gen.exe $INSTDIR\plugins" + FindFirst $0 $1 "$INSTDIR\plugins\*.dat" + FileWrite $UninstallLog "plugins\$1$\r$\n" + FindClose $0 + ; URLs