I would to install the Simulink Desktop Real-Time kernel . I encountered the following error in the installation process. How to fix it?

3 visualizaciones (últimos 30 días)
Error using sldrtkernel>ErrorDialog (line 424)
Installer error: "Failed to start Simulink Desktop Real-Time kernel service.
Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a
file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.".
Error in sldrtkernel>RunInstaller (line 339)
ErrorDialog(prompt, message('sldrt:installer:installererror', errmsg));
Error in sldrtkernel>sldrtk_setup (line 124)
result = RunInstaller(prompt, 'install');
Error in sldrtkernel (line 64)
retval = sldrtk_setup(prompt);

Respuestas (1)

Sabir
Sabir el 19 de En. de 2021
Editada: Sabir el 19 de En. de 2021
if you are using windows 7 you must install KB3033929 update for Kernel instalation.
you can find that update in the link below
https://docs.microsoft.com/en-us/security-updates/SecurityAdvisories/2015/3033929?redirectedfrom=MSDN

Categorías

Más información sobre Model Preparation for Real-Time Simulation 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!

Translated by