-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathapps.json
74 lines (74 loc) · 2.83 KB
/
apps.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"version": 3,
"apps": {
"office2019": {
"name": "Microsoft Office 2019 32-bit",
"iso": {
"name": "office2019.iso",
"sha1": ""
},
"base_images": [
"windows-10pro1909-x86_64"
],
"scripts_dir": "50_office",
"image_groups": ["office", "office2019"],
"file_types": {
"word": ["rtf", "doc", "dot", "docx", "docm", "dotx", "dotm", "docb"],
"excel": ["xls", "xlt", "xlm", "xlsx", "xlsm", "xltx", "xltm", "xlsb", "xla", "xlam", "xll", "xlw"],
"powerpoint": ["ppt", "pot", "pps", "pptx", "pptm", "potx", "potm", "ppam", "ppsx", "ppsm", "sldx", "sldm"]
}
},
"office2016": {
"name": "Microsoft Office 2016 32-bit",
"iso": {
"name": "en_office_professional_plus_2016_x86_x64_dvd_6962141.iso",
"sha1": ""
},
"base_images": [
"windows-10pro1909-x86_64", "windows-7sp1ent-x86_64", "windows-7sp1pro-i386"
],
"scripts_dir": "50_office",
"image_groups": ["office", "office2016"],
"file_types": {
"word": ["rtf", "doc", "dot", "docx", "docm", "dotx", "dotm", "docb"],
"excel": ["xls", "xlt", "xlm", "xlsx", "xlsm", "xltx", "xltm", "xlsb", "xla", "xlam", "xll", "xlw"],
"powerpoint": ["ppt", "pot", "pps", "pptx", "pptm", "potx", "potm", "ppam", "ppsx", "ppsm", "sldx", "sldm"]
}
},
"office2013": {
"name": "Microsoft Office 2013 32-bit",
"iso": {
"name": "en_office_professional_plus_2013_with_sp1_x86_and_x64_dvd_3928186.iso",
"sha1": ""
},
"base_images": [
"windows-10pro1909-x86_64", "windows-7sp1ent-x86_64", "windows-7sp1pro-i386"
],
"scripts_dir": "50_office",
"image_groups": ["office", "office2013"],
"file_types": {
"word": ["rtf", "doc", "dot", "docx", "docm", "dotx", "dotm", "docb"],
"excel": ["xls", "xlt", "xlm", "xlsx", "xlsm", "xltx", "xltm", "xlsb", "xla", "xlam", "xll", "xlw"],
"powerpoint": ["ppt", "pot", "pps", "pptx", "pptm", "potx", "potm", "ppam", "ppsx", "ppsm", "sldx", "sldm"]
}
},
"office2010": {
"name": "Microsoft Office 2010 32-bit",
"iso": {
"name": "en_office_professional_plus_2010_x86_515486.iso",
"sha1": ""
},
"product_key": "",
"base_images": [
"windows-10pro1909-x86_64", "windows-7sp1ent-x86_64", "windows-7sp1pro-i386", "windows-xpsp3pro-i386"
],
"scripts_dir": "50_office",
"image_groups": ["office", "office2010"],
"file_types": {
"word": ["rtf", "doc", "dot", "docx", "docm", "dotx", "dotm", "docb"],
"excel": ["xls", "xlt", "xlm", "xlsx", "xlsm", "xltx", "xltm", "xlsb", "xla", "xlam", "xll", "xlw"],
"powerpoint": ["ppt", "pot", "pps", "pptx", "pptm", "potx", "potm", "ppam", "ppsx", "ppsm", "sldx", "sldm"]
}
}
}
}