Wireshark-bugs: [Wireshark-bugs] [Bug 11151] Powershell does not extract libraries
Date: Mon, 27 Apr 2015 16:10:33 +0000

Comment # 1 on bug 11151 from
Are you running Server Core by any chance? If so trying to use
shell.application to extract files won't work:

http://serverfault.com/questions/446884/unzip-file-with-powershell-in-server-2012-core

We can try using System.IO.Compression as suggested above, but in our case it
might make more sense to download a small extractor such as MinGW's unzip,
busybox-w32, or the DotNetZip DLL when the script starts up. This would ensure
that we're in a known good state on all platforms.


You are receiving this mail because:
  • You are watching all bug changes.