~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to win32/nsis/lasso-lite.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"
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-lite-0_6_2.exe"
 
51
OutFile "Install-lite-0_6_3.exe"
52
52
InstallDir "$SYSDIR"
53
53
ShowInstDetails show
54
54
ShowUnInstDetails show
58
58
  !insertmacro MUI_LANGDLL_DISPLAY
59
59
FunctionEnd
60
60
 
61
 
Section "Lasso version 0.6.2" SEC01
 
61
Section "Lasso version 0.6.3" SEC01
62
62
  SetOutPath "$INSTDIR"
63
63
  SetOverwrite ifnewer
64
64
  File "..\..\lasso\.libs\liblasso-3.dll"