Wayk Agent - configuration deployment

0 vote

avatar

Hello,

I would wish for ability to configure Wayk Agent on deployment - is there some way? Can something like this be implemented? A registry export/import for instance would be enough, that can also be scripted.
You reference it here:
Deployment Automation | docs.devolutions.net
But the link at the bottom of the page doesn't lead to the explanation of how to do it.

All Comments (1)

avatar

Hello

I just answered in another thread, but I'll copy-paste the response here for convenience:

The agent .msi supports many configuration parameters in this form:

CONFIG_{SNAKE_CASE_OPTION_NAME} = "Value"

So, for example: `msiexec /i WaykAgent-xxx.msi CONFIG_DEN_URL="https://rmarkiewicz.wayk.net"`

Under the hood, this is driven by the command-line interface which you can invoke like this:

`WaykAgent.exe config --global {settingname} {value}`

And can also be configured by our PowerShell module.

The documentation on this exists, but is currently being migrated to our new online documentation at docs.devolutions.net. If you need help with specific settings or configuration in the meantime, don't hesitate to post a new thread or open a support ticket.

Thanks and kind regards,

Richard Markievicz