How can I deploy an additional folder next to a compiled MATLAB application executable?
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Get Started with MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
