Local clients on a network can access MATLAB® Runtime on a network drive.
On Linux® systems, distributing to a network file system is the same as distributing
to a local file system. After installing MATLAB Runtime, set the LD_LIBRARY_PATH environment variable or use
shell scripts that point to the MATLAB Runtime installation. For information on setting the library path, see Set MATLAB Runtime Path for Run-Time Deployment.
On Windows® systems, complete the following steps to run applications using a network install of MATLAB Runtime:
Run the mcrinstaller function to
obtain name and location of the MATLAB Runtime installer.
Copy the entire MATLAB Runtime folder onto a network drive.
Copy the compiled application into a separate folder on
the network drive and add the directory
to the path on all client machines. All network clients can then execute the
application.<MATLAB_RUNTIME_INSTALL_DIR>\<VERSION>\runtime\<ARCH>
The following table specifies which DLLs to register on each client machine to deploy specific applications.
| Application Deployed | DLLs to Register |
|---|---|
| Excel® Add-Ins |
|
| .NET assemblies to create COM objects | mwcomutil.dll |
To register the DLLs, at the system command prompt enter:
mwregsvr <fully_qualified_pathname\dllname.dll>
These DLLs are located in
<.<MATLAB_RUNTIME_INSTALL_DIR>>\<VERSION>\bin\win64
Note
These libraries are automatically registered on the machine on which the installer was run.