Updated to lasso 0.6.0 with soname 3.

Updated dependencies too.
This commit is contained in:
Romain Chantereay 2005-01-28 15:45:18 +00:00
parent 808afde754
commit 2c049f7c0e
4 changed files with 20 additions and 20 deletions

View File

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Liberty Alliance Single Sign On Java"
!define PRODUCT_VERSION "0.5.0a"
!define PRODUCT_VERSION "0.6.0"
!define PRODUCT_PUBLISHER "Entr'ouvert"
!define PRODUCT_WEB_SITE "http://lasso.entrouvert.org"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@ -48,7 +48,7 @@ SetCompressor bzip2
; MUI end ------
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Install-java-lite-0_5a.exe"
OutFile "Install-java-lite-0_6_0.exe"
InstallDir "$PROGRAMFILES\Liberty Alliance Single Sign On Java"
ShowInstDetails show
ShowUnInstDetails show

View File

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "LASSO dependencies"
!define PRODUCT_VERSION "0.5.0a"
!define PRODUCT_VERSION "0.6.0"
!define PRODUCT_PUBLISHER "Entr'ouvert"
!define PRODUCT_WEB_SITE "http://lasso.entrouvert.org"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@ -48,7 +48,7 @@ SetCompressor bzip2
; MUI end ------
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Install-deps-0_5a.exe"
OutFile "Install-deps-0_6_0.exe"
InstallDir "$SYSDIR"
ShowInstDetails show
ShowUnInstDetails show
@ -66,11 +66,11 @@ Section "GLIB: Low-level core library that forms the basis for projects such as
File "c:\cygwin\usr\local\lib\libgthread-2.0-0.dll"
SectionEnd
Section "LIBXML2: XML C parser and toolkit version 2.6.15." SEC02
Section "LIBXML2: XML C parser and toolkit version 2.6.17." SEC02
File "c:\cygwin\usr\local\lib\libxml2.dll"
SectionEnd
Section "LIBXSLT: The XSLT C library version 1.2.6." SEC03
Section "LIBXSLT: The XSLT C library version 1.2.12+." SEC03
File "c:\cygwin\usr\local\lib\libxslt.dll"
File "c:\cygwin\usr\local\lib\libexslt.dll"
SectionEnd
@ -91,7 +91,7 @@ Section "ZLIB: A free, general-purpose, legally unencumbered -- that is, not cov
File "c:\cygwin\usr\local\lib\zlib1.dll"
SectionEnd
Section "LIBICONV: Free iconv() implementation." SEC07
Section "LIBICONV: Free iconv() implementation version 1.9.1." SEC07
File "c:\cygwin\usr\local\lib\iconv.dll"
SectionEnd

View File

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Liberty Alliance Single Sign On and all dependencies"
!define PRODUCT_VERSION "0.5.0a"
!define PRODUCT_VERSION "0.6.0"
!define PRODUCT_PUBLISHER "Entr'ouvert"
!define PRODUCT_WEB_SITE "http://www.entrouvert.org"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@ -48,7 +48,7 @@ SetCompressor bzip2
; MUI end ------
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Install-full-0_5a.exe"
OutFile "Install-full-0_6_0.exe"
InstallDir "$SYSDIR"
ShowInstDetails show
ShowUnInstDetails show
@ -66,11 +66,11 @@ Section "GLIB: Low-level core library that forms the basis for projects such as
File "c:\cygwin\usr\local\lib\libgthread-2.0-0.dll"
SectionEnd
Section "LIBXML2: XML C parser and toolkit version 2.6.15." SEC02
Section "LIBXML2: XML C parser and toolkit version 2.6.17." SEC02
File "c:\cygwin\usr\local\lib\libxml2.dll"
SectionEnd
Section "LIBXSLT: The XSLT C library version 1.2.6." SEC03
Section "LIBXSLT: The XSLT C library version 1.2.12+." SEC03
File "c:\cygwin\usr\local\lib\libxslt.dll"
File "c:\cygwin\usr\local\lib\libexslt.dll"
SectionEnd
@ -91,7 +91,7 @@ Section "ZLIB: A free, general-purpose, legally unencumbered -- that is, not cov
File "c:\cygwin\usr\local\lib\zlib1.dll"
SectionEnd
Section "LIBICONV: Free iconv() implementation." SEC07
Section "LIBICONV: Free iconv() implementation version 1.9.1." SEC07
File "c:\cygwin\usr\local\lib\iconv.dll"
SectionEnd
@ -99,8 +99,8 @@ Section "LIBINTL: Library for native language support." SEC08
File "c:\cygwin\usr\local\lib\intl.dll"
SectionEnd
Section "L.A.S.S.O." SEC09
File "..\..\lasso\.libs\liblasso-2.dll"
Section "L.A.S.S.O. version 0.6.0" SEC09
File "..\..\lasso\.libs\liblasso-3.dll"
SectionEnd
Section -AdditionalIcons
@ -147,7 +147,7 @@ FunctionEnd
Section Uninstall
Delete "$INSTDIR\${PRODUCT_NAME}.url"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\liblasso-2.dll"
Delete "$INSTDIR\liblasso-3.dll"
Delete "$INSTDIR\iconv.dll"
Delete "$INSTDIR\zlib.dll"
Delete "$INSTDIR\zlib1.dll"

View File

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Liberty Alliance Single Sign On"
!define PRODUCT_VERSION "0.5.0a"
!define PRODUCT_VERSION "0.6.0"
!define PRODUCT_PUBLISHER "Entr'ouvert"
!define PRODUCT_WEB_SITE "http://www.entrouvert.org"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
@ -48,7 +48,7 @@ SetCompressor bzip2
; MUI end ------
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Install-lite-0_5a.exe"
OutFile "Install-lite-0_6_0.exe"
InstallDir "$SYSDIR"
ShowInstDetails show
ShowUnInstDetails show
@ -58,10 +58,10 @@ Function .onInit
!insertmacro MUI_LANGDLL_DISPLAY
FunctionEnd
Section "L.A.S.S.O." SEC01
Section "L.A.S.S.O. version 0.6.0" SEC01
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "..\..\lasso\.libs\liblasso-2.dll"
File "..\..\lasso\.libs\liblasso-3.dll"
SectionEnd
Section -AdditionalIcons
@ -100,7 +100,7 @@ FunctionEnd
Section Uninstall
Delete "$INSTDIR\${PRODUCT_NAME}.url"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\liblasso-2.dll"
Delete "$INSTDIR\liblasso-3.dll"
Delete "$SMPROGRAMS\Liberty Alliance Single Sign On\Uninstall.lnk"
Delete "$SMPROGRAMS\Liberty Alliance Single Sign On\Website.lnk"