electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.73k stars 1.74k forks source link

Installer reported as a virus: Trojan[Exploit]/EXE.CVE-2016-0099.Generic #3315

Closed ahadcove closed 5 years ago

ahadcove commented 6 years ago

Version

NSIS Config

nsis:
  oneClick: false
  allowElevation: true
  warningsAsErrors: false
  perMachine: true
  unicode: false
  allowToChangeInstallationDirectory: true

Issue

I had this issue months ago and resolved it by just reverting to the last version that didn't flag my app, but now I want all of my users to benefit from all of the cool updates that you all are doing, yet I seem to still run into both windows and virustotal claiming there's a virus when I use the latest electron-builder. Virus total shows this is the virus: Trojan[Exploit]/EXE.CVE-2016-0099.Generic

One of the main reasons I wanted to update the app was because I was getting reports that when a few users updated the app it uninstalled it without ever reinstalling.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.