{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "This is a question, not a workitem.  use the discussion forums for questions.I&#39;m closing this workitem.",
    "ClosedDate": "2011-11-11T13:23:07.57-08:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "using (ZipFile zip = new ZipFile())\n            {   \n                        zip.Password = file.Password;\n                        zip.Encryption = file.EncryptionAlgorithum;\n                        zip.CompressionLevel= file.CompressionLevel;\n                        zip.AddDirectory(file.FileName,Path.GetFullPath(file.FileName));\n                        SelfExtractorSaveOptions options = new SelfExtractorSaveOptions();\n                        options.Flavor = SelfExtractorFlavor.ConsoleApplication;\n                        options.DefaultExtractDirectory = \"%USERPROFILE%\\\\ExtractHere\";\n                        options.PostExtractCommandLine = Path.GetFileName(file.FileName);\n                        options.RemoveUnpackedFilesAfterExecute = true;\n                        zip.Comment = \"This zip was created at \" + System.DateTime.Now.ToString(\"G\");\n                        DirectoryArchiveName  = Path.GetFullPath(file.FileName) + \".exe\";\n                        //zip.Save(DirectoryArchiveName);\n                        zip.SaveSelfExtractor(DirectoryArchiveName,options);\n                     }\n \nthis method create the Selfextractorfile successfully with password. But at time of  extract we can't able to pass the password for file, so the file not extract successfully. how to solved this problem?",
    "LastUpdatedDate": "2013-05-16T05:31:31.31-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-11-09T02:51:00.46-08:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "How we set the Password on SelfExtractorFile",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 14419
  },
  "FileAttachments": [],
  "Comments": []
}