Thread overview
Virus detected
Aug 15, 2016
Joel
Aug 15, 2016
rikki cattermole
Aug 15, 2016
Joel
Aug 15, 2016
Kagamin
Aug 15, 2016
Seb
August 15, 2016
I can't install DMD, because Windows defender says the install file has a virus and wipes it off.

I'm using a Windows 10 pro OS. DMD 2.071.1
August 15, 2016
On 15/08/2016 6:20 PM, Joel wrote:
> I can't install DMD, because Windows defender says the install file has
> a virus and wipes it off.
>
> I'm using a Windows 10 pro OS. DMD 2.071.1

Windows Defender is fairly false positive heavy, I usually disable it in favor of Avast.

The problem relates to dmd and Optlink, they are old coding style and very obvious what they are doing (code generation) which is usually not a good thing.

Alternately you can just exclude it from a set directory[0] which I also do for Avast (why would I wait for it to scan programs that I COMPILED!).

[0] https://support.microsoft.com/en-nz/instantanswers/64495205-6ddb-4da1-8534-1aeaf64c0af8/add-an-exclusion-to-windows-defender
August 15, 2016
On Monday, 15 August 2016 at 06:28:54 UTC, rikki cattermole wrote:
> On 15/08/2016 6:20 PM, Joel wrote:
>> I can't install DMD, because Windows defender says the install file has
>> a virus and wipes it off.
>>
>> I'm using a Windows 10 pro OS. DMD 2.071.1
>
> Windows Defender is fairly false positive heavy, I usually disable it in favor of Avast.
>
> The problem relates to dmd and Optlink, they are old coding style and very obvious what they are doing (code generation) which is usually not a good thing.
>
> Alternately you can just exclude it from a set directory[0] which I also do for Avast (why would I wait for it to scan programs that I COMPILED!).
>
> [0] https://support.microsoft.com/en-nz/instantanswers/64495205-6ddb-4da1-8534-1aeaf64c0af8/add-an-exclusion-to-windows-defender

Thanks rikki.
August 15, 2016
On Monday, 15 August 2016 at 06:20:55 UTC, Joel wrote:
> I can't install DMD, because Windows defender says the install file has a virus and wipes it off.
>
> I'm using a Windows 10 pro OS. DMD 2.071.1

this seems to be a recent issue & at least you aren't alone with this problem:

http://forum.dlang.org/post/cvsrmxfryidhizacceeg@forum.dlang.org


August 15, 2016
On Monday, 15 August 2016 at 06:51:35 UTC, Joel wrote:
> Thanks rikki.

Did you install it? Try to copy the installed files to a folder visible to windows defender, maybe only one file is a culprit - which one?