vlc/vlc-2.1 | branch: master | Ludovic Fauvet <[email protected]> | Wed Sep 25 16:16:35 2013 +0200| [76799c64e523eec2ff9724335a351665585ae2e5] | committer: Jean-Baptiste Kempf
nsis: generate the cache without showing the console (cherry picked from commit 07a04575dbbdf6fd296b35418b411ff28f2ad0af) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=76799c64e523eec2ff9724335a351665585ae2e5 --- extras/package/win32/NSIS/vlc.win32.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in b/extras/package/win32/NSIS/vlc.win32.nsi.in index e109190..620984c 100644 --- a/extras/package/win32/NSIS/vlc.win32.nsi.in +++ b/extras/package/win32/NSIS/vlc.win32.nsi.in @@ -220,7 +220,7 @@ ${MementoSection} $Name_Section01 SEC01 @BUILD_LUA_TRUE@ !insertmacro InstallFolder lua ; Generate the cache and add it to uninstall.log - ExecWait "$INSTDIR\vlc-cache-gen.exe $INSTDIR\plugins" + nsExec::ExecToStack "$INSTDIR\vlc-cache-gen.exe $INSTDIR\plugins" FindFirst $0 $1 "$INSTDIR\plugins\*.dat" FileWrite $UninstallLog "plugins\$1$\r$\n" FindClose $0 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
