[
  {
    "Id": "625142",
    "ThreadId": "260719",
    "Html": "\r\n<p>First, thank you so much for all of your efforts writing DotNetZip.</p>\r\n<p>I'm just starting to work with zip.SaveSelfExtractor and SelfExtractorSaveOptions. I found if I set the following:</p>\r\n<p>Dim opt As New Ionic.Zip.SelfExtractorSaveOptions()<br>\r\nopt.Flavor = Ionic.Zip.SelfExtractorFlavor.ConsoleApplication<br>\r\nopt.IconFile = &quot;C:\\temp\\my.ico&quot;<br>\r\nopt.Description = &quot;This is a fun archive&quot;<br>\r\nopt.Copyright = &quot;This is a new Copyright&quot;<br>\r\nopt.ProductVersion = &quot;4.3.2&quot;<br>\r\nopt.ProductName = &quot;SomethingFun&quot;<br>\r\nopt.FileVersion = New System.Version(&quot;1.2.3.4&quot;)</p>\r\n<p>After I save the .exe and check the file in explorer, the copyright does not get set. All the other attributes are set just fine, but not the copyright. Is this on purpose?</p>\r\n",
    "PostedDate": "2011-06-08T23:07:02.613-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "629482",
    "ThreadId": "260719",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/workitem/13692\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2011-06-17T23:22:10.497-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "629485",
    "ThreadId": "260719",
    "Html": "<p>Yes and no.</p>\r\n<p>In fact the copyright *does change*.&nbsp; the problem is that the change is not visible in the property sheet in Windows Explorer.&nbsp; I'm assuming that's where you checked to see if the copyright text was set properly.</p>\r\n<p>In the DotNetZip code, currently, when you specify a copyright, it gets <em>appended </em>to a \"fixed\" copyright notice attached to the extractor.&nbsp; Because the property sheet in Windows Explorer is so small, the appended text is never visible.&nbsp; This seems broken, and not useful.&nbsp; &nbsp;</p>\r\n<p>So I'll change the code so that the copyright is visible.</p>",
    "PostedDate": "2011-06-17T23:27:18.657-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]