15 lines
671 B
JSON
15 lines
671 B
JSON
{
|
|
"name": "Microsoft Office",
|
|
"slug": "microsoft-office/windows",
|
|
"package_identifier": "Microsoft.Office",
|
|
"unique_identifier": "Microsoft 365 Apps",
|
|
"exists_query": "SELECT 1 FROM programs WHERE (name LIKE 'Microsoft 365 Apps %' OR name LIKE 'Microsoft Office %') AND publisher = 'Microsoft Corporation';",
|
|
"ignore_hash": true,
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/microsoft_office_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/microsoft_office_uninstall.ps1",
|
|
"installer_arch": "x86",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Productivity"]
|
|
}
|