How to unblock a deployed application blocked by antivirus?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 30 Jan 2018
Modifié(e) : MathWorks Support Team
le 13 Août 2025
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?
Réponse acceptée
MathWorks Support Team
le 2 Juin 2023
Modifié(e) : MathWorks Support Team
le 2 Juin 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
0 commentaires
Plus de réponses (1)
Yair Altman
le 31 Jan 2018
Modifié(e) : MathWorks Support Team
le 13 Août 2025
Another possible cause for the antivirus block is the XML manifest file which is included in the deployed executable.
0 commentaires
Voir également
Catégories
En savoir plus sur Application Deployment dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!