Index: win_installer/BUILD-InstallerUpdater.txt =================================================================== RCS file: /usr/local/cvsroot/win_installer/BUILD-InstallerUpdater.txt,v diff -u -r1.3 -r1.4 --- win_installer/BUILD-InstallerUpdater.txt 2 Mar 2007 00:35:19 -0000 1.3 +++ win_installer/BUILD-InstallerUpdater.txt 22 Mar 2007 07:57:18 -0000 1.4 @@ -20,28 +20,31 @@ deploy-ear deploy-tools copyfiles + + Also need to run the copy-jar target in the build.xml from lams_tool_deploy 3. Start LAMS, login as sysadmin/sysadmin, and delete the users 'test', 'mmm' - and 'lamskh01'. -4. Check out jsMath and run the build-war ant target -5. Run the dump-db and compile-java targets in the main build.xml file -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 + and 'lamskh01'. +4. Delete the SMPTServer entry from the lams_configuration table +5. Check out jsMath and run the build-war ant target +6. Run the dump-db and compile-java targets in the main build.xml file +7. Compile src/lams-start.nsi and src/lams-stop.nsi +8. 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. (In updater.nsi) Put the date that you want for the language pack at this line +9. (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 +10. 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 +11.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 +12.Put in the timestamp for the version number and the version number fields in updater.nsi (around line 51) -12.Compile src/updater.nsi +13.Compile src/updater.nsi Index: win_installer/backup.txt =================================================================== RCS file: /usr/local/cvsroot/win_installer/Attic/backup.txt,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ win_installer/backup.txt 22 Mar 2007 07:57:18 -0000 1.1 @@ -0,0 +1,3 @@ +Please go to: +http://wiki.lamsfoundation.org/display/lamsdocs/Revert+To+Windows+Updater+Backup +For instructions on how to revert to an older version from a backup \ No newline at end of file Index: win_installer/src/backup.ini =================================================================== RCS file: /usr/local/cvsroot/win_installer/src/Attic/backup.ini,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ win_installer/src/backup.ini 22 Mar 2007 07:57:17 -0000 1.1 @@ -0,0 +1,20 @@ +[Settings] +NumFields=2 +CancelShow=0 +BackEnabled=0 +NextButtonText=Run Backup + +[Field 1] +Type=DirRequest +Left=69 +Top=62 +Right=219 +Bottom=72 + +[Field 2] +Type=Label +Left=69 +Top=38 +Right=229 +Bottom=63 +Text=Please enter or browse for a location to backup your LAMS directory\r\n\r\nl Index: win_installer/src/backup.nsh =================================================================== RCS file: /usr/local/cvsroot/win_installer/src/Attic/backup.nsh,v diff -u Binary files differ Index: win_installer/src/backup.nsi =================================================================== RCS file: /usr/local/cvsroot/win_installer/src/Attic/backup.nsi,v diff -u Binary files differ Index: win_installer/src/revert-dir.ini =================================================================== RCS file: /usr/local/cvsroot/win_installer/src/Attic/revert-dir.ini,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ win_installer/src/revert-dir.ini 22 Mar 2007 07:57:17 -0000 1.1 @@ -0,0 +1,33 @@ +[Settings] +NumFields=4 +NextButtonText=Run Revert + +[Field 1] +Type=Label +Left=25 +Top=44 +Right=86 +Bottom=55 +Text=LAMS backup dir: + +[Field 2] +Type=DirRequest +Left=86 +Top=42 +Right=261 +Bottom=55 + +[Field 3] +Type=DirRequest +Left=85 +Top=78 +Right=261 +Bottom=91 + +[Field 4] +Type=Label +Left=25 +Top=79 +Right=86 +Bottom=89 +Text=LAMS revert dir: Index: win_installer/src/revert.nsi =================================================================== RCS file: /usr/local/cvsroot/win_installer/src/Attic/revert.nsi,v diff -u Binary files differ Index: win_installer/src/updateLocales.sql =================================================================== RCS file: /usr/local/cvsroot/win_installer/src/Attic/updateLocales.sql,v diff -u -r1.7 -r1.8 Binary files differ Index: win_installer/src/updater.nsi =================================================================== RCS file: /usr/local/cvsroot/win_installer/src/Attic/updater.nsi,v diff -u -r1.6 -r1.7 Binary files differ Index: win_installer/templates/news.html =================================================================== RCS file: /usr/local/cvsroot/win_installer/templates/Attic/news.html,v diff -u -r1.1 -r1.2 --- win_installer/templates/news.html 26 Feb 2007 23:49:35 -0000 1.1 +++ win_installer/templates/news.html 22 Mar 2007 07:57:17 -0000 1.2 @@ -1,7 +1,7 @@

Latest News & Updates