User`s guide

4 Stand-Alone Applications
4-26
See the MATLABAddin.hlp file in the <matlab>\bin\win32 directory, or
Click on the Help icon in the MATLAB add-in for Visual Studio toolbar
Packaging Windows Applications for Distribution
To distribute a stand-alone Windows application, you must create a package
containing these files:
Your application executable.
The contents, if any, of a directory named
bin, created by mbuild in the same
directory as your application executable. Note:
mbuild does not create a bin
directory for every stand-alone application.
Any custom MEX-files your application uses.
All the MATLAB run-time libraries.
For specific information about packaging these files, see Distributing
Stand-Alone Applications on page 4-27.
Help Icon