win_installer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
L1-118: Changed build.xml in win_installer/build to include required jars in classpath

Code for the win 2.0.3 Installer/Updater and the 2.0.4 Updater added

LAMS-2.0.4.exe is compiled from a separate file, update-204.nsi

    • -0
    • +107
    ./src/Update204.java
    • -0
    • +429
    ./src/update-204.nsi
  1. … 1 more file in changeset.
Final changes for the 2.0.3 updater/installer

    • -0
    • +110
    ./src/GetLlidFolderNames.java
    • -0
    • +130
    ./src/UpdateLAMS202Chat.java
  1. … 4 more files in changeset.
Creating the reverter code for the next installer/updater

Creating the reverter code for the next installer/updater

    • -0
    • +17
    ./templates/revert.xml
changing the memory settings in wrapper.conf to comply with the instructions on the wiki

LI-100 limit wrapper log size

Resolves [LI-87]

The installer now lets you choose whichever java installation you want as long as its 5 or 6

Resolved [LI-86] "transaction=READ-COMMITTED" is only written to my.ini if it is not already there (for future updates)

For backup utility, the revert wiki URL is shown on the last page

Finishing off backup executable, close [LI-70]

Checks stops it if you want it to stop

Resolved [LI-86] "transaction=READ-COMMITTED" is only written to my.ini if it is not already there (for future updates)

Resolved LI61, language files are now pulled out correctly

Final cosmetic changes for the backup utility. Enjoy!

    • -0
    • +9
    ./src/backup-finish.ini
final code for the 2.0.2 installer/updater also includes backup utility and the reverter code (unfinished)

    • -0
    • +33
    ./src/revert-dir.ini
Updated readme file for 2.0.2.