[vlc-commits] nsis: generate the cache without showing the console
Ludovic Fauvet
git at videolan.org
Sun Sep 29 18:02:41 CEST 2013
vlc/vlc-2.1 | branch: master | Ludovic Fauvet <etix at videolan.org> | 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 <jb at videolan.org>
> 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
More information about the vlc-commits
mailing list