Commit 56508b19 authored by Mircea Bardac's avatar Mircea Bardac

update headers


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@13 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent 15447f56
****************************************************************************** ******************************************************************************
NSIS Installer Script for Psi 0.10 - ChangeLog NSIS Installer Script for Psi - ChangeLog
Current version: v2.0 Current version: v2.0
Release date: 2005-01-30 Release date: 2005-01-30
Copyright © 2004-2005 Mircea Bardac (IceRAM)
e-mail: dev@mircea.bardac.net
xmpp: iceram@jabber.org
****************************************************************************** ******************************************************************************
Legend: Legend:
......
****************************************************************************** ******************************************************************************
NSIS Installer Script for Psi 0.10 NSIS Installer Script for Psi
Copyright © 2004-2005 Mircea Bardac (IceRAM) Copyright (c) 2004-2008 Mircea Bardac (IceRAM)
e-mail: dev@mircea.bardac.net E-mail: dev@mircea.bardac.net
xmpp: iceram@jabber.org XMPP: iceram@jabber.org
[see ChangeLog.txt for version information] [see ChangeLog.txt for version information]
****************************************************************************** ******************************************************************************
** Legal notice ** Legal notice
psi.nsi - NSIS script for installing Psi 0.10 psi.nsi - NSIS script for installing Psi
Copyright © 2004-2005 Mircea Bardac (IceRAM) Copyright (c) 2004-2008 Mircea Bardac (IceRAM)
Graphics (pctures, icons) Graphics (pictures, icons)
Copyright © 2005 Robert Martinez (MRAY) Copyright (c) 2005 Robert Martinez (MRAY)
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License
......
;******************************************************** ;********************************************************
; installer-functions.nsh v1.1 - functions for the Psi NSIS Script file ; installer-functions.nsh v1.1 - functions for the Psi NSIS Script file
; Copyright 2004-2005 Mircea Bardac (IceRAM) ; Copyright (c) 2004-2005 Mircea Bardac (IceRAM)
; ;
; This program is free software; you can redistribute it and/or ; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License ; modify it under the terms of the GNU General Public License
......
;******************************************************** ;********************************************************
; installer-languages.nsh v1.1 - installer languages Psi NSIS Script file ; installer-languages.nsh v1.1 - installer languages Psi NSIS Script file
; Copyright 2004-2005 Mircea Bardac (IceRAM) ; Copyright (c) 2004-2008 Mircea Bardac (IceRAM)
; ;
; This program is free software; you can redistribute it and/or ; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License ; modify it under the terms of the GNU General Public License
......
;******************************************************************************* ;*******************************************************************************
; psi.nsi v2.0 - NSIS script for installing Psi 0.10 ; psi.nsi - NSIS installer script for Psi
; Copyright 2004-2005 Mircea Bardac (IceRAM) ;
; Copyright (c) 2004-2005 Mircea Bardac (IceRAM)
; E-mail: dev@mircea.bardac.net
; XMPP: iceram@jabber.org
; ;
; This program is free software; you can redistribute it and/or ; This program is free software; you can redistribute it and/or
; modify it under the terms of the GNU General Public License ; modify it under the terms of the GNU General Public License
...@@ -52,7 +55,7 @@ ...@@ -52,7 +55,7 @@
; Version information for the installer executable ; Version information for the installer executable
VIAddVersionKey ProductName "${APPNAME}" VIAddVersionKey ProductName "${APPNAME}"
VIAddVersionKey ProductVersion "${APPFULLVERSION}" VIAddVersionKey ProductVersion "${APPFULLVERSION}"
VIAddVersionKey Comments "${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / Installer Script Source ver. ${INSTALLER_VERSION} 2004-2005 Mircea Bardac (IceRAM)" VIAddVersionKey Comments "${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / Installer Script Source ver. ${INSTALLER_VERSION} (c) 2004-2005 Mircea Bardac (IceRAM)"
VIAddVersionKey CompanyName "" VIAddVersionKey CompanyName ""
VIAddVersionKey LegalCopyright "" VIAddVersionKey LegalCopyright ""
VIAddVersionKey FileDescription "${APPNAMEANDVERSION} Installer (build ${INSTALLER_BUILD}) - Win32 Installer v${INSTALLER_VERSION}" VIAddVersionKey FileDescription "${APPNAMEANDVERSION} Installer (build ${INSTALLER_BUILD}) - Win32 Installer v${INSTALLER_VERSION}"
...@@ -102,7 +105,7 @@ var LSTR_ERR_UNINST ...@@ -102,7 +105,7 @@ var LSTR_ERR_UNINST
!define XPSTYLE on !define XPSTYLE on
BrandingText "- ${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / Installer Script Source ver. ${INSTALLER_VERSION} 2004-2005 Mircea Bardac (IceRAM) " BrandingText "- ${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / Installer Script Source ver. ${INSTALLER_VERSION} (c) 2004-2005 Mircea Bardac (IceRAM) "
!define HOME_URL "http://psi.affinix.com/" !define HOME_URL "http://psi.affinix.com/"
!define INSTALLER_SOURCE "C:\dev\psi_installer" !define INSTALLER_SOURCE "C:\dev\psi_installer"
......
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