forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MSOffice2013.json
46 lines (46 loc) · 1.16 KB
/
MSOffice2013.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "16.0.4266.1001",
"description": "Microsoft Office Professional Plus. .",
"homepage": "https://products.office.com/en-gb/microsoft-office-2013",
"license": {
"identifier": "Trialware"
},
"architecture": {
"64bit": {
"url": "https://gist.github.com/e143436e2f9183a650424d635b535e51/raw/office2016x64.zip",
"hash": ""
},
"32bit": {
"url": "https://gist.github.com/e143436e2f9183a650424d635b535e51/raw/office2016x86.zip",
"hash": ""
}
},
"installer": {
"args": [
"/admin",
"/config $dir\\config.xml"
]
},
"uninstaller": {
"file": "",
"args": ""
},
"shortcuts": [
[
"Office16\\WINWORD.exe",
"Microsoft Office\\Word 2016"
],
[
"Office16\\EXCEL.exe.exe",
"Microsoft Office\\Excel 2016"
],
[
"Office16\\POWERPNT.exe",
"Microsoft Office\\PowerPoint 2016"
],
[
"Office16\\MSACCESS.exe",
"Microsoft Office\\Access 2016"
]
]
}