Deploytool, which folder to distribute?

After packaging, a few folders produced. Which is the right folder to distribute, assuming the user doesn't have Matlab installed on their computer. Deploytool was set to download the runtime lib. I guess it's the "for_distribution" but it has only one file in it.
Thanks.

 採用された回答

Greg
Greg 2018 年 2 月 4 日
編集済み: Greg 2018 年 2 月 4 日

0 投票

The for_redistribution folder bundles your application with a web-downloading runtime installer. After running MyAppInstaller_web.exe, your user will have get_scan_info.exe in the installation folder.
The for_redistribution_files_only folder contains only the minimum files necessary to run the application: get_scan_info.exe. This works if you know your user has the MATLAB runtime installed already.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

質問済み:

2018 年 2 月 2 日

編集済み:

2018 年 2 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by