executable file without supporting file?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello Sir! I made an exe file in matlab 6.5 using mcc. It needs some dll files in the runtime, where matlab is not installed. I came to know that mglinstaller.exe is need to installed before executing the exe. But mglinstaller.exe needs user interaction in the time of installation. How all the supporting files, needs in runtime can be attached to the .m file before making .exe?
댓글 수: 0
답변 (3개)
Bruno Luong
2011년 1월 29일
You need to read the doc concerning deploying an application. First and foremost it requires to install the MCR (Matlab Component Runtime).
댓글 수: 0
Brett Shoelson
2011년 2월 8일
When you build your application (using Deploytool, for instance), you will need to provide hard links to the supporting dll's. Then they'll be encapsulated with the deployed application. See the help for deploytool:
Cheers, Brett
댓글 수: 0
Kaustubha Govind
2011년 2월 8일
You can check the Embed the MCR in the package option in deploytool to include MCRInstaller in your executable.
댓글 수: 0
참고 항목
카테고리
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!