Update matlab compiled app
4 views (last 30 days)
Show older comments
Jan Prochazka
on 28 Jan 2021
Answered: Rishik Ramena
on 1 Feb 2021
I have "developped" an matlab app for my colleagues and I'm the only one having Matlab licences.
I have compiled the project using compiler and it works reasonably fine.
Now I need to update the app to add some functionality. How can I build installer that overwrites the existing files with new instalation? So far the installers instal new app next to the older one.
0 Comments
Accepted Answer
Rishik Ramena
on 1 Feb 2021
You cannot exactly "update" the app to add some functionality. Sending out a new executable is far safer. You can find ways to simplify this process here.
0 Comments
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!