Info
This question is closed. Reopen it to edit or answer.
When I package a MATLAB program with the compiler, can I configure the installer to modify system or environment variables?
1 view (last 30 days)
Show older comments
I built an application that calls external functions. I compiled the app with the compiler and packaged it. When I distribute this to my customers running Windows 7, they have to add an environment variable and add a folder to the system path. Is there a way to configure the installer to do this automatically?
1 Comment
Adam
on 8 May 2017
I'm not aware that you can with the installer, but I do this in the Matlab code that starts up my compiled program.
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!