Index: win_installer/src/language-pack.nsi =================================================================== diff -u -r3e0afea3eb6fc82e9bb97b1374c29caa67439d87 -r264a81e13f9851c2f44ecfdbbf6fbb35a10a02ce --- win_installer/src/language-pack.nsi (.../language-pack.nsi) (revision 3e0afea3eb6fc82e9bb97b1374c29caa67439d87) +++ win_installer/src/language-pack.nsi (.../language-pack.nsi) (revision 264a81e13f9851c2f44ecfdbbf6fbb35a10a02ce) @@ -30,7 +30,7 @@ # constants -!define VERSION "2007-02-09" ; DATE of language pack in fromat YYYYMMDD +!define VERSION "2007-02-10" ; DATE of language pack in fromat YYYYMMDD !define SOURCE_JBOSS_HOME "D:\jboss-4.0.2" ; location of jboss where lams is deployed !define REG_HEAD "Software\LAMS Foundation\LAMSv2" @@ -120,7 +120,7 @@ SectionIn RO - + Detailprint "${__TIMESTAMP__}" Detailprint 'Writing Language pack version ${VERSION} to registry: "${REG_HEAD}"' setoutpath "$INSTDIR\zip" @@ -212,7 +212,6 @@ delete "$INSTDIR\updateLocales.sql" delete "$INSTDIR\LanguagePack.xml" delete "$INSTDIR\installer.properties" - rmdir /r $TEMP rmdir /r "$INSTDIR\apache-ant-1.6.5" rmdir /r $TEMP\installer.properties" FunctionEnd