[
  {
    "Id": "186933",
    "ThreadId": "55356",
    "Html": "Hi, I have tried to create an <a name=\"OLE_LINK4\"></a><a name=\"OLE_LINK3\"><span>extracting </span></a>script without success.<br>\r\n<p>\r\nThe script below fails on line 4 with this messgae <strong><em>Microsoft VBScript runtime error: Object doesn't support this property or method: 'zip1.Read'</em></strong><br>\r\nI would appreciate any help with this or other examples for vbscript.<br>\r\n<br>\r\nsSourceFile=&quot;C:\\Temp\\Logs\\in\\procmon.zip&quot;<br>\r\nsDestFolder=&quot;C:\\Temp\\Logs\\Out\\&quot;<br>\r\nset zip1 = CreateObject(&quot;Ionic.Zip.ZipFile&quot;)<br>\r\nZipFile = zip1.Read(sSourceFile)<br>\r\nCall zip1.ExtractAll(sDestFolder)</p>\r\n",
    "PostedDate": "2009-05-05T06:15:18.87-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "187029",
    "ThreadId": "55356",
    "Html": "This discussion has been copied to a work item. Click <a href=\"http://dotnetzip.codeplex.com/WorkItem/View.aspx?WorkItemId=7734\">here</a> to go to the work item and continue the discussion.",
    "PostedDate": "2009-05-05T11:23:03.507-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "187983",
    "ThreadId": "55356",
    "Html": "<p>get version v1.8.2.15 to get the fix for this.&nbsp;</p>\r\n<p>The code will look something like this:</p>\r\n<p>&nbsp;</p>\r\n<pre>    Dim zip2 \r\n    WScript.echo(&quot;Instantiating another ZipFile object...&quot;)\r\n    Set zip2 = CreateObject(&quot;Ionic.Zip.ZipFile&quot;)\r\n    \r\n    WScript.echo(&quot;Initialize (Read)...&quot;)\r\n    zip2.Initialize(filename)\r\n\r\n    WScript.echo(&quot;setting the password...&quot;)\r\n    zip2.Password = &quot;This is the Password.&quot;\r\n\r\n    WScript.echo(&quot;extracting...&quot;)\r\n    zip2.ExtractAll(&quot;DotNetZip-extract&quot;)\r\n\r\n    WScript.echo(&quot;Disposing...&quot;)\r\n    zip2.Dispose()\r\n\r\n    WScript.echo(&quot;Done.&quot;)\r\n</pre>",
    "PostedDate": "2009-05-07T22:10:49.083-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]