{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hello someone please help with this head aching issue,I tried using dotnetzip(GUI) tools to create a console self extracting exe,i filled in all the required argument on the form,it extracted fine but could not run the exe on unpack,i got this error\"the system can not find the file specified at system.diagnostic.process.startwithShellExecuteEx<process start info> at......\nplease any one with the right solution on what to input at the \"exe on unpack\" field?\nyour contribution would be well appreciated.",
    "LastUpdatedDate": "2014-01-20T00:03:17.337-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-01-17T08:28:27.143-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Command line to execute exe on unpack",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16656
  },
  "FileAttachments": [
    {
      "FileId": 4841,
      "FileName": "Captures.JPG",
      "DownloadUrl": ".\\4841"
    }
  ],
  "Comments": [
    {
      "Message": "That error means that the post extract executable path known to the tool and where it resides are different. You will have to give the relative path of the executable to be run after extraction.\nSomething like PostExtractCommandLine = \".\\\\myexecutable.exe\", which means that the extractor tool will look for executable named \"myexecutable.exe\" under to root self extraction folder. Let me know if this works.",
      "PostedDate": "2014-01-20T00:03:17.337-08:00",
      "Id": -2147483648
    }
  ]
}