From 6591817457a4cd4e4b8580d578f6c0b38c08920c Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 20 Jul 2013 22:49:00 +1000 Subject: [PATCH] msi.silent (use this for vagrant and 7zip) --- 7zip.json | 10 ++++++++-- vagrant.json | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/7zip.json b/7zip.json index 3c15c1e2b7..e5f9887504 100644 --- a/7zip.json +++ b/7zip.json @@ -6,12 +6,18 @@ "64bit": { "url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920-x64.msi", "hash": "sha256:62df458bc521001cd9a947643a84810ecbaa5a16b5c8e87d80df8e34c4a16fe2", - "msi": { "code": "{23170F69-40C1-2702-0920-000001000000}" } + "msi": { + "silent": true, + "code": "{23170F69-40C1-2702-0920-000001000000}" + } }, "32bit": { "url": "http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.msi", "hash": "sha256:fe4807b4698ec89f82de7d85d32deaa4c772fc871537e31fb0fccf4473455cb8", - "msi": { "code": "{23170F69-40C1-2701-0920-000001000000}" } + "msi": { + "silent": true, + "code": "{23170F69-40C1-2701-0920-000001000000}" + } } }, "bin": "7z.exe" diff --git a/vagrant.json b/vagrant.json index 94802cea74..619769ce9e 100644 --- a/vagrant.json +++ b/vagrant.json @@ -4,9 +4,9 @@ "url": "http://files.vagrantup.com/packages/0219bb87725aac28a97c0e924c310cc97831fd9d/Vagrant_1.2.4.msi", "hash": "sha256:f160bb5474083aa49f17a74d80448c1850f0139c40551565b75a3b6a74b22d2d", "msi": { + "silent": true, "code": "{BBD54C5B-F7BB-4127-A707-A13A667E3102}", - "args": [ "/qn", "MANUFACTURERDIR=\"$dir\"", "VAGRANTAPPDIR=\"$dir\"", "ALLUSERS=2", "MSIINSTALLPERUSER=1" ], - "uninstall_args": [ "/qn", "ALLUSERS=2", "MSIINSTALLPERUSER=1" ] + "args": [ "MANUFACTURERDIR=\"$dir\"", "VAGRANTAPPDIR=\"$dir\"" ] }, "bin": "bin\\vagrant.bat" } \ No newline at end of file