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 84a5bb54b64b36efa8441acd53d387180f81c266 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 5 23:18:17 2014 +0100 CVix: install customer and key file into INSTDIR --- CVix_nsis_template.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index e267ecf..78d432a 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -165,11 +165,14 @@ Section "{program_name} ($REQUIRED)" SetOutPath "$INSTDIR" File /r /x .svn /x .git "${{distDirectory}}\\*.*" + ; Copy CVix_customer and CVix_customer.key into $INSTDIR + CopyFiles ..\\CVix_customer $INSTDIR + CopyFiles ..\\CVix_customer.key $INSTDIR + ; Write the installation path into the registry WriteRegStr HKLM SOFTWARE\\{program_name} "Install_Dir" "$INSTDIR" WriteRegStr HKLM SOFTWARE\\{program_name} "Path" "$INSTDIR" - ; Write the uninstall keys for Windows WriteRegStr HKLM "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{program_name}" "DisplayName" "{program_name}" WriteRegStr HKLM "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{program_name}" "UninstallString" '"$INSTDIR\\uninstall.exe"' -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git