MATLAB: Is it possible to include selected toolboxes while deploying a standalone app which requires less size installation of MCR on target system

matlab coderMATLAB Compilermcrruntime

as the MCR size is greater than 340MB it is hard to download the matlab runtime over some metered networks. I build a windows standalone application using MATLAB R2012b which is about 20MB in size but the size of MCR limits me to share and package a windows installer with it.so please suggest me how to decrease size of MCR.Is there any MATLAB runtimes for dedicated toolboxes for deploying?

Best Answer

I'm pretty sure the answer is no. You have to install the whole MCR regardless if you're only using a single function from it.