haf / DotNetZip.Semverd

Please use System.IO.Compression! A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Other
545 stars 218 forks source link

combobo for "Existing file Action" is not working #250

Open belmasnaoui opened 2 years ago

belmasnaoui commented 2 years ago

The combo box in the winform „WinFormsSelfExtractorStub“ does not get updated. To solve this issue we do need to update the variable „Overwrite“ after changing the selected index. // c’tor comboExistingFileAction.SelectedIndexChanged +=(s,e)=> Overwrite = comboExistingFileAction.SelectedIndex;

2022_02_11_16_23_31_DotNetZip_v1 16 0 0_Self_extractor_www codeplex com_DotNetZip_