[
  {
    "Id": "472404",
    "ThreadId": "221348",
    "Html": "<p>this is a great program.I have come across one issue, not sure whether its a bug.</p>\r\n<p>When you email the archive.exe. the recipient cannot run the exe directly from email. it generates errors but if you save the archive.exe and double click, it works absolutely perfectly.&nbsp; I think the issue is with creating the temp file. appreciate if you can shed a bit of light as to how i can get this to work.<br>\r\n<div style=\"color:black;background-color:white\">\r\n<pre><span style=\"color:blue\">Using</span> zip <span style=\"color:blue\">As</span> <span style=\"color:blue\">New</span> ZipFile()\r\n    zip.AddFile(<span style=\"color:#a31515\">&quot;c:\\test.txt&quot;</span>)\r\n    zip.Comment = <span style=\"color:#a31515\">&quot;This will be embedded into a self-extracting window-based exe&quot;</span>\r\n    <span style=\"color:blue\">Dim</span> options <span style=\"color:blue\">As</span> <span style=\"color:blue\">New</span> SelfExtractorSaveOptions\r\n    options.Flavor = SelfExtractorFlavor.WinFormsApplication\r\n    options.DefaultExtractDirectory = <span style=\"color:#a31515\">&quot;C:\\\\ExtractHere&quot;</span>\r\n    options.Quiet = <span style=\"color:blue\">True</span>\r\n    zip.SaveSelfExtractor(<span style=\"color:#a31515\">&quot;C:\\archive.exe&quot;</span>, options)\r\n<span style=\"color:blue\">End</span> <span style=\"color:blue\">Using</span>\r\n</pre>\r\n</div>\r\n</p>\r\n<p>&nbsp;</p>\r\n<p>Asish</p>",
    "PostedDate": "2010-07-25T15:39:39.307-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "472862",
    "ThreadId": "221348",
    "Html": "<p>would really appreciate some help</p>",
    "PostedDate": "2010-07-26T15:34:37.013-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "473621",
    "ThreadId": "221348",
    "Html": "Not sure. \r\n\r\nOne idea: Why are you using double backslash in &quot;c:\\\\ExtractHere&quot; ?  It is required in c# but not in VB.\r\n\r\nBeyond that, I suggest using procmon to figure out the problem.  It could very well be what you suggest, a permissions issue related to the temp file.\r\n\r\n",
    "PostedDate": "2010-07-28T04:37:37.91-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]