Self Extracting Archive Problems?

Max Penno

New member
I'm trying to create a self extracting archive. Its function is to copy and overwrite files in the Windows Drivers folder.
During tests my security system alerted me that I am installing a suspicious program that I created myself (the WinRar SFX Archive).
So:
1. Why is it doing this?
2. How do i fix it so it doesn't come up as malware?
Because if I want other people to be using this I don't want virus messages popping up.
Here's the code for it:

Path=C:\WINDOWS\system32\drivers\etc
Overwrite=1

and there's a bunch of files for extracting all in the .sys or .dll format.

Thanks!
 
Back
Top