Project

General

Profile

« Previous | Next » 

Revision 701d157e

Added by Andreas Kohlbecker over 13 years ago

updating to version 3.0.1

View differences:

src/main/installer/win32/setup.nsi
2 2
# 28.10.2010 13:58:54
3 3

  
4 4
# TODO : preserve $INSTDIR/.cdmLibrary from being deleted if the user desides to keep it, or just warn the user.
5
# 
6
#  Wiki: http://nsis.sourceforge.net/Main_Page
7
#  see http://nsis.sourceforge.net/Docs/Chapter5.html for Compile Time Command reference
8
#
9

  
5 10

  
6 11
Name "EDIT CDM-Server"
7 12

  
8 13
# General Symbol Definitions
14
!define /date BUILD_TIMESTAMP "%Y%m%d-%H%M%S"
9 15
!define REGKEY "SOFTWARE\$(^Name)"
10 16
!define VERSION 3.0
17
!define PATCH_VERSION 1-${BUILD_TIMESTAMP}
11 18
!define COMPANY "EDIT - European Distributed Institute of Taxonomy"
12 19
!define EDIT_PLATFORM "EDIT Platform for Cybertaxonomy"
13 20
!define URL http://wp5.e-taxonomy.eu/
......
35 42
Page instfiles
36 43

  
37 44
# Installer attributes
38
OutFile "${OUT_FOLDER}\EDIT CDM-Server-${VERSION}.exe"
45
OutFile "${OUT_FOLDER}\EDIT CDM-Server-${VERSION}.${PATCH_VERSION}.exe"
39 46
InstallDir "$PROGRAMFILES\EDIT CDM-Server"
40 47
CRCCheck on
41 48
XPStyle on
......
43 50
ShowInstDetails show
44 51
AutoCloseWindow false
45 52
LicenseData ..\..\..\..\LICENSE.TXT
46
VIProductVersion 2.5.0.0
53
VIProductVersion 3.0.0.0
47 54
VIAddVersionKey ProductName "$(^Name)"
48 55
VIAddVersionKey ProductVersion "${VERSION}"
49 56
VIAddVersionKey CompanyName "${COMPANY}"

Also available in: Unified diff