4

I have created a Setup that does install .otf files. The Problem I have now is that it gets detected as Virus. Can someone help me to avoid this?

Here a Code-example of one .otf-file:

Source: "{#Fontpath}MMaFermat-Bold.otf"; DestDir: "{autofonts}"; FontInstall: "MMa Fermat"; Flags: 
fontisnttruetype  onlyifdoesntexist uninsneveruninstall

Here some Images from the VM:

enter image description here enter image description here

Best Regards,

Christian

Muddyblack k
  • 314
  • 3
  • 16
  • Related: https://stackoverflow.com/questions/65840311/build-exe-file-with-false-positive-delphi – Andreas Rejbrand May 17 '21 at 16:49
  • Well all I added to the previous version were Fonts so fonts can give false positives? Oh man :( – Muddyblack k May 17 '21 at 16:59
  • 3
    False positive are truly annoying. They make me hate people who write malware and viruses. – Andreas Rejbrand May 17 '21 at 17:02
  • Is your installer signed by EV code signing certificate? See [Microsoft SmartScreen - suspended using Inno Setup installer?](https://stackoverflow.com/q/29067877/850848). – Martin Prikryl May 17 '21 at 17:34
  • @Martin Prikryl no it is not^^ It was just an installer for myself. The real installer just unpacked the files without showing it in the control panel. – Muddyblack k May 18 '21 at 14:21
  • 1
    These days, you cannot expect to be able to run an unsigned exe from internet or installer from any source without it being blocked by an antivirus. – Martin Prikryl May 18 '21 at 14:43

0 Answers0