This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit d3f98a3d3a4ef28aa8e837bf5299af1832c079b2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 20 23:38:35 2014 +0100 CVix: attempt silent installation of gsview --- CVix_nsis_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index 65f3d6b..75d3371 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -270,7 +270,7 @@ Section "$GSPRINT" File /r "${{distOutputDirectory}}\\ghostscript\\*.*" File /r "${{distOutputDirectory}}\\ghostview\\*.*" ExecWait "ghostscript\\gs910w32.exe /S" - ExecWait "ghostview\\setup.exe" + ExecWait "ghostview\\setup.exe \"$PROGRAMFILES\\Ghostgum\"" SectionEnd -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git