Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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"]
}
}