mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
msi.silent (use this for vagrant and 7zip)
This commit is contained in:
parent
fd62538783
commit
6591817457
10
7zip.json
10
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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user