Windows java installer includes now lasso.jar. Usefull isn't it ?

This commit is contained in:
Romain Chantereay 2004-09-07 08:50:54 +00:00
parent e1510ecd97
commit bd7d5b1961
1 changed files with 4 additions and 2 deletions

View File

@ -49,7 +49,7 @@ SetCompressor bzip2
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Install-java-lite-0_4.exe"
InstallDir "$SYSDIR"
InstallDir "$PROGRAMFILES\Liberty Alliance Single Sign On Java"
ShowInstDetails show
ShowUnInstDetails show
@ -59,6 +59,7 @@ FunctionEnd
Section "L.A.S.S.O. Java" SEC08
File "..\..\java\.libs\libjlasso.dll"
File "..\..\java\lasso.jar"
SectionEnd
Section -AdditionalIcons
@ -98,7 +99,8 @@ Section Uninstall
Delete "$INSTDIR\${PRODUCT_NAME}.url"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\libjlasso.dll"
Delete "$INSTDIR\lasso.jar"
Delete "$SMPROGRAMS\Liberty Alliance Single Sign On Java\Uninstall.lnk"
Delete "$SMPROGRAMS\Liberty Alliance Single Sign On Java\Website.lnk"