Deploying a standalone application to computer with no install privileges
Show older comments
I wrote a simple GUI which I was planning on placing in a standalone application to be run on a computer without Matlab. I included the runtime because I don't think the person running the program will have any install privileges. Unfortunately when I want to run the program on my computer it tries to run an installation program. From what I can tell it is not possible to generate executables using the deployment tool that can be run without installing something.
However, there are numerous other deployment options. Do any of these support running code without installing, even if a bit of extra wrapping work is required?
Answers (2)
Jim Hokanson
on 9 Jul 2018
1 vote
Maybe the Matlab Coder? I.e., convert your code to C/C++, compile that, and deploy the executable.
1 Comment
Jim Hokanson
on 4 Jul 2018
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!