How to check if external program/software is installed using App
조회 수: 5 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
Kritika Bansal
2020년 1월 17일
Hi,
A similar question is answered in the link below.
댓글 수: 3
Kritika Bansal
2020년 1월 17일
Did you try this command:
system("wmic product get Name, Version")
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!