Sigil-Ebook / Sigil

Sigil is a multi-platform EPUB ebook editor
GNU General Public License v3.0
5.88k stars 573 forks source link

[Bug]: Norton Blocking install of Sigil-2.0.2-Windows-x64-Setup.exe #732

Closed stuartjmu closed 11 months ago

stuartjmu commented 11 months ago

Bug Description

image

Platform (OS)

Windows (Default)

OS Version / Specifics

windows

What version of Sigil are you using?

2.0.1

Any backtraces or crash reports

No response

dougmassay commented 11 months ago

The Windows Sigil installer has ALWAYS deleted certain files from Sigil's own program directory before installing. I have no idea why Norton has suddenly decided this is a problem. Nor do I much care. If Sigil were dangerous, it would not pass muster for winget or chocolatey (which both scrutinize Sigil's installer before accepting each new update). I'm also quite confident that nothing has changed in the way that 2.0.2 installs Sigil compared to past Sigil versions on Windows. Norton is being paranoid IMO.

dougmassay commented 11 months ago

If it concerns you overly, uninstall Sigil manually (making sure its program directory is empy) before updating to a newer version of Sigil (no settings will be lost). Then Norton should find nothing to complain about.

For the record: the Lib directory has always been removed prior to installation to avoid problems whenever Sigil's Python gets updated. The content that has always been removed from Sigil's program directory can be viewed in the InnoSetup script that's used to create the Windows installer: https://github.com/Sigil-Ebook/Sigil/blob/master/installer/Sigil.iss#L89

dougmassay commented 11 months ago

Seems very silly to me that Norton would ding an installer for diddling files in a program's own directory during an in-place upgrade (using a standard method that Inno provides, no less). But then I gave up using third-party anti-malware software on Windows a long time ago.