[vlc-commits] nsis: generate the cache without showing the console

Ludovic Fauvet git at videolan.org
Sat Sep 28 01:46:24 CEST 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Sep 25 16:16:35 2013 +0200| [07a04575dbbdf6fd296b35418b411ff28f2ad0af] | committer: Ludovic Fauvet

nsis: generate the cache without showing the console

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=07a04575dbbdf6fd296b35418b411ff28f2ad0af
---

 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