{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi I need to zip 25 files . some of the these 25 files may be with the same name but content in the file is different. Currently I am using 1.9.1.9000 version. After zip file is created,Multiple files with the same name are not placed in the zip file when compressed. Just only one file is seen in the compressed exe. I need to get all the files with the same name (25 as per my example)\n\nI written code as below\n\nUsing zip1 As New ZipFile()\n                        zip1.AlternateEncodingUsage = Ionic.Zip.ZipOption.Always\n                        zip1.AlternateEncoding = Text.Encoding.UTF8\n                        zip1.UseZip64WhenSaving = Zip64Option.AsNecessary \n                        zip1.AddDirectory(sMoveDirectory)\n                        zip1.Comment = \"This will be embedded into a self-extracting exe\"\n                        Dim sSaveOption As New SelfExtractorSaveOptions\n                        sSaveOption.Flavor = SelfExtractorFlavor.WinFormsApplication\n                        sSaveOption.Quiet = False\n                        zip1.SaveSelfExtractor(StageDir & \"\\\" & sTargetFile & \".exe\", sSaveOption)\n                    End Using\n\nCan you please suggest me to fix this issue.\n\nRegards\n\nKrishna",
    "LastUpdatedDate": "2013-02-21T18:42:42.537-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-12-10T23:24:34.11-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "How to zip/unzip Multiple files with the same name",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15835
  },
  "FileAttachments": [],
  "Comments": []
}