How to check if external program/software is installed using App

5 visualizaciones (últimos 30 días)
Ankit
Ankit el 6 de Nov. de 2019
Comentada: Ankit el 17 de En. de 2020
I developed an App which simulates the Simulink model. This simulink model requires another external program/software which need to be installed.
In case a new user uses this app, he need to install this external program manually in order to simulate the model.
I am looking for a way in which when I run the app it search for this program and prompt or install the program if it is not installed.
Looking for some feedback!
Thanks
Ankit

Respuestas (1)

Kritika Bansal
Kritika Bansal el 17 de En. de 2020
  3 comentarios
Kritika Bansal
Kritika Bansal el 17 de En. de 2020
Did you try this command:
system("wmic product get Name, Version")
Ankit
Ankit el 17 de En. de 2020
yes, I tried it. It doesn't show the major simulation software installed!

Iniciar sesión para comentar.

Categorías

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

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by