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
Release date: 2005-01-30
Copyright © 2004-2005 Mircea Bardac (IceRAM)
e-mail: dev@mircea.bardac.net
xmpp: iceram@jabber.org
******************************************************************************
Legend:
......
******************************************************************************
NSIS Installer Script for Psi 0.10
NSIS Installer Script for Psi
Copyright © 2004-2005 Mircea Bardac (IceRAM)
e-mail: dev@mircea.bardac.net
xmpp: iceram@jabber.org
Copyright (c) 2004-2008 Mircea Bardac (IceRAM)
E-mail: dev@mircea.bardac.net
XMPP: iceram@jabber.org
[see ChangeLog.txt for version information]
******************************************************************************
** Legal notice
psi.nsi - NSIS script for installing Psi 0.10
Copyright © 2004-2005 Mircea Bardac (IceRAM)
psi.nsi - NSIS script for installing Psi
Copyright (c) 2004-2008 Mircea Bardac (IceRAM)
Graphics (pctures, icons)
Copyright © 2005 Robert Martinez (MRAY)
Graphics (pictures, icons)
Copyright (c) 2005 Robert Martinez (MRAY)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
......
;********************************************************
; 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
; modify it under the terms of the GNU General Public License
......
;********************************************************
; 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
; modify it under the terms of the GNU General Public License
......
;*******************************************************************************
; psi.nsi v2.0 - NSIS script for installing Psi 0.10
; Copyright 2004-2005 Mircea Bardac (IceRAM)
; psi.nsi - NSIS installer script for Psi
;
; 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
; modify it under the terms of the GNU General Public License
......@@ -52,7 +55,7 @@
; Version information for the installer executable
VIAddVersionKey ProductName "${APPNAME}"
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 LegalCopyright ""
VIAddVersionKey FileDescription "${APPNAMEANDVERSION} Installer (build ${INSTALLER_BUILD}) - Win32 Installer v${INSTALLER_VERSION}"
......@@ -102,7 +105,7 @@ var LSTR_ERR_UNINST
!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 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