Hello and welcome to our forums,
I apologize for the inconveniences you experienced.
Please note that your customers do not have to send reports to Microsoft. You can send to Microsoft a whitelist request and wait for the setup to be whitelisted before sending it to your customers.
This is also done with every version of Advanced Installer. When our setup is detected (before we make it public on our website), we contact specific antivirus vendors to whitelist our product. Sometimes we have to report a false positive detection, as detection algorithms are constantly evolving.
There has been an increase in false positive detections by Windows Defender recently. To tackle this issue effectively, we recommend the following solutions:
1. Add an exclusion for Defender on the output folder where your setup project is built. Detailed instructions on how to add an exclusion can be found here:
Windows Security Exclusion Guide
2. Exclude specific processes, namely AdvancedInstaller.com, advinst.exe, and signtool.exe. You can use a PowerShell command like this:
Add-MpPreference -ExclusionProcess "C:\Program Files (x86)\Caphyon\Advanced Installer 21.4\bin\x86\advinst.exe"
For a detailed guide on excluding processes, please refer to Microsoft's documentation:
Configure process and file exclusions
Please note that these options are specific to your build computer and might not prevent detection when installing on other computers. However, they can help you bypass build time problems, allowing you to generate a setup file for submission to Microsoft for whitelisting.
After building the final setup on your machine, it is advisable to upload your setup to virustotal.com, an online malware scanning service. If the setup is detected by major antivirus vendors (Microsoft, Bitdefender, McAfee, Avast, etc) contact the respective antivirus company to report the false positive. Here is a list of vendors' contact details (How to submit):
VirusTotal contacts
You can submit a false positive report to Windows Defender through this link:
Microsoft False Positive Report
As evident from the discussion on the Microsoft forum linked below, similar incidents have been reported in the past, including cases where applications were built directly from Visual Studio:
Windows Defender deleting my own applications
Please note that these steps are essential to maintain the integrity of your software against evolving detection algorithms. Your cooperation is appreciated, and these actions will contribute to improving the accuracy of antivirus software detections.
Best regards,
Liviu