{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I'm running 1.9.1.8 under a 4.0 website. The code is like this:\n \nstrFilePath = \"c:\\myfile.zip\"\nUsing zip As New Ionic.Zip.ZipFile(strFilePath)\n   Dim options As New Ionic.Zip.SelfExtractorSaveOptions\n   options.Copyright = \"Copyright by me\"\n   options.Description = \"Self-expanding archive generated by me\"\n   options.FileVersion = New System.Version(3, 0)\n   options.Flavor = Ionic.Zip.SelfExtractorFlavor.WinFormsApplication\n   options.ProductName = \"My Product\"\n   options.ProductVersion = \"3.0\"\n   options.IconFile = Server.MapPath(My.Settings.ArchiveIcon)\n   zip.SaveSelfExtractor(strDestination, options)\nEnd Using\n \nWhen the resulting exe gets downloaded to the client machine, it will not run. The exe will open fine with 7zip, but it will not run on its own. There is an example of the resulting exe attached. The password is A20TT7.\n \nAny ideas?",
    "LastUpdatedDate": "2013-02-21T18:42:56.697-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-01-18T01:59:05.743-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Sfx not executing",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 3,
    "Id": 14653
  },
  "FileAttachments": [
    {
      "FileId": 4216,
      "FileName": "test.exe",
      "DownloadUrl": ".\\4216"
    }
  ],
  "Comments": [
    {
      "Message": "I have a similar scenario where my self-extractor is receiving \".NET Framework initialization error\" when it is downloaded. If I manually copy the file to the computer the self-extractor works fine. ",
      "PostedDate": "2012-03-14T23:12:37.917-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:42:56.697-08:00",
      "Id": -2147483648
    }
  ]
}