How to disable installing INSTALLMAT​HWORKSSERV​ICEHOST.EX​E?

44 visualizaciones (últimos 30 días)
I am running Matlab installation in restricted institutional environment under network licence. At the start of Matlab 2024a, update 3 INSTALLMATHWORKSSERVICEHOST.EXE tries to run.
No web features are allowed in this environment, I would like to avoid/disable installing this process as it triggers security control.
How to disable such installation on the run? How to prepare such installation to avoid this?
  1 comentario
Frantisek Brazdik
Frantisek Brazdik el 17 de Jun. de 2024
Editada: Frantisek Brazdik el 17 de Jun. de 2024
Any installation of service by user is against the security policy, so this has to be resolved in single installation. Such thing that the installed program opens hidden zip and tries to install anything is suspicions and not secure.
Either it should have option not not install when calling Matlab or it should be prepared when Matlab network installation is created.

Iniciar sesión para comentar.

Respuesta aceptada

Frantisek Brazdik
Frantisek Brazdik el 17 de Jun. de 2024
My actual workaround is to get rid of the file \R2024a\sys\mwds\win64\mci.zip from the installation.
  2 comentarios
Andrea Luciani
Andrea Luciani el 15 de Oct. de 2024
chmod 700 ... thanks for sharing
Azat Khuziyakhmetov
Azat Khuziyakhmetov el 8 de Nov. de 2024 a las 12:00
Thank you very much for posting this!
This works for other operating systems as well, i.e. under Linux:
chmod 000 /path/to/matlab/R2024b/sys/mwds/glnxa64/mci.zip

Iniciar sesión para comentar.

Más respuestas (1)

Muskan
Muskan el 17 de Jun. de 2024
Hello Frantisek,
You can refer to the following MATLAB Answer, particularly the steps in point 1, "End all MATLAB-related processes" and the steps in point 2, "Uninstall the MathWorks Service Host" to uninstall the MathWorks Service Host:
I hope this helps!
  1 comentario
Frantisek Brazdik
Frantisek Brazdik el 17 de Jun. de 2024
Editada: Frantisek Brazdik el 17 de Jun. de 2024
I can not do this, this installation is triggered for any network licence user who tries to start Matlab.
This is not institutional solution that I am looking for. There should be option to disable such installation. User is not allowed to install any process, this is even worse as it installs into his profile.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by