fleet/ee/maintained-apps/inputs/winget/claude.json
Allen Houchins d2c485a5f7
Switch Claude installer to MSIX and update scripts (#43337)
Change Claude package from EXE to MSIX: update input metadata, replace
the installer script to provision the MSIX machine-wide and attempt
per-user registration, and rewrite the uninstaller to remove provisioned
and installed Appx packages (with best-effort package matching, timeout
handling, and safer error reporting). Update Windows output metadata:
bump version, update installer URL and sha256, and refresh
install/uninstall script refs to the new MSIX-based implementations.
2026-04-09 11:58:49 -05:00

12 lines
434 B
JSON

{
"name": "Claude",
"slug": "claude/windows",
"package_identifier": "Anthropic.Claude",
"unique_identifier": "Claude",
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/claude_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/claude_uninstall.ps1",
"installer_arch": "x64",
"installer_type": "msix",
"installer_scope": "user",
"default_categories": ["Productivity"]
}