vagrant uninstall doesn't show UI, doesn't require restart

This commit is contained in:
Luke Sampson 2013-07-20 22:27:54 +10:00
parent cbc444e1b5
commit fd62538783

View File

@ -5,7 +5,8 @@
"hash": "sha256:f160bb5474083aa49f17a74d80448c1850f0139c40551565b75a3b6a74b22d2d",
"msi": {
"code": "{BBD54C5B-F7BB-4127-A707-A13A667E3102}",
"args": [ "/qn", "MANUFACTURERDIR=\"$dir\"", "VAGRANTAPPDIR=\"$dir\"", "ALLUSERS=2", "MSIINSTALLPERUSER=1" ]
"args": [ "/qn", "MANUFACTURERDIR=\"$dir\"", "VAGRANTAPPDIR=\"$dir\"", "ALLUSERS=2", "MSIINSTALLPERUSER=1" ],
"uninstall_args": [ "/qn", "ALLUSERS=2", "MSIINSTALLPERUSER=1" ]
},
"bin": "bin\\vagrant.bat"
}