MATLAB Excel Builder | ![]() ![]() |
Packaging and Distributing the Component
Once you have successfully compiled your models and created the Excel add-in, you are ready to package the component for distribution to your end users.
Choose Component -> Package Component to create a self-extracting executable containing these files.
The self-extracting executable is named <componentname>.exe
.
Running the installer on a target machine performs these steps:
<application>\bin\win32
directory that mglinstaller
creates to your path. (<application>
represents the deployed application's root directory, the directory where the deployed application resides on your system.)
mwregsvr
registers mwcomutil.dll
and <componentname>_<projectversion>.dll
.
mglinstaller
writes any Excel add-ins (*.xla
) to the current directory location.
.xla
file.
You must repeat this distribution process on each target machine.
![]() | Application Deployment | Graphical User Interface | ![]() |