How to check if external program/software is installed using App
Mostra commenti meno recenti
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
Risposte (1)
Kritika Bansal
il 17 Gen 2020
0 voti
Hi,
A similar question is answered in the link below.
3 Commenti
Ankit
il 17 Gen 2020
Kritika Bansal
il 17 Gen 2020
Did you try this command:
system("wmic product get Name, Version")
Ankit
il 17 Gen 2020
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!