13 lines
318 B
JSON
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"]
|
|
}
|
|
} |