Loading data files deployed with standalone exe.

3 views (last 30 days)
I have a standalone exe and I want to add some data files to deploy with it. Currently I make the user browse to the files, but I want to include these files as part of the package and have them automatically load based on settings the user has chosen.
How do I load these files as I need them?

Accepted Answer

Walter Roberson
Walter Roberson on 13 Dec 2012
Use deploytool -a to add the files. And read the documentation for ctfroot() and isdeployed()

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!