fleet/ee/maintained-apps/inputs/homebrew/microsoft-word.json
Konstantin Sykulev 954e10e96e
Pinning to old MS office uninstall script (#31233)
homebrew changed the formula for microsoft word, in particular the zap
section, to delete more files than we think is correct.
https://github.com/Homebrew/homebrew-cask/pull/218350

This uninstall script is what we had prior to
7a1e469ac0 Microsoft office FMA version
from release notes (#30686), which used the updated homebrew formula.

Related to #30082

# Checklist for submitter

- [x] Manual QA for all new/changed functionality
- [x] For unreleased bug fixes in a release candidate, confirmed that
the fix is not expected to adversely impact load test results or alerted
the release DRI if additional load testing is needed.
2025-07-24 11:45:47 -05:00

9 lines
312 B
JSON

{
"name": "Microsoft Word",
"slug": "microsoft-word/darwin",
"unique_identifier": "com.microsoft.Word",
"uninstall_script_path": "ee/maintained-apps/inputs/homebrew/scripts/microsoft_word_uninstall.sh",
"token": "microsoft-word",
"installer_format": "pkg",
"default_categories": ["Productivity"]
}