From ec25eb02c1d3db73b6491bf55903bac840443a55 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 23 Dec 2013 11:22:15 +1000 Subject: [PATCH] 7zip 9.20 (use new MSI extract method instead of running full install, see #16) --- 7zip.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/7zip.json b/7zip.json index e9815e9207..7a60d01454 100644 --- a/7zip.json +++ b/7zip.json @@ -5,20 +5,13 @@ "architecture": { "64bit": { "url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920-x64.msi", - "hash": "62df458bc521001cd9a947643a84810ecbaa5a16b5c8e87d80df8e34c4a16fe2", - "msi": { - "silent": true, - "code": "{23170F69-40C1-2702-0920-000001000000}" - } + "hash": "62df458bc521001cd9a947643a84810ecbaa5a16b5c8e87d80df8e34c4a16fe2" }, "32bit": { "url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.msi", - "hash": "fe4807b4698ec89f82de7d85d32deaa4c772fc871537e31fb0fccf4473455cb8", - "msi": { - "silent": true, - "code": "{23170F69-40C1-2701-0920-000001000000}" - } + "hash": "fe4807b4698ec89f82de7d85d32deaa4c772fc871537e31fb0fccf4473455cb8" } }, + "extract_dir": "Files/7-Zip", "bin": "7z.exe" } \ No newline at end of file