Commit 327a67ca authored by Mircea Bardac's avatar Mircea Bardac

extract configuration for the installer in a separate file


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@20 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent e6ee9f1a
;*******************************************************************************
; config.nsh - Psi Installer Configuration File
;*******************************************************************************
!define APPVERSION "0.12"
!define APPEXTRAVERSION ""
!define BUILD_WITH_LANGPACKS
; ^ comment if you want to build the installer without language packs
!define INSTALLER_HOME "/Volumes/Home/Projects/psi/win-installer/psi-0.12"
!define INSTALLER_COPYRIGHT_YEAR "2004-2008"
!define INSTALLER_BUILD "1"
; ^ update whenever you add something to the installer and rebuild it
; without changing APPVERSION
; ^ reset to 0 when you change APPVERSION
!define FILE_SEPARATOR "/"
\ No newline at end of file
......@@ -25,21 +25,15 @@
; Installer Script Version
!define INSTALLER_VERSION "2.0"
!define INSTALLER_BUILD "1"
; ^ update whenever you add something to the installer and rebuild it
; without changing APPVERSION
; ^ reset to 0 when you change APPVERSION
;!define BUILD_WITH_LANGPACKS
; ^ comment if you want to build the installer without language packs
; Application name
!define APPNAME "Psi"
!define APPVERSION "0.10"
!define APPEXTRAVERSION ""
!define APPFULLVERSION "${APPVERSION}${APPEXTRAVERSION}"
!define APPNAMEANDVERSION "${APPNAME} ${APPFULLVERSION}"
; Psi Installer Configuration File
!include "../config.nsh"
; Application name
!define APPNAME "Psi"
!define APPFULLVERSION "${APPVERSION}${APPEXTRAVERSION}"
!define APPNAMEANDVERSION "${APPNAME} ${APPFULLVERSION}"
!define LCAPPNAME "psi" ; lowercase APPNAME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment