~ubuntu-branches/ubuntu/jaunty/lasso/jaunty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

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 "Liberty Alliance Single Sign On and all dependencies"
5
 
!define PRODUCT_VERSION "0.6.2"
 
5
!define PRODUCT_VERSION "0.6.3"
6
6
!define PRODUCT_PUBLISHER "Entr'ouvert"
7
7
!define PRODUCT_WEB_SITE "http://www.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-full-0_6_2.exe"
 
51
OutFile "Install-full-0_6_3.exe"
52
52
InstallDir "$SYSDIR"
53
53
ShowInstDetails show
54
54
ShowUnInstDetails show
99
99
  File "H:\lasso-deps\bin\intl.dll"
100
100
SectionEnd
101
101
 
102
 
Section "Lasso version 0.6.2" SEC09
 
102
Section "Lasso version 0.6.3" SEC09
103
103
  File "..\msvc\Release\liblasso-3.dll"
104
104
  #File  "..\..\lasso\.libs\liblasso-3.dll"
105
105
SectionEnd