- fixed: language error message in WE Client Installer
When starting WE Client Installer many users were getting "LoadLanguages1 Languagename shall be included in LangNamesproperty!" and then program was crashing.
- fixed: WE DB Wizard fix in some update scripts
WE Db Wizard program contains many update scripts depending the database version installed. They are compiled into one common script. One of those small scripts (pro_update_375_376.sql) had a simple mistake that it caused update fail from db version 375.
- fixed: WE Client Uninstaller access violations fix
WE Client Uninstaller is using multithreading to make a concurrent client uninstall process. There were some errors with synchronization of thread events calls that were causing program crashing.
- fixed: "delete login" error in WE Pro
If WE Pro database was updated from version 349, there was a with deleting WE logins - they were not deleted with message "error in LoginsProvider.DeleteLogin".
- new: WE Firebird DB updater was enhanced
Now FbDbUpdater.exe program from WE Standard package can detect database versions from 364 and compile a common update script from many version-to-version scripts like WE DB Wizard from WE Professional package.