Index: win_installer/BUILD-InstallerUpdater.txt =================================================================== RCS file: /usr/local/cvsroot/win_installer/BUILD-InstallerUpdater.txt,v diff -u -r1.1 -r1.2 --- win_installer/BUILD-InstallerUpdater.txt 27 Feb 2007 00:16:24 -0000 1.1 +++ win_installer/BUILD-InstallerUpdater.txt 27 Feb 2007 02:26:58 -0000 1.2 @@ -17,8 +17,8 @@ rebuild-db assemble-ear - deploy-ear deploy-ear-updater + deploy-ear deploy-tools copyfiles @@ -29,18 +29,20 @@ 6. Compile src/lams-start.nsi and src/lams-stop.nsi 7. Make sure you have all the latest language files in your lams workspace, you can do this by simply synchronising and updating with the CVS repository -8. Put the date that you want for the language pack at this line - (around line 35): !define VERSION "2006-20-12" (example) +8. (In updater.nsi) Put the date that you want for the language pack at this line + (around line 52): !define VERSION "2006-20-12" (example) Make sure it is in the form "yyyy-mm-dd" 9. In updateLocales.sql, you must alter it to insert the required rows in the database. Update updateLocales.sql, so that every language to be supported by the current version is in the list An example line is below: INSERT INTO locale_temp (language_iso_code, country_iso_code, description, direction, combined) VALUES ('pt','BR','Portugu�s (Brasil)','LTR','pt,BR'); -10. In updateLocales.sql change the date to the date of this language pack at the - line: +10.In updateLocales.sql change the date to the date of this language pack at + the line: UPDATE lams_configuration set DictionaryDateCreated("2006-12-20"); (example) +11.Put in the timestamp for the version number and the version number fields in + updater.nsi (around line 51) +12.Compile src/updater.nsi -