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.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.
How to make Uninstaller?
- RichAlgeni
- Addict
- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Re: How to make Uninstaller?
Re: How to make Uninstaller?
Sign your app and installer. Otherwise you'll always get complaints.
www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
Re: How to make Uninstaller?
As in self sign or with a paid code signing cert, they're such a scam!J. Baker wrote: Mon Jan 23, 2023 12:59 am Sign your app and installer. Otherwise you'll always get complaints.
Re: How to make Uninstaller?
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.