This update adds support for UNC paths of global configuration and log folders, and improves unattended (silent) install support.
- [.44]Addition.All: UNC pathname support for global configuration and log folders, BUT use of these incur a performance penalty in the GUI (to be improved in subsequent updates). The core engine is mostly fine, though logging may want to be tuned down if network I/O is an issue.
- [.44]Addition.InstallHelper: Recursively create given global configuration folder and any necessary parent folders if it does not exist (as manually typed in configuration dialog, or given as a command line parameter during unattended installation)
- [.44]Addition.InstallHelper: Recursively create given global log folder and any necessary parent folders if it does not exist (as manually typed in configuration dialog, or given in command line)
- [.44]Addition.InstallHelper: More robust and expanded auto-cleanup of situation where prolasso.ini was embedded in a redundent subdirectory by the same name
- [.44]Addition.InstallHelper: Added new command line parameter /key for unattended installs
- [.44]Addition.InstallHelper: Provide more descriptive errors on unattended/silent install
- [.44]Addition.InstallHelper: Abort with error code 3 on critical config import errors
- [.44]Addition.InstallHelper: Abort with error code 4 with failure to create specified or default folder(s)
- [.44]Addition.InstallHelper: Abort with error code 5 with failure to create necessary registry key(s)
- [.44]Change.Logging: If specified global log folder does not exist, it is created along with any necessary parent folders
- [.44]Fix.InstallHelper: Improvements and fixes to /importconfigfrom command line switch
- [.44]Fix.InstallHelper: Fix bug where 'prolasso.ini' could be created as an unnecessary subdirectory, with prolasso.ini stored inside
- [.44]Fix.Licensing: Adjusted activation key code for server edition
- [.44]Fix.All: Fixed improper handling of empty global configuration path
- [.44]Docs.Update: Fixed poor sizing in Docs index
- [.44]Docs.Update: Updated command line options page