{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\n \nI'm using Ionic.Zip in version 1.9.1.9000\n \nAnd have an issue with selfextracting zip.\n \nMy code:\n \nUsing zipFile As New ZipFile\n \n            zipFile.FlattenFoldersOnExtract = Not preserveFoldersStructure\n            \n            zipFile.Password = password\n            zipFile.Encryption = Ionic.Zip.EncryptionAlgorithm.WinZipAes256\n            \n            For Each fileToCompress As TargetFile In filesToCompress\n                Dim entry As Ionic.Zip.ZipEntry = zipFile.AddFile(fileToCompress.FileName)\n                If removeTimestamps Then fileToCompress.FileName = RemoveTimestamp(fileToCompress.FileName)\n                Dim fileName As String = Path.GetFileName(fileToCompress.FileName)\n                If preserveFoldersStructure Then\n                    fileName = Path.Combine(fileToCompress.Directory, fileName)\n                End If\n                entry.FileName = fileName\n \n            Next\n \n            Dim options As New Ionic.Zip.SelfExtractorSaveOptions\n            options.Flavor = Ionic.Zip.SelfExtractorFlavor.WinFormsApplication\n            options.Quiet = False\n            options.Copyright = \"Comanpy\"\n            options.SfxExeWindowTitle = \"FHP self-extracting archive\"\n \n            zipFile.SaveSelfExtractor(exeFilePath, options)\n        End Using\nBut the archive is not asking me for password when extracting.\n \n \n \nAny suggestions?",
    "LastUpdatedDate": "2013-02-21T18:42:46.437-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-08-31T08:18:21.953-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Issue with self extracting zip and AES password",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15569
  },
  "FileAttachments": [],
  "Comments": []
}