Page 2 of 2

Re: How to make Uninstaller?

Posted: Wed Jan 11, 2023 11:08 pm
by RichAlgeni
skywalk wrote: Wed Jan 11, 2023 7:44 pm I notice the same problems even using temp folder. Aggressive antivirus blocking.
It does not happen with "C:\MyApp\" folders though.
Only with "C:\Program Files\" and "C:\~Temp\" directories.
I ran into the same situation. I never use "C:\Program Files\" anymore because of that. I created a base directory, and go from there. Seems to work much better.

Re: How to make Uninstaller?

Posted: Mon Jan 23, 2023 12:59 am
by J. Baker
Sign your app and installer. Otherwise you'll always get complaints.

Re: How to make Uninstaller?

Posted: Mon Jan 23, 2023 5:07 am
by idle
J. Baker wrote: Mon Jan 23, 2023 12:59 am Sign your app and installer. Otherwise you'll always get complaints.
As in self sign or with a paid code signing cert, they're such a scam!

Re: How to make Uninstaller?

Posted: Mon Jan 23, 2023 9:17 am
by BarryG
J. Baker wrote: Mon Jan 23, 2023 12:59 amSign your app and installer
Won't always help. I've posted why before, but basically: legit companies that paid for certs to sign still got false-positives from AV.

And see this list of how legit certs have been used by malware -> https://attack.mitre.org/techniques/T1553/002/

Certs are literally worth nothing anymore and you're throwing money away by using them.