win_installer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding language pack to patch

    • -0
    • +18
    ./patch/src/ant/LanguagePack.xml
    • -0
    • +151
    ./patch/src/includes/Functions.nsh
    • -0
    • +26
    ./patch/src/sql/updateLocales.sql
Creating patch project under win_installer for 2.1.1 patch

    • binary
    ./patch/assembly/lams-tool-lachat11.jar
    • binary
    ./patch/assembly/lams-tool-lachat11.war
    • -0
    • +53
    ./patch/documents/license-wrapper.txt
    • -0
    • +2606
    ./patch/documents/license.txt
    • -0
    • +90
    ./patch/documents/readme.txt
    • binary
    ./patch/graphics/favicon.ico
    • binary
    ./patch/graphics/header.bmp
    • binary
    ./patch/graphics/lams2.ico
    • binary
    ./patch/lib/mysql-connector-java-3.1.12-bin.jar
    • -0
    • +19
    ./patch/src/ant/update-database.xml
    • -0
    • +17
    ./patch/src/final.ini
    • -0
    • +383
    ./patch/src/includes/Functions.nsh
    • -0
    • +66
    ./patch/src/lams-update.ini
    • -0
    • +690
    ./patch/src/patch.nsi
    • -0
    • +4
    ./patch/src/sql/update-script.sql
FINAL FIX for 2.1 windows installer updater!

The required filed Alter21Integration.java (Alter21Integration$OrgDTO.class) was not included so that script was failing on inception, this has been fixed.

Ready for final 2.1 tag.

Final 2.1 windows/installer changes

Changing qtz tables to caps to allow split configuration to work with unix db server

Adding malaysian, russian and japanese to the list of languages in the installer

Fixing the start script to allow for mysql installed on another computer

Moving the dump.sql out of the build dir so it gets committed for reference in the CVS

    • -0
    • +4461
    ./database/dump.sql
Updating readmes for 2.1

  1. … 2 more files in changeset.
Adding malay to 2.1 updaters updateLocales.sql

  1. … 1 more file in changeset.
2.1 Changes for the windows installer/updater

LI-159 Updated mysql-ds.xml to have an extra line in it

For LDEV-1511 and LDEV-1702

- Update locales adds the Japanes language to the list iff it doesnt already exist

- update-core-database allows alter_21_engine.sql to fail, as tables may already be innodb and they may already have their foreign keys listed

    • -2
    • +15
    ./updater/src/ant/update-core-database.xml
    • -0
    • +27
    ./updater/src/sql/updateLocales.sql
Readme updated for 2.1

Updated ant tasks to not generate new deploy.xmls (for tool deployer) but instead use the new ones generated by Fiona's changes and simply replace the configuration-specific items using ant's filter

    • -4
    • +35
    ./updater/src/ant/update-deploy-tools.xml
Added empty-password handling to the mysql checks, previously it was expecting a not-null password, but sometimes there is not password in mysql

Fixed up reverter for 2.1, previously, the revert.exe file was being run from the user's install dir, which was subsequently overwritten - causing an error. Copy is now done using ant, and the revert.exe is not overwritten

Added cdoe in to update mysql-ds.xml for the installer and the updater

    • -2
    • +0
    ./updater/src/ant/update-deploy-tools.xml
    • -0
    • +20
    ./updater/src/ant/update-mysql-ds-xml-2.1.xml
[LI-159] Code to fix an update to mysl-ds.xml

Some left over changes to the windows installer: - Fixed the missing branches jsp for monitor and learner - Added hungarian

    • -0
    • +2
    ./updater/src/ant/update-deploy-tools.xml
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

    • -0
    • +53
    ./installer/documents/license-wrapper.txt
    • -0
    • +2606
    ./installer/documents/license.txt
    • -0
    • +75
    ./installer/documents/readme.txt
    • binary
    ./installer/graphics/favicon.ico
    • binary
    ./installer/graphics/header.bmp
    • binary
    ./installer/graphics/lams2.ico
  1. … 108 more files in changeset.
LAMS RC1 windows installer files

    • -0
    • +79
    ./installer/src/lams-start.nsi
    • -0
    • +43
    ./installer/src/lams-stop.nsi
Intataller for 2.1 Beta, changed directory struture to separate installer from updater

    • -0
    • +53
    ./installer/license-wrapper.txt
    • -0
    • +2606
    ./installer/license.txt
    • -360
    • +0
    ./installer/src/includes/Functions.nsh
2.1 Beta installer work

    • -0
    • +348
    ./installer/conf/log4j.xml
    • -0
    • +170
    ./installer/conf/login-config.xml
    • -0
    • +9
    ./installer/conf/news.html
    • -0
    • +75
    ./installer/readme.txt
    • -0
    • +93
    ./installer/src/build.xml
    • -0
    • +17
    ./installer/src/final.ini
    • -0
    • +648
    ./installer/src/includes/Functions.nsh
    • -0
    • +1244
    ./installer/src/installer.nsi
    • -0
    • +50
    ./installer/src/lams-update.ini
    • -0
    • +52
    ./installer/src/lams.ini
    • -0
    • +107
    ./installer/src/lams2.ini
    • -0
    • +136
    ./installer/src/mysql.ini
    • -0
    • +19
    ./installer/src/uninstall.ini
    • -0
    • +66
    ./installer/src/wildfire.ini
    • -0
    • +64
    ./installer/templates/index.html
  1. … 6 more files in changeset.
windows installer/updater/uninstaller now gets mysql version through the newly added checkmysqlversion.java. Further a number of the calls, ie to dump the database, to create the database etc, have been changed to only occur if the mysql_host is set to localhost

    • -0
    • +97
    ./src/checkmysqlversion.java
Jira LI-131: Fixed problem where windows updater would overwrite news.html if it has been modified by the user

    • -0
    • +13
    ./templates/news-2.0.2.html
fixed problem where it could not find the database when running lams-restore

changed mysql check for backup.nsi to be vista compatible

Jira LI-135: Update no longer overwrites sysadmin password. Fixed for both unix and windows updaters.

    • -1
    • +1
    ./templates/update_lams_configuration.sql
  1. … 1 more file in changeset.
jira L1-117: Added MYSQL_HOST field to windows updater.

    • -0
    • +92
    ./src/checkmysql.java
    • -0
    • +50
    ./src/lams-update.ini