Update unzip.exe binary at software.bigfix.com

HCL Software - Sign In

Update unzip.exe binary at software.bigfix.com

For quite some time, BigFix has provided a downloadable binary of unzip 5.52 for use inside action scripts.

http://software.bigfix.com/download/redist/unzip-5.52.exe

This version is exceptionally old and does not support newer format variations. (For example, it the Adobe Administrator Console spits out .zip files that this version cannot expand.)

Please provide a newer version binary.

Due to the specific issue with Adobe-provided archives, I’m currently writing an Action Script sniplet that uses PowerShell’s Expand-Archive to do this exact thing.

1 Like

I presume you’ve already done this by now, but for anyone searching later I’ve posted a Tip on this at Unzip via PowerShell

FYI, there is a newer version available.

prefetch unzip.exe sha1:84debf12767785cd9b43811022407de7413beb6f size:204800 http://software.bigfix.com/download/redist/unzip-6.0.exe sha256:2122557d350fd1c59fb0ef32125330bde673e9331eb9371b454c2ad2d82091ac
4 Likes

You can also do it via VBS: tools/VBS/zipExtractSimple.vbs at master · jgstew/tools · GitHub

Related: