How to unblock a deployed application blocked by antivirus?
9 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2018-1-30
编辑: MathWorks Support Team
2023-6-2
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?
采纳的回答
MathWorks Support Team
2023-6-2
编辑:MathWorks Support Team
2023-6-2
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 个评论
更多回答(1 个)
Yair Altman
2018-1-31
Another possible cause for the antivirus block is the XML manifest file which is included in the deployed executable.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!