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

조회 수: 8 (최근 30일)
Ankit
Ankit 2019년 11월 6일
댓글: Ankit 2020년 1월 17일
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

답변 (1개)

Kritika Bansal
Kritika Bansal 2020년 1월 17일
  댓글 수: 3
Kritika Bansal
Kritika Bansal 2020년 1월 17일
Did you try this command:
system("wmic product get Name, Version")
Ankit
Ankit 2020년 1월 17일
yes, I tried it. It doesn't show the major simulation software installed!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by