DotNetZip Library Support for updating Zip64 comments
description
I have a 10GB SQL Server database file in a DotNetZip created archive using the UseZip64WhenSaving = AsNecessary option.
1) If I open the archive with DotNetZip and try to save, the file become corrupt. If I open the archive and set the UseZip64WhenSaving = AsNecessary option and then save, the file stays valid.
2) If I open the archive and set the UseZip64WhenSaving = AsNecessary option, change a comment on a non-Zip64 compressed file, and then save, the file stays valid. If I open the archive and set the UseZip64WhenSaving = AsNecessary option, change a comment on the large Zip64 compressed file, and then save, the file becomes corrupt.