MATLAB Compiler Previous page   Next Page

Deploying a Stand-Alone Application on a Network Drive

You can deploy a compiled stand-alone application to a network drive so that it can be accessed by all network users without having them install the MCR on their individual machines.

  1. On any Windows machine, execute MCRInstaller.exe to install the MATLAB Component Runtime (MCR). See Installing the MCR on a Deployment Machine for instructions.
  2. Copy the entire MCR directory (the directory where MCR is installed) onto a network drive.
  3. Copy the compiled application into a separate directory in the network drive and add the path <mcr_root>\<ver>\runtime\<arch> to all client machines. All network users can then execute the application.

If you are using either MATLAB Builder for COM or MATLAB Builder for Excel, you need to register the following DLLs on every client machine:

To register the DLLs, at the DOS prompt enter

These DLLs are located in <mcr_root>\<ver>\runtime\<arch>.


Previous page  Installing the MCR and MATLAB on the Same Machine Working with mcc Next page

© 1994-2005 The MathWorks, Inc.