[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.2.0.4-75-g00d7b05

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:22:40 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  00d7b0529a015b22e485fd9b71e26a3758d47aff (commit)
      from  ef1aaf313335aa9a7da50ca5d7d0dd4d26754f81 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 nsis_template.py |   11 +++++++++++
 1 file changed, 11 insertions(+)

The diff of changes is:
diff --git a/nsis_template.py b/nsis_template.py
index 93333d3..03a9c94 100644
--- a/nsis_template.py
+++ b/nsis_template.py
@@ -47,6 +47,9 @@ InstallDirRegKey HKLM "Software\\{program_name}" "Install_Dir"
 ; Request application privileges for Windows Vista
 RequestExecutionLevel admin
 
+!define MULTIUSER_EXECUTIONLEVEL Highest
+!include MultiUser.nsh
+
 ;--------------------------------
 
 ; Installer Language Configuration
@@ -167,6 +170,14 @@ Function .onInit
         StrCmp $LANGUAGE "cancel" 0 +2
             Abort
 
+        !insertmacro MULTIUSER_INIT
+
+FunctionEnd
+
+Function un.onInit
+
+        !insertmacro MULTIUSER_UNINIT
+
 FunctionEnd
 
 ;--------------------------------


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)).




More information about the x2go-commits mailing list