MATLAB: What is mechanism to silent uninstall matlab runtime

MATLABruntimeuninstall

What is the mechanism to uninstall matlab runtime silently? I tried creating uninstall_input.txt and adding mode=silent in it and then running command
uninstall.exe -inputFile C:\temp\my_uninstall.txt
from installed directory under program files where uninstall.exe is located but still uninstaller opens GUI.

Best Answer

You can try giving the command 'uninstall.exe -mode silent'.