I created/updated an installation application with C#, which installs files into the AppData/Roaming folders of the user. This installer loads and reads an XML file from a server, then copies file from this server to the local computer via HTTP protocol.
Since the latest modification, which was just minimal (only the address of the server where XML and files to copy are located has been changed / its just a string constant), several virus scanners report different trojans when a user tries to download the executable installer. The URL inside the installer points to a recently registered .de domain which is surely not listet on any blacklist or something like this.
And of course, the development environment is clean and the executable installer is NOT infected at all. This warning from scanners, such as "Windows Defender", "Kaspersky" etc. only occur during the download process, some other scanners report nothing but a clean file anyway. After the executable is stored in quarantine by these scanners and re-scanned, none of them finds any trojan or virus in this file as well.
How can I avoid this false-message, anyone an idea?