How to check if external program/software is installed using App
이전 댓글 표시
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
2020년 1월 17일
0 개 추천
Hi,
A similar question is answered in the link below.
댓글 수: 3
Ankit
2020년 1월 17일
Kritika Bansal
2020년 1월 17일
Did you try this command:
system("wmic product get Name, Version")
Ankit
2020년 1월 17일
카테고리
도움말 센터 및 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!