~ubuntu-branches/ubuntu/trusty/lasso/trusty

« back to all changes in this revision

Viewing changes to win32/nsis/lasso-deps.nsi

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
; HM NIS Edit Wizard helper defines
4
4
!define PRODUCT_NAME "LASSO dependencies"
5
 
!define PRODUCT_VERSION "2.3.6"
 
5
!define PRODUCT_VERSION "2.4.0"
6
6
!define PRODUCT_PUBLISHER "Entr'ouvert"
7
7
!define PRODUCT_WEB_SITE "http://lasso.entrouvert.org"
8
8
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
48
48
; MUI end ------
49
49
 
50
50
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
51
 
OutFile "Install-deps-2_3_6.exe"
 
51
OutFile "Install-deps-2_4_0.exe"
52
52
InstallDir "$SYSDIR"
53
53
ShowInstDetails show
54
54
ShowUnInstDetails show