CapaInstaller Install Agent
Installs the CapaInstaller agent. If CapaInstallerAgentSetup.exe and CapaInstaller agent.xml exist in $PackageRoot they are used, otherwise they are downloaded from FrontendURLInternal or FrontendURLPublic before install. Optionally sets PCType in registry before installation.
Parameters
Section titled “Parameters”Frontend URL Internal
Section titled “Frontend URL Internal”Optional
Internal frontend base URL, for example https://capa-internal.CapaSystems.dk:443 or http://capa-internal.CapaSystems.dk:8080. Tried before the public URL when both are set.
Frontend URL Public
Section titled “Frontend URL Public”Optional
Public frontend base URL, for example https://capa.CapaSystems.dk:443 or http://capa.CapaSystems.dk:8080. Used when the internal URL is not set or cannot be reached.
CapaInstaller Management Point ID
Section titled “CapaInstaller Management Point ID”Optional — Default: 0
Numeric CMPID value. Use 0 to skip cmpid query string.
Installation Type
Section titled “Installation Type”Optional — Default: CapaOne
Optional Installation type value written to HKLM\SOFTWARE\CapaSystems\CapaInstaller\OSD\PCType before installation.
Details
Section titled “Details”- Category: Provisioning
- Brick ID:
CapaInstaller-Install-Agent
Raw JSON definition
Section titled “Raw JSON definition”{ "category": "provisioning", "description": "Installs the CapaInstaller agent. If CapaInstallerAgentSetup.exe and CapaInstaller agent.xml exist in $PackageRoot they are used, otherwise they are downloaded from FrontendURLInternal or FrontendURLPublic before install. Optionally sets PCType in registry before installation.", "developerVendor": "CapaSystems A/S", "displayName": null, "id": "CapaInstaller-Install-Agent", "name": "CapaInstaller Install Agent", "parameters": [ { "defaultValue": "", "defaultValueObject": null, "description": "Internal frontend base URL, for example https://capa-internal.CapaSystems.dk:443 or http://capa-internal.CapaSystems.dk:8080. Tried before the public URL when both are set.", "id": "FrontendURLInternal", "name": "Frontend URL Internal", "regExValidation": "", "required": false, "type": "TextBox", "value": null, "values": [], "valuesObject": null }, { "defaultValue": "", "defaultValueObject": null, "description": "Public frontend base URL, for example https://capa.CapaSystems.dk:443 or http://capa.CapaSystems.dk:8080. Used when the internal URL is not set or cannot be reached.", "id": "FrontendURLPublic", "name": "Frontend URL Public", "regExValidation": "", "required": false, "type": "TextBox", "value": null, "values": [], "valuesObject": null }, { "defaultValue": "0", "defaultValueObject": null, "description": "Numeric CMPID value. Use 0 to skip cmpid query string.", "id": "CMPID", "name": "CapaInstaller Management Point ID", "regExValidation": "", "required": false, "type": "Integer", "value": null, "values": [], "valuesObject": null }, { "defaultValue": "CapaOne", "defaultValueObject": null, "description": "Optional Installation type value written to HKLM\\SOFTWARE\\CapaSystems\\CapaInstaller\\OSD\\PCType before installation.", "id": "PCType", "name": "Installation Type", "regExValidation": "", "required": false, "type": "TextBox", "value": null, "values": [], "valuesObject": null } ], "powershell": { "base64Encoded": true, "function": "ZnVuY3Rpb2..." }, "type": "powerbrick", "version": "2026.7.2.1"}