MATLAB: Doesn’t the installer create a SERVER / USE_SERVER client license file for all platforms

MATLAB

When I install a concurrent client on UNIX, Linux, or Mac, the installer doesn't create a SERVER / USE_SERVER license file as it does on Windows.

Best Answer

Releases prior to R2008a will not create a SERVER / USE_SERVER license file because the Linux installer requires the TMW_ARCHIVE line for installation. Thus, the "INCREMENT TMW_ARCHIVE" line, along with all the other INCREMENT lines, is left unchanged by the installer.
However, installation is actually possible with a SERVER USE_SERVER type license file, as long as it points to an existing server that has an INCREMENT TMW_ARCHIVE line. You can manually create this file, using the SERVER line from the license manager as the SERVER line, and USE_SERVER as the second line. For example:
SERVER serverName serverAddress TCPport
DAEMON pathToVendorDaemon
INCREMENT TMW_ARCHIVE
INCREMENT MATLAB
ect..
would become
SERVER serverName serverAddress TCPport
USE_SERVER