How can I silently install a program which was written and compiled in MATLAB R2024a?

13 visualizaciones (últimos 30 días)
I found instructions on how to install MATLAB Compiler Runtime in silent mode in the following documentation page:
 
But assuming that the Runtime is already installed, is it possible to silently install a program which was written and compiled in MATLAB?
 

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 29 de Mzo. de 2024
Editada: MathWorks Support Team el 14 de En. de 2021
It is possible to install a program written and compiled in MATLAB in silent mode, in a way similar to installing the MATLAB Compiler Runtime non-interactively. The general command used in the Terminal is as follows:
<installer> -mode silent -agreeToLicense yes
For example, if you have a standalone application that you want to install in silent mode on Windows, do the following:
  1. From the operating system command line, navigate to the "for_redistribution" folder of the compiled application where you would find the installer "MyAppInstaller_web' executable
  2. Execute the below command in the command line:
MyAppInstaller_web.exe -mode silent -agreeToLicense yes

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by