Index: win_installer/src/language-pack.nsi =================================================================== diff -u -r7db31af326344a506bfe3236e265f54ed0710043 -rce901ab7ed1f16ed2995f1bd477d1f8c40a3aa10 --- win_installer/src/language-pack.nsi (.../language-pack.nsi) (revision 7db31af326344a506bfe3236e265f54ed0710043) +++ win_installer/src/language-pack.nsi (.../language-pack.nsi) (revision ce901ab7ed1f16ed2995f1bd477d1f8c40a3aa10) @@ -171,8 +171,7 @@ Section "LAMS Language Pack ${VERSION}" LanguagePack # write this language pack version to registry - ###############UNCOMMENT BELOW LINE BEFORE DEPLOY - #WriteRegStr HKLM "${REG_HEAD}" "language_pack" $VERSION_INT + WriteRegStr HKLM "${REG_HEAD}" "language_pack" $VERSION_INT Detailprint 'Writing Language pack version ${VERSION} to registry: "${REG_HEAD}"' setoutpath $EXEDIR @@ -193,7 +192,7 @@ call copyFlashxml ; Finally, add rows in the database (lams_supported_locale) for all new language files - call updateDatase + call updateDatabase SectionEnd ;-------------------------------- @@ -564,7 +563,7 @@ Exch $R0 ;first FunctionEnd -Function updateDatase +Function updateDatabase SetOutPath $INSTDIR file /a "languages.txt"