Files
Allen Houchins 591a86f17d Add multiple Windows FMAs (#46794)
Add Winget input manifests for multiple maintained apps (Amazon DCV
client/server, Dell Command Update, Dell Display Manager, Lenovo Dock
Manager, Microsoft Remote Help, Nessus Agent, Plantronics Hub, Power
Automate, PowerToys, and RStudio). Include corresponding
install/uninstall PowerShell helper scripts under
ee/maintained-apps/inputs/winget/scripts and add Windows output metadata
(versions, installer URLs, checksums, installer/uninstaller refs) under
ee/maintained-apps/outputs/*/windows.json. Also update
ee/maintained-apps/outputs/apps.json to reflect the new entries. These
additions enable automated install/uninstall and fleet management for
the new Winget-backed apps.
2026-06-04 09:39:13 -05:00

14 lines
554 B
JSON

{
"name": "Microsoft Remote Help",
"slug": "microsoft-remote-help/windows",
"package_identifier": "Microsoft.RemoteHelp",
"unique_identifier": "Remote Help",
"program_publisher": "Microsoft Corporation",
"installer_arch": "x86",
"installer_type": "exe",
"installer_scope": "machine",
"default_categories": ["Communication"],
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/microsoft_remote_help_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/microsoft_remote_help_uninstall.ps1"
}