Files
UnrealEngine/Engine/Source/Programs/Horde/HordeAgent/Toolbox.json
2025-05-18 13:04:45 +08:00

13 lines
318 B
JSON

{
"manualInstall": true,
"requiresElevation": true,
"hidden": true,
"installCommand": {
"fileName": "HordeAgent.exe",
"arguments": ["setup", "install", "-RegisterForUninstall=false"]
},
"uninstallCommand": {
"fileName": "HordeAgent.exe",
"arguments": ["setup", "uninstall", "-UseRegistryPath=false"]
}
}