How to unblock a deployed application blocked by antivirus?

6 visualizaciones (últimos 30 días)
I can not run a standalone application deployed with MATLAB Compiler because the antivirus blocks it.
The application works fine in MATLAB and it successfully compiles, but when I try to execute (I try 'for_testing' and 'for_redistribution') the antivirus treats it as malware.
How can I fix this?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 2 de Jun. de 2023
Editada: MathWorks Support Team el 2 de Jun. de 2023
In order to fix this issue, consult with your antivirus vendor to help allow the standalone application.
Another possible workaround would be to compile the program without embedding the CTF archive into binaries using the "-C" flag:
>> mcc -C -m options mfilename

Más respuestas (1)

Yair Altman
Yair Altman el 31 de En. de 2018
Editada: MathWorks Support Team el 13 de Ag. de 2025
Another possible cause for the antivirus block is the XML manifest file which is included in the deployed executable.

Categorías

Más información sobre Application Deployment en Help Center y File Exchange.

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by