MATLAB: Selecting subset of products for R2020a silent install

installationMATLABsilent

Hello,
I'm using the R2020a_Linux.iso to perform a silent install of MATLAB on an Ubuntu system with using an institutional license.
According to the installer_input.txt template, I should be able to install a subset of products. However, no matter how many or few of the products I uncomment, it appears that all licensed products are always installed.
For example, if I uncomment only the "product.Econometrics_Toolbox", the installed toolbox directory contains the following:
ls /usr/local/MATLAB/R2020a/toolbox/
5g compiler_sdk experiments idelink mpc rl simulink stats
aero control finance ident mps robotics simulink_standalone symbolic
aeroblks curvefit fininst images multisim robust simulinktest sysarch
audio da fixedpoint imaq nav ros sl3d systemcomposer
autoblks database fixpoint instrument nnet rptgen sl_pir_cap target
autoblks_utils datafeed fuzzy javabuilder optim rptgenext slcontrol targetframework
bioinfo diagram geoweb learning parallel rtw slcoverage textanalytics
clone_detection_app dig glee local pde shared slde vision
coder dmr globaloptim lte phased signal sldv vnt
comm dsp gpucoder map physmod simbio slsim vnv
comparisons econ hdlcoder matlab realtime simevents sltp wavelet
compiler eml hdlfilter mlhadoop rf simulation_pacing stateflow
Is there another way to control which products are installed?

Best Answer

I didn't realize that there was a product line for MATLAB itself. By also including "product.MATLAB", the subset of selected products are installed as expected. In R2019b, there was a message in the install log indicating that I hadn't installed MATLAB. In R2020a, it seems that the installer defaults to installing all licensed products.