How can I deploy an additional folder next to a compiled MATLAB application executable?
古いコメントを表示
I want to compile an application with compile app (standaloneApplicationCompiler) and deploy a folder with the installed application. My goal is to place that folder in the same installation directory as the executable, for example:
C:\Program Files\xxx\
|- appname.exe
|- folder_name
The "Files Packaged" in the compile app in the Installer section can include extra files, but it does not provide a standard way to expand a folder into the same path as the executable after installation. I also tried using "copyfile in" the main script, but it was difficult to identify the packaged files at runtime.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB Compiler SDK についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
