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

42 views (last 30 days)
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 Comment
Frantisek Brazdik
Frantisek Brazdik on 17 Jun 2024
Edited: Frantisek Brazdik on 17 Jun 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.

Sign in to comment.

Accepted Answer

Frantisek Brazdik
Frantisek Brazdik on 17 Jun 2024
My actual workaround is to get rid of the file \R2024a\sys\mwds\win64\mci.zip from the installation.
  2 Comments
Azat Khuziyakhmetov
Azat Khuziyakhmetov on 8 Nov 2024 at 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

Sign in to comment.

More Answers (1)

Muskan
Muskan on 17 Jun 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 Comment
Frantisek Brazdik
Frantisek Brazdik on 17 Jun 2024
Edited: Frantisek Brazdik on 17 Jun 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.

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

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

Start Hunting!