Updated Enterprise Server assembly to support new features in application installer:
- Every variable could be escaped to be compatible with MySQL or MS SQL. To escape variable's value for MySQL it should be written as ${variable.name.mysql-escaped}. For MS SQL ${variable.name.mssql-escaped}. Other words you can add ".mysql-escaped" or ".mssql-escaped" suffix to any supported variable.
- Added new ${installer.slashvirtualdir} which is evaluated to "" (empty string) if virtual directory is not specified; otherwise it is evaluated to "/virtdir".
- Added new ${installer.fullwebpath.www} variable which is the same as ${installer.fullwebpath}, but with "www." at the beginning.
To install the assembly copy it to "bin" folder of Enterprise Server.