フィルターのクリア

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

2 ビュー (過去 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 Center および File ExchangeIntroduction 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