I have created a .msi installer using Wixtoolset which is digitally signed using code signed certificate. Now the problem with installer is that core files of python which it holds are getting blocked by windows defender but when I install python exe these files do not get blocked so what can I do to prevent this kind of find from getting blocked.
The files that I have highlighted below exist in both the installation but wix installer files are blocked
Following files are blocked by windows defender :
- libssl-1_1-x64.dll
- python38.dll