.zip files windows security problems
Hello all,
I'm developing a tiny .NET application to zip a directory and place it into another directory. I am using the SharpZipLib to do this.
My code works correctly but I am unable to extract the files using the extraction wizard. It gives me an "windows security warning" message saying that the file is blocked. It gives a remedy by instructing me to right click on file and click the unblock button. however, when i do so, there is NO "unblock" button.
I need to know if it is possible to bypass this and if there is a better way to do so?
Thanks,
i'm developing using VS.NET 2003 on windows XP Pro SP2