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

3 Ansichten (letzte 30 Tage)
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);

Antworten (1)

Sabir
Sabir am 19 Jan. 2021
Bearbeitet: Sabir am 19 Jan. 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

Kategorien

Mehr zu Model Preparation for Real-Time Simulation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by