From cbc444e1b5297195f1963380f4d7a375b8d965d6 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 20 Jul 2013 12:07:03 +1000 Subject: [PATCH] vagrant, better MSI support --- vagrant.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vagrant.json diff --git a/vagrant.json b/vagrant.json new file mode 100644 index 0000000000..56591a5a43 --- /dev/null +++ b/vagrant.json @@ -0,0 +1,11 @@ +{ + "version": "1.2.4", + "license": "MIT", + "url": "http://files.vagrantup.com/packages/0219bb87725aac28a97c0e924c310cc97831fd9d/Vagrant_1.2.4.msi", + "hash": "sha256:f160bb5474083aa49f17a74d80448c1850f0139c40551565b75a3b6a74b22d2d", + "msi": { + "code": "{BBD54C5B-F7BB-4127-A707-A13A667E3102}", + "args": [ "/qn", "MANUFACTURERDIR=\"$dir\"", "VAGRANTAPPDIR=\"$dir\"", "ALLUSERS=2", "MSIINSTALLPERUSER=1" ] + }, + "bin": "bin\\vagrant.bat" +} \ No newline at end of file