The branch, master has been updated via a571ebdb3f20dfe82d2d4fc8a6c2bdfec34992f1 (commit) from 00d7b0529a015b22e485fd9b71e26a3758d47aff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a571ebdb3f20dfe82d2d4fc8a6c2bdfec34992f1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 15 22:50:06 2012 +0100 NSIS: allow multi-user mixed mode installation ----------------------------------------------------------------------- Summary of changes: nsis_template.py | 9 +++++++++ 1 file changed, 9 insertions(+) The diff of changes is: diff --git a/nsis_template.py b/nsis_template.py index 03a9c94..e4060a6 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -48,7 +48,16 @@ InstallDirRegKey HKLM "Software\\{program_name}" "Install_Dir" RequestExecutionLevel admin !define MULTIUSER_EXECUTIONLEVEL Highest +!define MULTIUSER_MUI +!define MULTIUSER_INSTALLMODE_COMMANDLINE !include MultiUser.nsh +!include MUI2.nsh + +!insertmacro MULTIUSER_PAGE_INSTALLMODE +!insertmacro MUI_PAGE_DIRECTORY +!insertmacro MUI_PAGE_INSTFILES + +!insertmacro MUI_LANGUAGE English ;-------------------------------- hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).