필터 지우기
필터 지우기

Deploytool, which folder to distribute?

조회 수: 6 (최근 30일)
John
John 2018년 2월 2일
편집: Greg 2018년 2월 4일
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일
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개)

카테고리

Help CenterFile 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!

Translated by