Use Matlab MCR without installing it (due to IT restrictions)
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jose Blasques
el 28 de Jun. de 2018
Hi,
I want to distribute an executable built using Matlab compiler to users in my organization which do not have Matlab installed in their computers.
The caveat is, due to IT restrictions in our organization, we can share executables but we cannot run installers like the MCR installer. Since they cannot install MCR, they cannot run the executable either.
Is there a solution for this problem?
I am working with Matlab 2017b and the executable is written with app designer.
Thanks, José
0 comentarios
Respuesta aceptada
OCDER
el 28 de Jun. de 2018
Editada: OCDER
el 28 de Jun. de 2018
NEW POTENTIAL ANSWER
Take a look here, section " Install the MATLAB Runtime without Administrator Rights " https://www.mathworks.com/help/compiler/install-the-matlab-runtime.html
OLD ANSWER
It's odd you can run .exe but not install mcr, as .exe was one of the main way to spread malicious code... https://fileinfo.com/help/dangerous_windows_file_types
The other alterinative is to use network drives and have the MCR installed there. Read this Q&A: https://www.mathworks.com/matlabcentral/answers/93054-how-do-i-deploy-my-compiled-stand-alone-application-on-a-network-drive-so-that-it-can-be-accessed-by
2 comentarios
Rik
el 28 de Jun. de 2018
Some organisations take the sandbox approach to security: just wipe every change the user made to system when they log off. That way you can run any exe you like, but you won't be able to do much. Some schools do this. You get access to a network drive, but only some whitelisted filetypes can be saved. The only option for students is to rename the extension ;)
OCDER
el 28 de Jun. de 2018
Ah, extension renaming - that's how I used to send .exe file (my own safe one of course!) through email attachment filters ;)
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!