Changes to the win_installer project as of 2.1:Project is split up into smaller sections:- installer- updater- utils - language pack - start lams - stop lams - backup lams - restor lams- java
[LI-35] Now language-pack.nsi finally updates the rows in lams_supported_local with the correct utf-8 values, thanks to a non-procedural sql sript that Fiona made, which can be run in ant
Unable to use nsExec::ExecToStack when there is redirection involved. ie: nsExec::ExecToStack mysql < insertlocale.sqlHave to use ant instead, which is fairly annoying