--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/a5200338-1e87-44fc-912e-aabcbc6cf9ffn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/e5275131-2dfd-4b85-b08d-69b7140b28d2n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/4ba7dd23-7afe-4bb5-9ae5-a2281d4e1a87n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/fd6c87e7-9ac5-4284-b5fa-48c435193eb8n%40googlegroups.com.
Occurs on all setups using Windows Defender so yes, Windows 10 and 11.
>If you read my initial post, my issue was not that the resultant installer file created by INNO was detected as a virus but that INNO while building the install file was giving an error for file psftp.exe "... the file contains a virus or potentially unwanted software".
Windows Defender is catching the virus when INNO writes the installer file. That's how real-time detection normally catches viruses - when the "bad" EXE is written to disk. Torrents are often a hotbed of virus infected installers and it's during the download that virus scanners catch them.
If you read my initial post, my issue was not that the resultant installer file created by INNO was detected as a virus but that INNO while building the install file was giving an error for file psftp.exe "... the file contains a virus or potentially unwanted software".And indeed Defender also threw up a message. BUT if I check psftp.exe with Defender it does not report any problem.So its neither an INNO created installer file that is giving a false positive, nor the file that is being included is giving any error when checked individually, its the PROCESS of INNO doing its bit that is triggering Defender.Its something that INNO is doing while compiling that triggers the error.The file psftp.exe is part of the WinSCP/Putty pack and what is happening for me should be repeatable.So my understanding of this all is that its not a simple false positive of an install file that is causing my problem.